Chronicle 4 branch.
This commit is contained in:
parent
9a69bec286
commit
3a0bf3539a
21
L2J_Mobius_C4/.classpath
Normal file
21
L2J_Mobius_C4/.classpath
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="lib" path="dist/libs/bsh-2.0b5.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/bsh-engine.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/c3p0-0.9.2-pre1.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/ecj-4.4.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/java-engine-1.8.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/javolution-5.5.1.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/jython-engine.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/jython.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/L2J_GeoAbstraction.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/L2J_GeoDriver.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/mchange-commons-0.2.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/mmocore.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/mysql-connector-java-5.1.23-bin.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/trove-3.0.3.jar"/>
|
||||
<classpathentry including="**/*.java" kind="src" path="dist/game/data/scripts"/>
|
||||
<classpathentry kind="src" path="java"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
22
L2J_Mobius_C4/.project
Normal file
22
L2J_Mobius_C4/.project
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>L2J_Mobius_C4</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.validation.validationbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
2
L2J_Mobius_C4/.settings/org.eclipse.core.resources.prefs
Normal file
2
L2J_Mobius_C4/.settings/org.eclipse.core.resources.prefs
Normal file
@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
encoding/<project>=UTF-8
|
2
L2J_Mobius_C4/.settings/org.eclipse.core.runtime.prefs
Normal file
2
L2J_Mobius_C4/.settings/org.eclipse.core.runtime.prefs
Normal file
@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
line.separator=\r\n
|
433
L2J_Mobius_C4/.settings/org.eclipse.jdt.core.prefs
Normal file
433
L2J_Mobius_C4/.settings/org.eclipse.jdt.core.prefs
Normal file
@ -0,0 +1,433 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.codeComplete.argumentPrefixes=
|
||||
org.eclipse.jdt.core.codeComplete.argumentSuffixes=
|
||||
org.eclipse.jdt.core.codeComplete.fieldPrefixes=
|
||||
org.eclipse.jdt.core.codeComplete.fieldSuffixes=
|
||||
org.eclipse.jdt.core.codeComplete.localPrefixes=
|
||||
org.eclipse.jdt.core.codeComplete.localSuffixes=
|
||||
org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
|
||||
org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
|
||||
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
|
||||
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
|
||||
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
|
||||
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
|
||||
org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
|
||||
org.eclipse.jdt.core.compiler.annotation.nonnull.secondary=
|
||||
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
|
||||
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
|
||||
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
|
||||
org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
|
||||
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.doc.comment.support=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
|
||||
org.eclipse.jdt.core.compiler.problem.deadCode=warning
|
||||
org.eclipse.jdt.core.compiler.problem.deprecation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
|
||||
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
|
||||
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
|
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
|
||||
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
|
||||
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
|
||||
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning
|
||||
org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
|
||||
org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private
|
||||
org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
|
||||
org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
|
||||
org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=no_tag
|
||||
org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning
|
||||
org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private
|
||||
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
|
||||
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
|
||||
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
|
||||
org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
|
||||
org.eclipse.jdt.core.compiler.problem.nullReference=warning
|
||||
org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
|
||||
org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
|
||||
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
|
||||
org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning
|
||||
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning
|
||||
org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
|
||||
org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
|
||||
org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
|
||||
org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning
|
||||
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
|
||||
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
|
||||
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
|
||||
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unusedImport=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
|
||||
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
|
||||
org.eclipse.jdt.core.compiler.source=1.8
|
||||
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
|
||||
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=48
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_assignment=4
|
||||
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_compact_if=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=49
|
||||
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=49
|
||||
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=85
|
||||
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=48
|
||||
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16
|
||||
org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_after_package=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_field=0
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_method=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_package=0
|
||||
org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_block=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_switch=next_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=next_line
|
||||
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true
|
||||
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_block_comments=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_header=false
|
||||
org.eclipse.jdt.core.formatter.comment.format_html=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_line_comments=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_source_code=true
|
||||
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
|
||||
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
|
||||
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=do not insert
|
||||
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
|
||||
org.eclipse.jdt.core.formatter.comment.line_length=300
|
||||
org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
|
||||
org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
|
||||
org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
|
||||
org.eclipse.jdt.core.formatter.compact_else_if=true
|
||||
org.eclipse.jdt.core.formatter.continuation_indentation=1
|
||||
org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=1
|
||||
org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
|
||||
org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on
|
||||
org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
|
||||
org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
|
||||
org.eclipse.jdt.core.formatter.indent_empty_lines=true
|
||||
org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
|
||||
org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
|
||||
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
|
||||
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
|
||||
org.eclipse.jdt.core.formatter.indentation.size=4
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
|
||||
org.eclipse.jdt.core.formatter.join_lines_in_comments=true
|
||||
org.eclipse.jdt.core.formatter.join_wrapped_lines=true
|
||||
org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=true
|
||||
org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
|
||||
org.eclipse.jdt.core.formatter.lineSplit=300
|
||||
org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
|
||||
org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
|
||||
org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
|
||||
org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
|
||||
org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines
|
||||
org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines
|
||||
org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines
|
||||
org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines
|
||||
org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines
|
||||
org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines
|
||||
org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines
|
||||
org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines
|
||||
org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines
|
||||
org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines
|
||||
org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=false
|
||||
org.eclipse.jdt.core.formatter.tabulation.char=tab
|
||||
org.eclipse.jdt.core.formatter.tabulation.size=4
|
||||
org.eclipse.jdt.core.formatter.use_on_off_tags=true
|
||||
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
|
||||
org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false
|
||||
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
|
||||
org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true
|
||||
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
|
||||
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
|
||||
org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter
|
131
L2J_Mobius_C4/.settings/org.eclipse.jdt.ui.prefs
Normal file
131
L2J_Mobius_C4/.settings/org.eclipse.jdt.ui.prefs
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
|
3
L2J_Mobius_C4/.settings/org.eclipse.wst.sse.core.prefs
Normal file
3
L2J_Mobius_C4/.settings/org.eclipse.wst.sse.core.prefs
Normal file
@ -0,0 +1,3 @@
|
||||
eclipse.preferences.version=1
|
||||
task-tags/enabled=true
|
||||
task-tags/use-project-settings=true
|
12
L2J_Mobius_C4/.settings/org.eclipse.wst.validation.prefs
Normal file
12
L2J_Mobius_C4/.settings/org.eclipse.wst.validation.prefs
Normal file
@ -0,0 +1,12 @@
|
||||
DELEGATES_PREFERENCE=delegateValidatorList
|
||||
USER_BUILD_PREFERENCE=enabledBuildValidatorList
|
||||
USER_MANUAL_PREFERENCE=enabledManualValidatorList
|
||||
USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.400.v201204260100
|
||||
eclipse.preferences.version=1
|
||||
override=true
|
||||
suspend=false
|
||||
vals/org.eclipse.wst.dtd.core.dtdDTDValidator/global=FF01
|
||||
vals/org.eclipse.wst.html.core.HTMLValidator/global=FF01
|
||||
vals/org.eclipse.wst.html.ui.HTMLValidator/global=TF01
|
||||
vals/org.eclipse.wst.xml.core.xml/groups=0107include05111contentType128org.eclipse.core.runtime.xmlT111contentType134org.eclipse.wst.xml.core.xmlsourceT111contentType134org.eclipse.wst.xml.core.xslsourceT111contentType134org.eclipse.jst.jsp.core.tldsourceT07fileext03xmlF0107exclude08113projectNature134org.eclipse.jst.j2ee.ejb.EJBNature113projectNature130org.eclipse.jst.j2ee.EARNature04file08.projectT0104file110.classpathT0104file110.settings/T0204file03binF0204file05buildF0204file09build.xmlF01
|
||||
vf.version=3
|
117
L2J_Mobius_C4/build.xml
Normal file
117
L2J_Mobius_C4/build.xml
Normal file
@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<project name="L2J_Mobius_C4" default="cleanup" basedir=".">
|
||||
<description>
|
||||
This file is part of the L2J Mobius project.
|
||||
|
||||
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 [http://www.gnu.org/licenses/].
|
||||
</description>
|
||||
|
||||
<property name="build" location="../build" />
|
||||
<property name="build.bin" location="${build}/bin" />
|
||||
<property name="build.dist" location="${build}/dist" />
|
||||
<property name="build.dist.doc" location="${build.dist}/doc" />
|
||||
<property name="build.dist.game" location="${build.dist}/game" />
|
||||
<property name="build.dist.login" location="${build.dist}/login" />
|
||||
<property name="build.dist.dbinstaller" location="${build.dist}/db_installer" />
|
||||
<property name="datapack" location="dist" />
|
||||
<property name="libs" location="${datapack}/libs" />
|
||||
<property name="src" location="java" />
|
||||
|
||||
<path id="classpath">
|
||||
<fileset dir="${libs}">
|
||||
<include name="*.jar" />
|
||||
</fileset>
|
||||
</path>
|
||||
|
||||
<pathconvert property="manifest.libs" pathsep=" ">
|
||||
<path refid="classpath" />
|
||||
<mapper>
|
||||
<chainedmapper>
|
||||
<flattenmapper />
|
||||
<globmapper from="*.jar" to="../libs/*.jar" />
|
||||
</chainedmapper>
|
||||
</mapper>
|
||||
</pathconvert>
|
||||
|
||||
<target name="checkRequirements" description="Check Requirements.">
|
||||
<fail message="Ant 1.8.2 is required. But your version is ${ant.version} and if you are using Eclipse probably is outdated.">
|
||||
<condition>
|
||||
<not>
|
||||
<antversion atleast="1.8.2" />
|
||||
</not>
|
||||
</condition>
|
||||
</fail>
|
||||
<available classname="java.util.stream.Stream" property="JDK8.present" />
|
||||
<fail unless="JDK8.present" message="Java 1.8 is required. But your version is Java ${ant.java.version} and probably JDK is not installed." />
|
||||
</target>
|
||||
|
||||
<target name="init" depends="checkRequirements" description="Create the output directories.">
|
||||
<delete dir="${build.bin}" quiet="true" />
|
||||
<mkdir dir="${build.bin}" />
|
||||
</target>
|
||||
|
||||
<target name="compile" depends="init" description="Compile the source.">
|
||||
<javac srcdir="${src}" classpathref="classpath" destdir="${build.bin}" compiler="modern" debug="true" debuglevel="lines,vars,source" includeantruntime="false" source="1.8" target="1.8" encoding="UTF-8" />
|
||||
</target>
|
||||
|
||||
<target name="jar" depends="compile" description="Create the jar files.">
|
||||
<tstamp>
|
||||
<format property="time.stamp" pattern="yyyy-MM-dd HH:mm:ss" />
|
||||
</tstamp>
|
||||
|
||||
<jar destfile="${build.dist.login}/LoginServer.jar" level="9">
|
||||
<fileset dir="${build.bin}">
|
||||
<exclude name="**/dbinstaller/**" />
|
||||
<exclude name="**/gameserver/**" />
|
||||
<exclude name="**/commons/geodriver/**" />
|
||||
<exclude name="**/commons/javaengine/**" />
|
||||
</fileset>
|
||||
<manifest>
|
||||
<attribute name="Built-By" value="${user.name}" />
|
||||
<attribute name="Built-Date" value="${time.stamp}" />
|
||||
<attribute name="Implementation-URL" value="http://www.l2jmobius.com/" />
|
||||
<attribute name="Class-Path" value="${manifest.libs}" />
|
||||
<attribute name="Main-Class" value="com.l2jmobius.loginserver.LoginServer" />
|
||||
</manifest>
|
||||
</jar>
|
||||
<jar destfile="${build.dist.game}/GameServer.jar" level="9">
|
||||
<fileset dir="${build.bin}">
|
||||
<exclude name="**/dbinstaller/**" />
|
||||
<exclude name="**/loginserver/**" />
|
||||
<exclude name="**/accountmanager/**" />
|
||||
<exclude name="**/gsregistering/**" />
|
||||
</fileset>
|
||||
<manifest>
|
||||
<attribute name="Built-By" value="${user.name}" />
|
||||
<attribute name="Built-Date" value="${time.stamp}" />
|
||||
<attribute name="Implementation-URL" value="http://www.l2jmobius.com/" />
|
||||
<attribute name="Class-Path" value="${manifest.libs}" />
|
||||
<attribute name="Main-Class" value="com.l2jmobius.gameserver.GameServer" />
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
<target name="adding-core" depends="jar" description="Adding the compiled jars to the Zip file.">
|
||||
<zip destfile="${build}/L2J_Mobius_C4.zip" basedir="${build.dist}" level="9" />
|
||||
</target>
|
||||
|
||||
<target name="adding-datapack" depends="adding-core" description="Updating the Zip file with datapack content.">
|
||||
<zip destfile="${build}/L2J_Mobius_C4.zip" basedir="${datapack}" update="true" level="9" />
|
||||
</target>
|
||||
|
||||
<target name="cleanup" depends="adding-datapack" description="Cleaning the build folder.">
|
||||
<delete dir="${build.dist}" />
|
||||
</target>
|
||||
</project>
|
9
L2J_Mobius_C4/dist/db_installer/sql/account_data.sql
vendored
Normal file
9
L2J_Mobius_C4/dist/db_installer/sql/account_data.sql
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for `account_data`
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `account_data` (
|
||||
account_name VARCHAR(45) NOT NULL DEFAULT '',
|
||||
var VARCHAR(20) NOT NULL DEFAULT '',
|
||||
value VARCHAR(255) ,
|
||||
PRIMARY KEY (account_name,var)
|
||||
);
|
12
L2J_Mobius_C4/dist/db_installer/sql/accounts.sql
vendored
Normal file
12
L2J_Mobius_C4/dist/db_installer/sql/accounts.sql
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for accounts
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `accounts` (
|
||||
`login` VARCHAR(45) NOT NULL default '',
|
||||
`password` VARCHAR(45) ,
|
||||
`lastactive` DECIMAL(20),
|
||||
`access_level` INT,
|
||||
`lastIP` VARCHAR(20),
|
||||
`lastServer` int(4) default 1,
|
||||
PRIMARY KEY (`login`)
|
||||
);
|
851
L2J_Mobius_C4/dist/db_installer/sql/armor.sql
vendored
Normal file
851
L2J_Mobius_C4/dist/db_installer/sql/armor.sql
vendored
Normal file
@ -0,0 +1,851 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for armor
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS armor;
|
||||
CREATE TABLE `armor` (
|
||||
`item_id` int(11) NOT NULL DEFAULT '0',
|
||||
`name` varchar(70) DEFAULT NULL,
|
||||
`bodypart` varchar(15) NOT NULL DEFAULT '',
|
||||
`crystallizable` varchar(5) NOT NULL DEFAULT '',
|
||||
`armor_type` varchar(5) NOT NULL DEFAULT '',
|
||||
`weight` int(5) NOT NULL DEFAULT '0',
|
||||
`material` varchar(15) NOT NULL DEFAULT '',
|
||||
`crystal_type` varchar(4) NOT NULL DEFAULT '',
|
||||
`avoid_modify` int(1) NOT NULL DEFAULT '0',
|
||||
`p_def` int(3) NOT NULL DEFAULT '0',
|
||||
`m_def` int(2) NOT NULL DEFAULT '0',
|
||||
`mp_bonus` int(3) NOT NULL DEFAULT '0',
|
||||
`price` int(11) NOT NULL DEFAULT '0',
|
||||
`crystal_count` int(4) DEFAULT NULL,
|
||||
`sellable` varchar(5) DEFAULT 'true',
|
||||
`dropable` varchar(5) DEFAULT 'true',
|
||||
`destroyable` varchar(5) DEFAULT 'true',
|
||||
`tradeable` varchar(5) DEFAULT 'true',
|
||||
`item_skill_id` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`item_skill_lvl` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`item_id`)
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
||||
INSERT INTO `armor` VALUES
|
||||
('21', 'Shirt', 'chest', 'false', 'light', '4830', 'cloth', 'none', '0', '36', '0', '0', '147', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('22', 'Leather Shirt', 'chest', 'false', 'light', '4830', 'leather', 'none', '0', '43', '0', '0', '2430', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('23', 'Wooden Breastplate', 'chest', 'false', 'light', '4820', 'wood', 'none', '0', '47', '0', '0', '7960', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('24', 'Bone Breastplate', 'chest', 'false', 'light', '4770', 'bone', 'none', '0', '50', '0', '0', '20300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('25', 'Piece Bone Breastplate', 'chest', 'false', 'heavy', '8970', 'bone', 'none', '0', '62', '0', '0', '31800', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('26', 'Bronze Breastplate', 'chest', 'false', 'heavy', '8920', 'bronze', 'none', '0', '68', '0', '0', '49200', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('27', 'Hard Leather Shirt', 'chest', 'false', 'light', '4720', 'leather', 'none', '0', '53', '0', '0', '36900', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('28', 'Pants', 'legs', 'false', 'light', '1740', 'cloth', 'none', '0', '22', '0', '0', '92', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('29', 'Leather Pants', 'legs', 'false', 'light', '1730', 'leather', 'none', '0', '27', '0', '0', '1520', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('30', 'Hard Leather Pants', 'legs', 'false', 'light', '1700', 'leather', 'none', '0', '29', '0', '0', '4970', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('31', 'Bone Gaiters', 'legs', 'false', 'light', '1680', 'bone', 'none', '0', '32', '0', '0', '12700', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('32', 'Piece Bone Gaiters', 'legs', 'false', 'heavy', '4020', 'bone', 'none', '0', '39', '0', '0', '19900', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('33', 'Hard Leather Gaiters', 'legs', 'false', 'light', '1610', 'leather', 'none', '0', '33', '0', '0', '23000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('34', 'Bronze Gaiters', 'legs', 'false', 'heavy', '3960', 'bronze', 'none', '0', '43', '0', '0', '30700', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('35', 'Cloth Shoes', 'feet', 'false', 'none', '1320', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('36', 'Leather Sandals', 'feet', 'false', 'none', '1320', 'leather', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('37', 'Leather Shoes', 'feet', 'false', 'none', '1320', 'leather', 'none', '0', '13', '0', '0', '2650', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('38', 'Low Boots', 'feet', 'false', 'none', '1320', 'leather', 'none', '0', '15', '0', '0', '6770', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('39', 'Boots', 'feet', 'false', 'none', '1310', 'cloth', 'none', '0', '17', '0', '0', '12300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('40', 'Leather Boots', 'feet', 'true', 'none', '1300', 'leather', 'd', '0', '19', '0', '0', '20900', '38', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('41', 'Cloth Cap', 'head', 'false', 'none', '660', 'cloth', 'none', '0', '13', '0', '0', '55', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('42', 'Leather Cap', 'head', 'false', 'none', '660', 'leather', 'none', '0', '16', '0', '0', '911', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('43', 'Wooden Helmet', 'head', 'false', 'none', '660', 'wood', 'none', '0', '19', '0', '0', '3980', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('44', 'Leather Helmet', 'head', 'false', 'none', '650', 'leather', 'none', '0', '23', '0', '0', '10200', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('45', 'Bone Helmet', 'head', 'true', 'none', '640', 'bone', 'd', '0', '29', '0', '0', '31300', '56', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('46', 'Bronze Helmet', 'head', 'true', 'none', '630', 'bronze', 'd', '0', '33', '0', '0', '50000', '90', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('47', 'Helmet', 'head', 'true', 'none', '640', 'fine_steel', 'd', '0', '37', '0', '0', '76200', '138', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('48', 'Short Gloves', 'gloves', 'false', 'none', '660', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('49', 'Gloves', 'gloves', 'false', 'none', '660', 'cloth', 'none', '0', '13', '0', '0', '2650', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('50', 'Leather Gloves', 'gloves', 'false', 'none', '650', 'leather', 'none', '0', '15', '0', '0', '6770', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('51', 'Bracer', 'gloves', 'false', 'none', '650', 'leather', 'none', '0', '17', '0', '0', '12300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('52', 'Hemp Cloak', 'back', 'false', 'none', '260', 'cloth', 'none', '0', '2', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('53', 'Cotton Cloak', 'back', 'false', 'none', '250', 'cloth', 'none', '0', '3', '0', '0', '607', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('54', 'Silk Cloak', 'back', 'false', 'none', '250', 'cloth', 'none', '0', '4', '0', '0', '2650', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('55', 'Cotton Undergarment', 'underwear', 'false', 'none', '170', 'cotton', 'none', '0', '4', '0', '0', '18', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('56', 'Wool Undergarment', 'underwear', 'false', 'none', '170', 'wood', 'none', '0', '5', '0', '0', '304', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('58', 'Mithril Breastplate', 'chest', 'true', 'heavy', '8670', 'mithril', 'd', '0', '95', '0', '0', '183000', '332', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('59', 'Mithril Gaiters', 'legs', 'true', 'heavy', '3830', 'mithril', 'd', '0', '61', '0', '0', '127000', '230', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('60', 'Composite Armor', 'fullarmor', 'true', 'heavy', '10980', 'fine_steel', 'c', '0', '224', '0', '0', '1440000', '576', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('61', 'Mithril Gloves', 'gloves', 'true', 'none', '630', 'mithril', 'd', '0', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('62', 'Mithril Boots', 'feet', 'true', 'none', '1230', 'leather', 'c', '0', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('63', 'Gauntlets', 'gloves', 'true', 'none', '640', 'cloth', 'd', '0', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('64', 'Composite Boots', 'feet', 'true', 'none', '1220', 'fine_steel', 'c', '0', '36', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('112', 'Apprentice\'s Earring', 'rear,lear', 'false', 'none', '150', 'silver', 'none', '0', '0', '11', '0', '49', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('113', 'Mystic\'s Earring', 'rear,lear', 'false', 'none', '150', 'silver', 'none', '0', '0', '13', '0', '811', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('114', 'Earring of Strength', 'rear,lear', 'false', 'none', '150', 'gold', 'none', '0', '0', '16', '0', '3510', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('115', 'Earring of Wisdom', 'rear,lear', 'false', 'none', '150', 'gold', 'none', '0', '0', '16', '0', '3510', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('116', 'Magic Ring', 'rfinger,lfinger', 'false', 'none', '150', 'gold', 'none', '0', '0', '7', '0', '33', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('117', 'Ring of Mana', 'rfinger,lfinger', 'true', 'none', '150', 'silver', 'b', '0', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('118', 'Necklace of Magic', 'neck', 'false', 'none', '150', 'silver', 'none', '0', '0', '15', '0', '66', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('119', 'Necklace of Binding', 'neck', 'true', 'none', '150', 'adamantaite', 'c', '0', '0', '64', '0', '565000', '226', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('347', 'Ring Mail Breastplate', 'chest', 'true', 'heavy', '8820', 'steel', 'd', '0', '77', '0', '0', '83500', '151', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('348', 'Scale Mail', 'chest', 'true', 'heavy', '8720', 'steel', 'd', '0', '87', '0', '0', '133000', '241', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('349', 'Compound Scale Mail', 'chest', 'true', 'heavy', '8620', 'fine_steel', 'd', '0', '95', '0', '0', '183000', '332', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('350', 'Dwarven Scale Mail', 'chest', 'true', 'heavy', '8540', 'fine_steel', 'd', '0', '95', '0', '0', '183000', '332', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('351', 'Blast Plate', 'chest', 'true', 'heavy', '8420', 'fine_steel', 'd', '0', '97', '0', '0', '203000', '369', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('352', 'Brigandine Tunic', 'chest', 'true', 'heavy', '8320', 'fine_steel', 'd', '0', '103', '0', '0', '299000', '543', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('353', 'Half Plate Armor', 'chest', 'true', 'heavy', '8220', 'fine_steel', 'd', '0', '111', '0', '0', '391000', '710', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('354', 'Chain Mail Shirt', 'chest', 'true', 'heavy', '8120', 'fine_steel', 'c', '0', '120', '0', '0', '505000', '202', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('355', 'Dwarven Chain Mail Shirt', 'chest', 'true', 'heavy', '8070', 'fine_steel', 'c', '0', '129', '0', '0', '644000', '257', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('356', 'Full Plate Armor', 'fullarmor', 'true', 'heavy', '10480', 'fine_steel', 'c', '0', '239', '0', '0', '2090000', '836', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('357', 'Zubei\'s Breastplate', 'chest', 'true', 'heavy', '7970', 'mithril', 'b', '0', '157', '0', '0', '2080000', '277', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('358', 'Blue Wolf Breastplate', 'chest', 'true', 'heavy', '7820', 'oriharukon', 'b', '0', '166', '0', '0', '3220000', '429', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('359', 'Shining Dragon Armor', 'fullarmor', 'true', 'heavy', '6400', 'mithril', 'b', '0', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('360', 'Armor of Victory', 'chest', 'true', 'heavy', '3360', 'oriharukon', 'b', '0', '175', '0', '0', '3220000', '429', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('361', 'Breastplate of Valor', 'chest', 'true', 'heavy', '3360', 'blood_steel', 'b', '0', '185', '0', '0', '4630000', '617', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('362', 'Glorious Armor', 'fullarmor', 'true', 'heavy', '6720', 'fine_steel', 'b', '0', '284', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('363', 'Red Flame Armor', 'fullarmor', 'true', 'heavy', '6400', 'blood_steel', 'b', '0', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('364', 'Elven Crystal Breastplate', 'chest', 'true', 'heavy', '2400', 'crystal', 'b', '0', '175', '0', '0', '3220000', '429', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('365', 'Dark Crystal Breastplate', 'chest', 'true', 'heavy', '7700', 'crystal', 'a', '0', '171', '0', '0', '4630000', '370', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('366', 'Implosion Armor', 'fullarmor', 'true', 'heavy', '6080', 'damascus', 'b', '0', '284', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('367', 'Dark Dragon Armor', 'fullarmor', 'true', 'heavy', '5760', 'damascus', 'b', '0', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('368', 'Elven Vagian Armor', 'fullarmor', 'true', 'heavy', '2400', 'mithril', 'b', '0', '284', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('369', 'Dark Vagian Armor', 'fullarmor', 'true', 'heavy', '2400', 'mithril', 'b', '0', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('370', 'Complete Set of Plate Armor', 'fullarmor', 'true', 'heavy', '6400', 'fine_steel', 'b', '0', '284', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('371', 'Hell Plate', 'fullarmor', 'true', 'heavy', '6400', 'blood_steel', 'b', '0', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('372', 'Art of Plate', 'fullarmor', 'true', 'heavy', '6720', 'chrysolite', 'b', '0', '284', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('373', 'Masterpiece Armor', 'fullarmor', 'true', 'heavy', '5600', 'oriharukon', 'b', '0', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('374', 'Armor of Nightmare', 'fullarmor', 'true', 'heavy', '9580', 'blood_steel', 'a', '0', '293', '0', '0', '10300000', '824', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('375', 'Dragon Scale Mail', 'chest', 'true', 'heavy', '7620', 'scale_of_dragon', 's', '0', '198', '0', '0', '10500000', '525', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('376', 'Iron Plate Gaiters', 'legs', 'true', 'heavy', '3820', 'steel', 'd', '0', '48', '0', '0', '52200', '94', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('377', 'Scale Gaiters', 'legs', 'true', 'heavy', '3860', 'fine_steel', 'd', '0', '54', '0', '0', '83300', '151', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('378', 'Compound Scale Gaiters', 'legs', 'true', 'heavy', '3770', 'fine_steel', 'd', '0', '61', '0', '0', '127000', '230', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('379', 'Dwarven Scale Gaiters', 'legs', 'true', 'heavy', '3840', 'fine_steel', 'd', '0', '61', '0', '0', '127000', '230', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('380', 'Plate Gaiters', 'legs', 'true', 'heavy', '3770', 'fine_steel', 'd', '0', '70', '0', '0', '244000', '443', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('381', 'Chain Gaiters', 'legs', 'true', 'heavy', '3680', 'fine_steel', 'c', '0', '75', '0', '0', '316000', '126', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('382', 'Dwarven Chain Gaiters', 'legs', 'true', 'heavy', '3620', 'fine_steel', 'c', '0', '80', '0', '0', '403000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('383', 'Zubei\'s Gaiters', 'legs', 'true', 'heavy', '3570', 'mithril', 'b', '0', '98', '0', '0', '1300000', '173', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('384', 'Wolf Gaiters', 'legs', 'true', 'heavy', '2560', 'oriharukon', 'b', '0', '109', '0', '0', '2010000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('385', 'Gaiters of Victory', 'legs', 'true', 'heavy', '2240', 'oriharukon', 'b', '0', '109', '0', '0', '2010000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('386', 'Gaiters of Valor', 'legs', 'true', 'heavy', '2240', 'blood_steel', 'b', '0', '116', '0', '0', '2890000', '385', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('387', 'Elven Crystal Gaiters', 'legs', 'true', 'heavy', '2240', 'crystal', 'b', '0', '109', '0', '0', '2010000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('388', 'Dark Crystal Gaiters', 'legs', 'true', 'heavy', '3320', 'crystal', 'a', '0', '107', '0', '0', '2890000', '231', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('389', 'Dragon Scale Gaiters', 'legs', 'true', 'heavy', '3260', 'scale_of_dragon', 's', '0', '122', '0', '0', '5980000', '299', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('390', 'Cotton Shirt', 'chest', 'false', 'light', '4770', 'cloth', 'none', '0', '50', '0', '0', '20300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('391', 'Puma Skin Shirt', 'chest', 'true', 'light', '4700', 'leather', 'd', '0', '58', '0', '0', '62600', '113', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('392', 'Lion Skin Shirt', 'chest', 'true', 'light', '4580', 'leather', 'd', '0', '65', '0', '0', '99900', '181', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('393', 'Mithril Banded Mail', 'chest', 'true', 'light', '4570', 'mithril', 'd', '0', '73', '0', '0', '152000', '276', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('394', 'Reinforced Leather Shirt', 'chest', 'true', 'light', '4570', 'leather', 'd', '0', '73', '0', '0', '152000', '276', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('395', 'Manticore Skin Shirt', 'chest', 'true', 'light', '4520', 'leather', 'd', '0', '77', '0', '0', '224000', '407', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('396', 'Salamander Skin Mail', 'fullarmor', 'true', 'light', '6100', 'leather', 'd', '0', '136', '0', '0', '429000', '780', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('397', 'Mithril Shirt', 'chest', 'true', 'light', '4470', 'mithril', 'c', '0', '90', '0', '0', '379000', '151', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('398', 'Plated Leather', 'chest', 'true', 'light', '4450', 'leather', 'c', '0', '94', '0', '0', '446000', '178', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('399', 'Rind Leather Armor', 'chest', 'true', 'light', '4420', 'leather', 'c', '0', '97', '0', '0', '483000', '193', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('400', 'Theca Leather Armor', 'chest', 'true', 'light', '4370', 'leather', 'c', '0', '106', '0', '0', '825000', '330', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('401', 'Drake Leather Armor', 'fullarmor', 'true', 'light', '5800', 'leather', 'c', '0', '179', '0', '0', '1570000', '628', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('402', 'Chain Mail of Silence', 'fullarmor', 'true', 'light', '3200', 'damascus', 'b', '0', '213', '0', '0', '3530000', '470', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('403', 'Gust Chain Mail', 'fullarmor', 'true', 'light', '2720', 'blood_steel', 'b', '0', '225', '0', '0', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('404', 'Prairie Leather Armor', 'chest', 'true', 'light', '8000', 'leather', 'b', '0', '131', '0', '0', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('405', 'Leather Armor of The Underworld', 'chest', 'true', 'light', '8000', 'leather', 'b', '0', '139', '0', '0', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('406', 'Leather Suit of Concentration', 'fullarmor', 'true', 'light', '2400', 'leather', 'b', '0', '213', '0', '0', '3530000', '470', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('407', 'Ace\'s Leather Armor', 'fullarmor', 'true', 'light', '2400', 'leather', 'b', '0', '225', '0', '0', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('408', 'Guardian\'s Leather Armor', 'chest', 'true', 'light', '8000', 'leather', 'b', '0', '131', '0', '0', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('409', 'Marksman\'s Leather Armor', 'chest', 'true', 'light', '4300', 'leather', 'b', '0', '139', '0', '0', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('410', 'Unicorn Leather Armor', 'fullarmor', 'true', 'light', '1280', 'leather', 'a', '0', '238', '0', '0', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('411', 'Dragon Leather Armor', 'fullarmor', 'true', 'light', '4950', 'leather', 's', '0', '237', '0', '0', '10500000', '525', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('412', 'Cotton Pants', 'legs', 'false', 'light', '1630', 'cloth', 'none', '0', '32', '0', '0', '12700', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('413', 'Puma Skin Gaiters', 'legs', 'true', 'light', '1600', 'leather', 'd', '0', '36', '0', '0', '39100', '71', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('414', 'Lion Skin Gaiters', 'legs', 'true', 'light', '1570', 'leather', 'd', '0', '41', '0', '0', '62500', '113', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('415', 'Mithril Banded Gaiters', 'legs', 'true', 'light', '1580', 'mithril', 'd', '0', '46', '0', '0', '95200', '173', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('416', 'Reinforced Leather Gaiters', 'legs', 'true', 'light', '1570', 'leather', 'd', '0', '46', '0', '0', '95200', '173', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('417', 'Manticore Skin Gaiters', 'legs', 'true', 'light', '1550', 'leather', 'd', '0', '48', '0', '0', '140000', '254', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('418', 'Plated Leather Gaiters', 'legs', 'true', 'light', '1560', 'leather', 'c', '0', '59', '0', '0', '279000', '111', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('419', 'Rind Leather Gaiters', 'legs', 'true', 'light', '1550', 'leather', 'c', '0', '60', '0', '0', '302000', '120', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('420', 'Theca Leather Gaiters', 'legs', 'true', 'light', '1530', 'leather', 'c', '0', '66', '0', '0', '516000', '206', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('421', 'Prairie Leather Gaiters', 'legs', 'true', 'light', '4800', 'leather', 'b', '0', '82', '0', '0', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('422', 'Gaiters of The Underworld', 'legs', 'true', 'light', '4800', 'leather', 'b', '0', '87', '0', '0', '2170000', '289', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('423', 'Guardian\'s Leather Gaiters', 'legs', 'true', 'light', '4800', 'leather', 'b', '0', '82', '0', '0', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('424', 'Marksman\'s Leather Gaiters', 'legs', 'true', 'light', '1490', 'leather', 'b', '0', '87', '0', '0', '2170000', '289', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('425', 'Apprentice\'s Tunic', 'chest', 'false', 'magic', '2150', 'cloth', 'none', '0', '17', '0', '19', '26', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('426', 'Tunic', 'chest', 'false', 'magic', '2150', 'cloth', 'none', '0', '18', '0', '24', '147', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('427', 'Cotton Robe', 'fullarmor', 'false', 'magic', '2750', 'cotton', 'none', '0', '35', '0', '61', '3550', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('428', 'Feriotic Tunic', 'chest', 'false', 'magic', '2140', 'cloth', 'none', '0', '21', '0', '38', '2430', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('429', 'Leather Tunic', 'chest', 'false', 'magic', '2110', 'leather', 'none', '0', '25', '0', '52', '7960', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('430', 'Robe of Devotion', 'fullarmor', 'false', 'magic', '2650', 'cloth', 'none', '0', '49', '0', '109', '29700', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('431', 'Robe of Magic', 'fullarmor', 'false', 'magic', '2600', 'cloth', 'none', '0', '56', '0', '140', '53900', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('432', 'Cursed Tunic', 'chest', 'true', 'magic', '2090', 'cloth', 'd', '0', '39', '0', '106', '62600', '113', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('433', 'Elven Tunic', 'chest', 'true', 'magic', '2080', 'cloth', 'd', '0', '43', '0', '126', '99900', '181', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('434', 'White Tunic', 'chest', 'true', 'magic', '2040', 'cloth', 'd', '0', '43', '0', '126', '99900', '181', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('435', 'Mystic\'s Tunic', 'chest', 'true', 'magic', '2030', 'cloth', 'd', '0', '43', '0', '126', '99900', '181', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('436', 'Tunic of Knowledge', 'chest', 'true', 'magic', '2020', 'cloth', 'd', '0', '49', '0', '147', '152000', '276', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('437', 'Mithril Tunic', 'chest', 'true', 'magic', '2010', 'mithril', 'd', '0', '52', '0', '169', '224000', '407', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('438', 'Sage\'s Rag', 'fullarmor', 'true', 'magic', '2580', 'cloth', 'd', '0', '90', '0', '320', '429000', '780', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('439', 'Karmian Tunic', 'chest', 'true', 'magic', '1980', 'cloth', 'c', '0', '60', '0', '225', '379000', '151', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('440', 'Robe of Seal', 'fullarmor', 'true', 'magic', '2500', 'cloth', 'c', '0', '105', '0', '413', '707000', '282', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('441', 'Demon\'s Tunic', 'chest', 'true', 'magic', '1990', 'cloth', 'c', '0', '69', '0', '284', '736000', '294', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('442', 'Divine Tunic', 'chest', 'true', 'magic', '1980', 'cloth', 'c', '0', '74', '0', '314', '1070000', '428', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('443', 'Tunic of Mana', 'chest', 'true', 'magic', '2000', 'cloth', 'b', '0', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('444', 'Sage\'s Robe', 'fullarmor', 'true', 'magic', '1600', 'cloth', 'b', '0', '150', '0', '665', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('445', 'Paradia Tunic', 'chest', 'true', 'magic', '1990', 'cloth', 'b', '0', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('446', 'Inferno Tunic', 'chest', 'true', 'magic', '1880', 'cloth', 'b', '0', '92', '0', '409', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('447', 'Tunic of Solar Eclipse', 'chest', 'true', 'magic', '1960', 'cloth', 'b', '0', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('448', 'Robe of Black Ore', 'fullarmor', 'true', 'magic', '1600', 'cloth', 'b', '0', '150', '0', '665', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('449', 'Tunic of Summoning', 'chest', 'true', 'magic', '1950', 'cloth', 'b', '0', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('450', 'Otherworldly Robe', 'fullarmor', 'true', 'magic', '1600', 'cloth', 'b', '0', '150', '0', '665', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('451', 'Elemental Tunic', 'chest', 'true', 'magic', '1970', 'cloth', 'b', '0', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('452', 'Tunic of Phantom', 'chest', 'true', 'magic', '1890', 'cloth', 'b', '0', '92', '0', '409', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('453', 'Tunic of Grace', 'chest', 'true', 'magic', '1930', 'cloth', 'b', '0', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('454', 'Robe of Holy Spirit', 'fullarmor', 'true', 'magic', '1600', 'cloth', 'b', '0', '150', '0', '665', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('455', 'Phoenix Tunic', 'chest', 'true', 'magic', '1950', 'cloth', 'b', '0', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('456', 'Cerberus Tunic', 'chest', 'true', 'magic', '1870', 'cloth', 'b', '0', '92', '0', '409', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('457', 'Tunic of Aid', 'chest', 'true', 'magic', '1910', 'cloth', 'b', '0', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('458', 'Robe of Blessing', 'fullarmor', 'true', 'magic', '1600', 'cloth', 'b', '0', '150', '0', '665', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('459', 'Dasparion\'s Robe', 'fullarmor', 'true', 'magic', '1200', 'cloth', 'a', '0', '158', '0', '718', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('460', 'The Robe', 'fullarmor', 'true', 'magic', '2300', 'cloth', 's', '0', '158', '0', '773', '10500000', '525', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('461', 'Apprentice\'s Stockings', 'legs', 'false', 'magic', '1100', 'cloth', 'none', '0', '10', '0', '10', '6', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('462', 'Stockings', 'legs', 'false', 'magic', '1080', 'cloth', 'none', '0', '11', '0', '15', '92', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('463', 'Feriotic Stockings', 'legs', 'false', 'magic', '1070', 'cloth', 'none', '0', '13', '0', '23', '1520', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('464', 'Leather Stockings', 'legs', 'false', 'magic', '1020', 'leather', 'none', '0', '16', '0', '33', '4970', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('465', 'Cursed Stockings', 'legs', 'true', 'magic', '1020', 'cloth', 'd', '0', '24', '0', '66', '39100', '71', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('466', 'Elven Stockings', 'legs', 'true', 'magic', '1010', 'cloth', 'd', '0', '27', '0', '79', '62500', '113', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('467', 'Dark Stockings', 'legs', 'true', 'magic', '1000', 'cloth', 'd', '0', '27', '0', '79', '62500', '113', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('468', 'Mystic\'s Stockings', 'legs', 'true', 'magic', '990', 'cloth', 'd', '0', '27', '0', '79', '62500', '113', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('469', 'Stockings of Knowledge', 'legs', 'true', 'magic', '1000', 'cloth', 'd', '0', '30', '0', '92', '95200', '173', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('470', 'Mithril Stockings', 'legs', 'true', 'magic', '980', 'mithril', 'd', '0', '32', '0', '105', '140000', '254', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('471', 'Karmian Stockings', 'legs', 'true', 'magic', '970', 'cloth', 'c', '0', '37', '0', '141', '237000', '94', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('472', 'Demon\'s Stockings', 'legs', 'true', 'magic', '980', 'cloth', 'c', '0', '43', '0', '177', '460000', '184', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('473', 'Divine Stockings', 'legs', 'true', 'magic', '960', 'cloth', 'c', '0', '46', '0', '196', '671000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('474', 'Stockings of Mana', 'legs', 'true', 'magic', '2400', 'cloth', 'b', '0', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('475', 'Paradia Stockings', 'legs', 'true', 'magic', '1600', 'cloth', 'b', '0', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('476', 'Inferno Stockings', 'legs', 'true', 'magic', '1600', 'cloth', 'b', '0', '58', '0', '256', '2170000', '289', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('477', 'Stockings of Solar Eclipse', 'legs', 'true', 'magic', '2400', 'cloth', 'b', '0', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('478', 'Stockings of Summoning', 'legs', 'true', 'magic', '2400', 'cloth', 'b', '0', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('479', 'Elemental Stockings', 'legs', 'true', 'magic', '1600', 'cloth', 'b', '0', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('480', 'Stockings of Phantom', 'legs', 'true', 'magic', '1600', 'cloth', 'b', '0', '58', '0', '256', '2170000', '289', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('481', 'Stockings of Grace', 'legs', 'true', 'magic', '2400', 'cloth', 'b', '0', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('482', 'Phoenix Stockings', 'legs', 'true', 'magic', '2400', 'cloth', 'b', '0', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('483', 'Cerberus Stockings', 'legs', 'true', 'magic', '6400', 'cloth', 'b', '0', '58', '0', '256', '2170000', '289', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('484', 'Stockings of Aid', 'legs', 'true', 'magic', '2400', 'cloth', 'b', '0', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('485', 'Tattoo of Power', 'underwear', 'false', 'none', '4200', 'dyestuff', 'none', '0', '53', '0', '0', '36900', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('486', 'Tattoo of Fire', 'underwear', 'true', 'none', '4050', 'dyestuff', 'd', '0', '73', '0', '0', '152000', '276', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('487', 'Tattoo of Resolve', 'underwear', 'true', 'none', '4000', 'dyestuff', 'd', '0', '73', '0', '0', '152000', '276', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('488', 'Tattoo of Flame', 'underwear', 'true', 'none', '800', 'dyestuff', 'b', '0', '139', '0', '0', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('489', 'Tattoo of Bravery', 'underwear', 'true', 'none', '4100', 'dyestuff', 'c', '0', '110', '0', '0', '1070000', '428', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('490', 'Tattoo of Blood', 'underwear', 'true', 'none', '3800', 'dyestuff', 'a', '0', '132', '0', '0', '3470000', '277', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('491', 'Tattoo of Absolute', 'underwear', 'true', 'none', '800', 'dyestuff', 'a', '0', '146', '0', '0', '5280000', '422', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('492', 'Tattoo of Soul', 'underwear', 'true', 'none', '4150', 'dyestuff', 'd', '0', '65', '0', '0', '99900', '181', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('493', 'Tattoo of Avadon', 'underwear', 'true', 'none', '4000', 'dyestuff', 'b', '0', '117', '0', '0', '1560000', '208', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('494', 'Tattoo of Doom', 'underwear', 'true', 'none', '4100', 'dyestuff', 'b', '0', '125', '0', '0', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('495', 'Tattoo of Pledge', 'underwear', 'true', 'none', '4000', 'dyestuff', 'b', '0', '124', '0', '0', '1560000', '208', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('496', 'Tattoo of Divine', 'underwear', 'true', 'none', '4100', 'dyestuff', 'b', '0', '131', '0', '0', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('497', 'Chain Helmet', 'head', 'true', 'none', '620', 'fine_steel', 'c', '0', '45', '0', '0', '147000', '59', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('498', 'Steel Plate Helmet', 'head', 'true', 'none', '610', 'fine_steel', 'c', '0', '49', '0', '0', '206000', '82', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('499', 'Mithril Helmet', 'head', 'true', 'none', '240', 'mithril', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('500', 'Great Helmet', 'head', 'true', 'none', '610', 'fine_steel', 'c', '0', '51', '0', '0', '242000', '96', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('501', 'Armet', 'head', 'true', 'none', '580', 'chrysolite', 'b', '0', '62', '0', '0', '1030000', '4', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('502', 'Close Helmet', 'head', 'true', 'none', '570', 'oriharukon', 'a', '0', '64', '0', '0', '1560000', '3', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('503', 'Zubei\'s Helmet', 'head', 'true', 'none', '590', 'mithril', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('504', 'Dragon Helmet', 'head', 'true', 'none', '550', 'bone', 's', '0', '77', '0', '0', '3590000', '179', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('505', 'Wolf Helmet', 'head', 'true', 'none', '580', 'oriharukon', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('506', 'Shining Dragon Helmet', 'head', 'true', 'none', '880', 'mithril', 'b', '0', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('507', 'Helmet of Victory', 'head', 'true', 'none', '640', 'oriharukon', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('508', 'Helmet of Valor', 'head', 'true', 'none', '720', 'blood_steel', 'b', '0', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('509', 'Glorious Helmet', 'head', 'true', 'none', '800', 'fine_steel', 'a', '0', '65', '0', '0', '2040000', '3', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('510', 'Red Flame Helmet', 'head', 'true', 'none', '960', 'blood_steel', 'a', '0', '71', '0', '0', '2640000', '3', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('511', 'Elven Crystal Helmet', 'head', 'true', 'none', '580', 'crystal', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('512', 'Dark Crystal Helmet', 'head', 'true', 'none', '570', 'crystal', 'a', '0', '69', '0', '0', '1740000', '139', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('513', 'Implosion Helmet', 'head', 'true', 'none', '480', 'damascus', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('514', 'Dark Dragon Helmet', 'head', 'true', 'none', '400', 'damascus', 'b', '0', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('515', 'Elven Vagian Helm', 'head', 'true', 'none', '560', 'mithril', 'a', '0', '65', '0', '0', '2040000', '3', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('516', 'Dark Vagian Helm', 'head', 'true', 'none', '560', 'mithril', 'a', '0', '71', '0', '0', '2640000', '3', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('517', 'Composite Helmet', 'head', 'true', 'none', '610', 'fine_steel', 'c', '0', '54', '0', '0', '368000', '147', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('518', 'Hell Helm', 'head', 'true', 'none', '320', 'blood_steel', 'a', '0', '71', '0', '0', '2640000', '3', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('519', 'Art of Helmet', 'head', 'true', 'none', '400', 'chrysolite', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('520', 'Masterpiece Helm', 'head', 'true', 'none', '400', 'oriharukon', 'a', '0', '71', '0', '0', '2640000', '3', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('521', 'Helmet of Silence', 'head', 'true', 'none', '320', 'damascus', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('522', 'Gust Helmet', 'head', 'true', 'none', '570', 'blood_steel', 'b', '0', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('523', 'Prairie Helmet', 'head', 'true', 'none', '480', 'leather', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('524', 'Helm of The Underworld', 'head', 'true', 'none', '320', 'damascus', 'b', '0', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('525', 'Helmet of Concentration', 'head', 'true', 'none', '320', 'oriharukon', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('526', 'Ace\'s Helmet', 'head', 'true', 'none', '320', 'oriharukon', 'b', '0', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('527', 'Guardian\'s Helmet', 'head', 'true', 'none', '240', 'mithril', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('528', 'Marksman Helmet', 'head', 'true', 'none', '240', 'leather', 'b', '0', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('529', 'Cap of Mana', 'head', 'true', 'none', '320', 'cloth', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('530', 'Sage\'s Cap', 'head', 'true', 'none', '320', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('531', 'Paradia Hood', 'head', 'true', 'none', '320', 'cloth', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('532', 'Inferno Hood', 'head', 'true', 'none', '320', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('533', 'Hood of Solar Eclipse', 'head', 'true', 'none', '320', 'cloth', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('534', 'Hood of Black Ore', 'head', 'true', 'none', '320', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('535', 'Hood of Summoning', 'head', 'true', 'none', '320', 'cloth', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('536', 'Otherworldly Hood', 'head', 'true', 'none', '320', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('537', 'Elemental Hood', 'head', 'true', 'none', '320', 'cloth', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('538', 'Hood of Phantom', 'head', 'true', 'none', '320', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('539', 'Hood of Grace', 'head', 'true', 'none', '320', 'cloth', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('540', 'Hood of Holy Spirit', 'head', 'true', 'none', '320', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('541', 'Phoenix Hood', 'head', 'true', 'none', '590', 'cloth', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('542', 'Cerberus Hood', 'head', 'true', 'none', '320', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('543', 'Hood of Aid', 'head', 'true', 'none', '320', 'cloth', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('544', 'Hood of Blessing', 'head', 'true', 'none', '320', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('545', 'Flame Helm', 'head', 'true', 'none', '400', 'cloth', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('546', 'Helm of Bravery', 'head', 'true', 'none', '400', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('547', 'Tallum Helm', 'head', 'true', 'none', '570', 'cloth', 'a', '0', '69', '0', '0', '1740000', '139', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('548', 'Absolute Helm', 'head', 'true', 'none', '400', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('549', 'Helm of Avadon', 'head', 'true', 'none', '400', 'cloth', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('550', 'Helm of Doom', 'head', 'true', 'none', '400', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('551', 'Helmet of Pledge', 'head', 'true', 'none', '400', 'chrysolite', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('552', 'Divine Helm', 'head', 'true', 'none', '400', 'cloth', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('553', 'Iron Boots', 'feet', 'true', 'none', '1280', 'fine_steel', 'd', '0', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('554', 'Zubei\'s Boots', 'feet', 'true', 'none', '1180', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('555', 'Dragon Boots', 'feet', 'true', 'none', '1110', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('556', 'Wolf Boots', 'feet', 'true', 'none', '1180', 'oriharukon', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('557', 'Shining Dragon Boots', 'feet', 'true', 'none', '1150', 'mithril', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('558', 'Boots of Victory', 'feet', 'true', 'none', '1180', 'oriharukon', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('559', 'Boots of Valor', 'feet', 'true', 'none', '1150', 'blood_steel', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('560', 'Glorious Boots', 'feet', 'true', 'none', '1180', 'fine_steel', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('561', 'Red Flame Boots', 'feet', 'true', 'none', '1120', 'blood_steel', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('562', 'Elven Crystal Boots', 'feet', 'true', 'none', '1180', 'crystal', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('563', 'Dark Crystal Boots', 'feet', 'true', 'none', '1110', 'crystal', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('564', 'Implosion Boots', 'feet', 'true', 'none', '1150', 'damascus', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('565', 'Dark Dragon Boots', 'feet', 'true', 'none', '1130', 'damascus', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('566', 'Elven Vagian Boots', 'feet', 'true', 'none', '1150', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('567', 'Dark Vagian Boots', 'feet', 'true', 'none', '1130', 'mithril', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('568', 'Composite Boots', 'feet', 'true', 'none', '200', 'fine_steel', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('569', 'Hell Boots', 'feet', 'true', 'none', '1130', 'blood_steel', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('570', 'Art of Boots', 'feet', 'true', 'none', '1150', 'chrysolite', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('571', 'Masterpiece Boots', 'feet', 'true', 'none', '1130', 'oriharukon', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('572', 'Boots of Silence', 'feet', 'true', 'none', '1190', 'damascus', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('573', 'Gust Boots', 'feet', 'true', 'none', '1120', 'blood_steel', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('574', 'Prairie Boots', 'feet', 'true', 'none', '1140', 'leather', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('575', 'Boots of The Underworld', 'feet', 'true', 'none', '1110', 'leather', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('576', 'Boots of Concentration', 'feet', 'true', 'none', '1170', 'oriharukon', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('577', 'Ace\'s Boots', 'feet', 'true', 'none', '1150', 'oriharukon', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('578', 'Guardian\'s Boots', 'feet', 'true', 'none', '1180', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('579', 'Marksman Boots', 'feet', 'true', 'none', '1150', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('580', 'Boots of Mana', 'feet', 'true', 'none', '1180', 'leather', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('581', 'Sage\'s Boots', 'feet', 'true', 'none', '1150', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('582', 'Paradia Boots', 'feet', 'true', 'none', '1140', 'chrysolite', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('583', 'Majestic Boots', 'feet', 'true', 'none', '1110', 'blood_steel', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('584', 'Boots of Solar Eclipse', 'feet', 'true', 'none', '1180', 'blood_steel', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('585', 'Boots of Black Ore', 'feet', 'true', 'none', '1200', 'damascus', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('586', 'Boots of Summoning', 'feet', 'true', 'none', '1170', 'leather', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('587', 'Otherworldly Boots', 'feet', 'true', 'none', '1200', 'adamantaite', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('588', 'Elemental Boots', 'feet', 'true', 'none', '1130', 'mithril', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('589', 'Boots of Phantom', 'feet', 'true', 'none', '1120', 'oriharukon', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('590', 'Boots of Grace', 'feet', 'true', 'none', '1130', 'mithril', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('591', 'Boots of Holy Spirit', 'feet', 'true', 'none', '1200', 'chrysolite', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('592', 'Phoenix Boots', 'feet', 'true', 'none', '1120', 'blood_steel', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('593', 'Cerberus Boots', 'feet', 'true', 'none', '1120', 'damascus', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('594', 'Boots of Aid', 'feet', 'true', 'none', '1200', 'leather', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('595', 'Boots of Blessing', 'feet', 'true', 'none', '1160', 'adamantaite', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('596', 'Flame Boots', 'feet', 'true', 'none', '1020', 'blood_steel', 'b', '0', '45', '0', '0', '1160000', '154', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('597', 'Boots of Bravery', 'feet', 'true', 'none', '1050', 'chrysolite', 'b', '0', '45', '0', '0', '1160000', '154', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('598', 'Blood Boots', 'feet', 'true', 'none', '1130', 'blood_steel', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('599', 'Absolute Boots', 'feet', 'true', 'none', '1130', 'mithril', 'b', '0', '45', '0', '0', '1160000', '154', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('600', 'Avadon Boots', 'feet', 'true', 'none', '1170', 'damascus', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('601', 'Boots of Doom', 'feet', 'true', 'none', '1130', 'mithril', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('602', 'Boots of Pledge', 'feet', 'true', 'none', '1130', 'chrysolite', 'b', '0', '45', '0', '0', '1160000', '154', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('603', 'Divine Boots', 'feet', 'true', 'none', '1200', 'adamantaite', 'c', '0', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('604', 'Crafted Leather Gloves', 'gloves', 'true', 'none', '650', 'leather', 'd', '0', '19', '0', '0', '20900', '38', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('605', 'Leather Gauntlets', 'gloves', 'true', 'none', '640', 'leather', 'd', '0', '22', '0', '0', '33300', '60', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('606', 'Rip Gauntlets', 'gloves', 'true', 'none', '630', 'leather', 'd', '0', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('607', 'Ogre Power Gauntlets', 'gloves', 'true', 'none', '620', 'fine_steel', 'd', '0', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('608', 'Mithril Gauntlets', 'gloves', 'true', 'none', '600', 'mithril', 'c', '0', '36', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('609', 'Gauntlets of Ghost', 'gloves', 'true', 'none', '1920', 'blood_steel', 'c', '0', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('610', 'Saint Knight\'s Gauntlets', 'gloves', 'true', 'none', '6400', 'oriharukon', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('611', 'Soul Leech Gauntlets', 'gloves', 'true', 'none', '4800', 'blood_steel', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('612', 'Zubei\'s Gauntlets', 'gloves', 'true', 'none', '590', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('613', 'Sand Dragon Gloves', 'gloves', 'true', 'none', '3200', 'damascus', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('614', 'Knight\'s Cloak', 'back', 'true', 'none', '240', 'cloth', 'd', '0', '7', '0', '0', '20900', '38', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('615', 'Cobweb Cloak', 'back', 'true', 'none', '240', 'cobweb', 'd', '0', '8', '0', '0', '33300', '60', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('616', 'Cloak of Magic', 'back', 'true', 'none', '240', 'cloth', 'd', '0', '11', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('617', 'Mithril Cloak', 'back', 'true', 'none', '240', 'mithril', 'd', '0', '11', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('618', 'Cloak of Self Protection', 'back', 'true', 'none', '240', 'cloth', 'c', '0', '13', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('619', 'Ancient Cloak', 'back', 'true', 'none', '230', 'cloth', 'c', '0', '15', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('620', 'Cloak of Protection', 'back', 'true', 'none', '230', 'cloth', 'c', '0', '16', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('621', 'Cloak of Hell', 'back', 'true', 'none', '220', 'cloth', 'b', '0', '18', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('622', 'Holy Spirit\'s Cloak', 'back', 'true', 'none', '220', 'cloth', 'a', '0', '18', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('623', 'Divine Cloak', 'back', 'true', 'none', '220', 'cloth', 'a', '0', '19', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('624', 'Cloak of Invisibility', 'back', 'false', 'none', '260', 'cloth', 'none', '0', '2', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('675', 'Silk Yarn Undergarment Set', 'underwear', 'false', 'none', '170', 'cloth', 'none', '0', '6', '0', '0', '1330', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('676', 'Pure White Undergarment Set', 'underwear', 'false', 'none', '160', 'cloth', 'none', '0', '9', '0', '0', '6150', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('677', 'One-Piece Swimsuit', 'underwear', 'true', 'none', '150', 'cloth', 'd', '0', '10', '0', '0', '10400', '18', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('678', 'Bikini Set', 'underwear', 'true', 'none', '150', 'cloth', 'd', '0', '11', '0', '0', '16700', '30', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('679', 'Cursed Undergarment Set', 'underwear', 'true', 'none', '150', 'cloth', 'd', '0', '12', '0', '0', '25400', '46', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('680', 'Mithril Undergarment Set', 'underwear', 'true', 'none', '140', 'mithril', 'c', '0', '16', '0', '0', '63100', '25', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('681', 'Fascination Undergarment Set', 'underwear', 'true', 'none', '140', 'cloth', 'c', '0', '17', '0', '0', '80500', '32', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('682', 'Demon\'s Undergarment Set', 'underwear', 'true', 'none', '140', 'cloth', 'c', '0', '19', '0', '0', '179000', '71', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('683', 'Holy Undergarment Set', 'underwear', 'true', 'none', '140', 'cloth', 'b', '0', '22', '0', '0', '402000', '53', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('684', 'Underwear of Rule', 'underwear', 'true', 'none', '140', 'cloth', 'a', '0', '24', '0', '0', '880000', '70', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('685', 'Crystal Swimsuit Set', 'underwear', 'true', 'none', '130', 'crystal', 's', '0', '26', '0', '0', '1310000', '65', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('845', 'Cat\'s Eye Earring', 'rear,lear', 'false', 'none', '150', 'silver', 'none', '0', '0', '19', '0', '8890', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('846', 'Coral Earring', 'rear,lear', 'false', 'none', '150', 'silver', 'none', '0', '0', '21', '0', '16000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('847', 'Red Crescent Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'd', '0', '0', '24', '0', '26900', '48', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('848', 'Enchanted Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'd', '0', '0', '27', '0', '42600', '77', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('849', 'Tiger\'s Eye Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'd', '0', '0', '30', '0', '64300', '116', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('850', 'Elven Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'd', '0', '0', '34', '0', '93400', '169', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('851', 'Omen Beast\'s Eye Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'd', '0', '0', '36', '0', '121000', '220', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('852', 'Moonstone Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'c', '0', '0', '39', '0', '155000', '62', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('853', 'Earring of Protection', 'rear,lear', 'true', 'none', '150', 'silver', 'c', '0', '0', '42', '0', '196000', '78', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('854', 'Earring of Binding', 'rear,lear', 'true', 'none', '150', 'silver', 'c', '0', '0', '45', '0', '295000', '118', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('855', 'Nassen\'s Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'c', '0', '0', '48', '0', '424000', '169', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('856', 'Adamantite Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('857', 'Blessed Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'c', '0', '0', '48', '0', '424000', '169', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('858', 'Tateossian Earring', 'rear,lear', 'true', 'none', '150', 'silver', 's', '0', '0', '71', '31', '4440000', '222', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('859', 'Earring of Mana', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('860', 'Sage\'s Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('861', 'Paradia Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('862', 'Majestic Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'a', '0', '0', '63', '25', '2590000', '207', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('863', 'Earring of Solar Eclipse', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('864', 'Earring of Black Ore', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('865', 'Earring of Summoning', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('866', 'Otherworldly Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('867', 'Elemental Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('868', 'Earring of Phantom', 'rear,lear', 'true', 'none', '150', 'silver', 'a', '0', '0', '60', '0', '1950000', '156', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('869', 'Earring of Grace', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('870', 'Earring of Holy Spirit', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('871', 'Phoenix Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'a', '0', '0', '60', '20', '1950000', '156', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('872', 'Cerberus Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'a', '0', '0', '60', '0', '1950000', '156', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('873', 'Earring of Aid', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('874', 'Earring of Blessing', 'rear,lear', 'true', 'none', '150', 'silver', 'b', '0', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('875', 'Ring of Knowledge', 'rfinger,lfinger', 'false', 'none', '150', 'gold', 'none', '0', '0', '9', '0', '540', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('876', 'Ring of Anguish', 'rfinger,lfinger', 'false', 'none', '150', 'gold', 'none', '0', '0', '11', '0', '2340', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('877', 'Ring of Wisdom', 'rfinger,lfinger', 'false', 'none', '150', 'gold', 'none', '0', '0', '12', '0', '5920', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('878', 'Blue Coral Ring', 'rfinger,lfinger', 'false', 'none', '150', 'gold', 'none', '0', '0', '14', '0', '10700', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('879', 'Enchanted Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'd', '0', '0', '18', '0', '28400', '51', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('880', 'Black Pearl Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'd', '0', '0', '20', '0', '42800', '77', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('881', 'Elven Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'd', '0', '0', '22', '0', '62300', '113', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('882', 'Mithril Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'd', '0', '0', '24', '0', '80800', '146', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('883', 'Aquastone Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'c', '0', '0', '26', '0', '103000', '41', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('884', 'Ring of Protection', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'c', '0', '0', '28', '0', '130000', '52', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('885', 'Ring of Ages', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'c', '0', '0', '30', '0', '196000', '78', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('886', 'Ring of Binding', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'c', '0', '0', '32', '0', '282000', '112', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('887', 'Adamantite Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('888', 'Blessed Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'c', '0', '0', '32', '0', '282000', '112', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('889', 'Tateossian Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 's', '0', '0', '48', '21', '2960000', '148', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('890', 'Ring of Devotion', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'd', '0', '0', '16', '0', '18000', '32', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('891', 'Sage\'s Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('892', 'Paradia Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('893', 'Majestic Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'a', '0', '0', '42', '17', '1730000', '138', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('894', 'Ring of Solar Eclipse', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('895', 'Ring of Black Ore', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('896', 'Ring of Summoning', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('897', 'Otherworldly Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('898', 'Elemental Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('899', 'Ring of Phantom', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'a', '0', '0', '40', '0', '1300000', '104', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('900', 'Ring of Grace', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('901', 'Ring of Holy Spirit', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('902', 'Phoenix Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'a', '0', '0', '40', '13', '1300000', '104', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('903', 'Cerberus Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'a', '0', '0', '40', '0', '1300000', '104', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('904', 'Ring of Aid', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('905', 'Ring of Blessing', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('906', 'Necklace of Knowledge', 'neck', 'false', 'none', '150', 'silver', 'none', '0', '0', '18', '0', '1080', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('907', 'Necklace of Anguish', 'neck', 'false', 'none', '150', 'silver', 'none', '0', '0', '21', '0', '4680', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('908', 'Necklace of Wisdom', 'neck', 'false', 'none', '150', 'silver', 'none', '0', '0', '25', '0', '11900', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('909', 'Blue Diamond Necklace', 'neck', 'false', 'none', '150', 'silver', 'none', '0', '0', '28', '0', '21300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('910', 'Necklace of Devotion', 'neck', 'true', 'none', '150', 'silver', 'd', '0', '0', '32', '0', '35900', '65', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('911', 'Enchanted Necklace', 'neck', 'true', 'none', '150', 'silver', 'd', '0', '0', '36', '0', '56800', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('912', 'Near Forest Necklace', 'neck', 'true', 'none', '150', 'silver', 'd', '0', '0', '40', '0', '85700', '155', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('913', 'Elven Necklace', 'neck', 'true', 'none', '150', 'silver', 'd', '0', '0', '45', '0', '125000', '227', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('914', 'Necklace of Darkness', 'neck', 'true', 'none', '150', 'silver', 'd', '0', '0', '48', '0', '162000', '294', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('915', 'Aquastone Necklace', 'neck', 'true', 'none', '150', 'silver', 'c', '0', '0', '52', '0', '207000', '82', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('916', 'Necklace of Protection', 'neck', 'true', 'none', '150', 'silver', 'c', '0', '0', '56', '0', '261000', '104', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('917', 'Necklace of Mermaid', 'neck', 'true', 'none', '150', 'silver', 'c', '0', '0', '60', '0', '393000', '157', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('918', 'Adamantite Necklace', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('919', 'Blessed Necklace', 'neck', 'true', 'none', '150', 'silver', 'c', '0', '0', '64', '0', '565000', '226', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('920', 'Tateossian Necklace', 'neck', 'true', 'none', '150', 'silver', 's', '0', '0', '95', '42', '5920000', '296', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('921', 'Necklace of Mana', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('922', 'Sage\'s Necklace', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('923', 'Paradia Necklace', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('924', 'Majestic Necklace', 'neck', 'true', 'none', '150', 'silver', 'a', '0', '0', '85', '33', '3450000', '276', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('925', 'Necklace of Solar Eclipse', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('926', 'Necklace of Black Ore', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('927', 'Necklace of Summoning', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('928', 'Otherworldly Necklace', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('929', 'Elemental Necklace', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('930', 'Necklace of Phantom', 'neck', 'true', 'none', '150', 'silver', 'a', '0', '0', '80', '0', '2600000', '208', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('931', 'Necklace of Grace', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('932', 'Necklace of Holy Spirit', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('933', 'Phoenix Necklace', 'neck', 'true', 'none', '150', 'silver', 'a', '0', '0', '80', '26', '2600000', '208', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('934', 'Cerberus Necklace', 'neck', 'true', 'none', '150', 'silver', 'a', '0', '0', '80', '0', '2600000', '208', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('935', 'Necklace of Aid', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('936', 'Necklace of Blessing', 'neck', 'true', 'none', '150', 'silver', 'b', '0', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('990', 'Mandragora Essence', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('991', 'Royen\'s Key', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('992', 'Shilen\'s 1st Mark', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('993', 'Shilen\'s 2nd Mark', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('994', 'Eye of Abyss', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('995', 'Wanted Poster', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('996', 'Alex\'s Dagger', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('997', 'Pinter\'s Bill', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('998', 'Book of Aklantoth - Part 1', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('999', 'Book of Aklantoth - Part 2', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1000', 'Book of Aklantoth - Part 3', 'gloves', 'false', 'none', '60', 'cloth', 'none', '0', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1100', 'Cotton Tunic', 'chest', 'false', 'magic', '2120', 'cloth', 'none', '0', '21', '0', '38', '2430', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1101', 'Tunic of Devotion', 'chest', 'false', 'magic', '2090', 'cloth', 'none', '0', '30', '0', '67', '20300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1102', 'Tunic of Magic', 'chest', 'false', 'magic', '2080', 'cloth', 'none', '0', '34', '0', '86', '36900', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1103', 'Cotton Stockings', 'legs', 'false', 'magic', '1060', 'cloth', 'none', '0', '13', '0', '23', '1520', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1104', 'Stockings of Devotion', 'legs', 'false', 'magic', '1040', 'cloth', 'none', '0', '19', '0', '42', '12700', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1105', 'Stockings of Magic', 'legs', 'false', 'magic', '1030', 'cloth', 'none', '0', '21', '0', '54', '23000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1119', 'Short Leather Gloves', 'gloves', 'false', 'none', '660', 'leather', 'none', '0', '11', '0', '0', '607', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1120', 'Pa\'agrian Hand', 'gloves', 'true', 'none', '1600', 'leather', 'c', '0', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1121', 'Apprentice\'s Shoes', 'feet', 'false', 'none', '1320', 'leather', 'none', '0', '8', '0', '0', '7', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1122', 'Cotton Shoes', 'feet', 'false', 'none', '1320', 'leather', 'none', '0', '11', '0', '0', '607', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1123', 'Blue Buckskin Boots', 'feet', 'true', 'none', '1300', 'leather', 'd', '0', '22', '0', '0', '33300', '60', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1124', 'Boots of Power', 'feet', 'true', 'none', '1250', 'leather', 'd', '0', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1125', 'Assault Boots', 'feet', 'true', 'none', '1240', 'leather', 'd', '0', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1126', 'Crimson Boots', 'feet', 'true', 'none', '1210', 'leather', 'c', '0', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1127', 'Forgotten Boots', 'feet', 'true', 'none', '4000', 'leather', 'c', '0', '36', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1128', 'Adamantite Boots', 'feet', 'true', 'none', '4000', 'adamantaite', 'c', '0', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1129', 'Crude Leather Shoes', 'feet', 'false', 'none', '1320', 'leather', 'none', '0', '11', '0', '0', '607', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1146', 'Squire\'s Shirt', 'chest', 'false', 'light', '3301', 'cloth', 'none', '0', '33', '0', '0', '26', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1147', 'Squire\'s Pants', 'legs', 'false', 'light', '1750', 'cloth', 'none', '0', '20', '0', '0', '6', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1148', 'Hard Leather Helmet', 'head', 'false', 'none', '640', 'leather', 'none', '0', '26', '0', '0', '18400', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1149', 'Shining Circlet', 'head', 'true', 'none', '600', 'steel', 'c', '0', '54', '0', '0', '368000', '147', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1308', 'Compound Scale Mail', 'chest', 'false', 'heavy', '1400', 'fine_steel', 'none', '0', '51', '0', '0', '247000', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1309', 'Mithril Breastplate', 'chest', 'false', 'heavy', '1000', 'mithril', 'none', '0', '51', '0', '0', '247000', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1310', 'Tunic of Magic', 'chest', 'false', 'magic', '150', 'cloth', 'none', '0', '51', '0', '96', '48500', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1311', 'Puma Skin Shirt', 'chest', 'false', 'light', '300', 'leather', 'none', '0', '51', '0', '0', '99900', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1312', 'White Tunic', 'chest', 'false', 'magic', '150', 'cloth', 'none', '0', '51', '0', '142', '138000', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1313', 'Compound Scale Gaiters', 'legs', 'false', 'heavy', '1000', 'fine_steel', 'none', '0', '32', '0', '0', '170000', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1314', 'Mithril Gaiters', 'legs', 'false', 'heavy', '600', 'mithril', 'none', '0', '32', '0', '0', '170000', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1315', 'Stockings of Magic', 'legs', 'false', 'magic', '150', 'cloth', 'none', '0', '32', '0', '60', '30300', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1316', 'Puma Skin Gaiters', 'legs', 'false', 'light', '400', 'leather', 'none', '0', '32', '0', '0', '55800', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1317', 'Dark Stockings', 'legs', 'false', 'magic', '150', 'cloth', 'none', '0', '32', '0', '79', '62500', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1318', 'Gloves', 'gloves', 'false', 'none', '80', 'cloth', 'none', '0', '14', '0', '0', '3270', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1319', 'Leather Gloves', 'gloves', 'false', 'none', '100', 'leather', 'none', '0', '14', '0', '0', '7950', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1320', 'Crafted Leather Gloves', 'gloves', 'false', 'none', '100', 'leather', 'none', '0', '14', '0', '0', '29800', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1321', 'Rip Gauntlets', 'gloves', 'false', 'none', '150', 'leather', 'none', '0', '14', '0', '0', '97800', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1322', 'Bracer', 'gloves', 'false', 'none', '80', 'leather', 'none', '0', '14', '0', '0', '16200', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1323', 'Leather Shoes', 'feet', 'false', 'none', '120', 'leather', 'none', '0', '14', '0', '0', '3270', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1324', 'Low Boots', 'feet', 'false', 'none', '150', 'leather', 'none', '0', '14', '0', '0', '7950', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1325', 'Leather Boots', 'feet', 'false', 'none', '250', 'leather', 'none', '0', '14', '0', '0', '29800', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1326', 'Iron Boots', 'feet', 'false', 'none', '300', 'fine_steel', 'none', '0', '14', '0', '0', '74700', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1327', 'Boots', 'feet', 'false', 'none', '200', 'cloth', 'none', '0', '14', '0', '0', '16200', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('1506', 'Necklace of Courage', 'neck', 'false', 'none', '150', 'silver', 'none', '0', '0', '15', '0', '66', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1507', 'Necklace of Valor', 'neck', 'false', 'none', '150', 'silver', 'none', '0', '0', '21', '0', '4680', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1508', 'Ring of Raccoon', 'rfinger,lfinger', 'false', 'none', '150', 'gold', 'none', '0', '0', '11', '0', '2340', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('1509', 'Ring of Firefly', 'rfinger,lfinger', 'false', 'none', '150', 'gold', 'none', '0', '0', '11', '0', '2340', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2376', 'Avadon Breastplate', 'chest', 'true', 'heavy', '7920', 'leather', 'b', '0', '157', '0', '0', '2080000', '277', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2377', 'Mithril Scale Gaiters', 'legs', 'true', 'heavy', '3870', 'leather', 'd', '0', '64', '0', '0', '187000', '340', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2378', 'Brigandine Gaiters', 'legs', 'true', 'heavy', '3820', 'leather', 'd', '0', '64', '0', '0', '187000', '340', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2379', 'Avadon Gaiters', 'legs', 'true', 'heavy', '3520', 'leather', 'b', '0', '98', '0', '0', '1300000', '173', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2380', 'Blue Wolf Gaiters', 'legs', 'true', 'heavy', '3370', 'leather', 'b', '0', '104', '0', '0', '2010000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2381', 'Doom Plate Armor', 'fullarmor', 'true', 'heavy', '9980', 'leather', 'b', '0', '270', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2382', 'Tallum Plate Armor', 'fullarmor', 'true', 'heavy', '9780', 'leather', 'a', '0', '278', '0', '0', '6770000', '541', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2383', 'Majestic Plate Armor', 'fullarmor', 'true', 'heavy', '9200', 'leather', 'a', '0', '293', '0', '0', '10300000', '824', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2384', 'Zubei\'s Leather Shirt', 'chest', 'true', 'light', '4330', 'leather', 'b', '0', '117', '0', '0', '1560000', '208', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2385', 'Dark Crystal Leather Armor', 'chest', 'true', 'light', '4300', 'leather', 'a', '0', '128', '0', '0', '3470000', '277', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2386', 'Wooden Gaiters', 'legs', 'false', 'light', '1670', 'leather', 'none', '0', '29', '0', '0', '4970', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2387', 'Tempered Mithril Gaiters', 'legs', 'true', 'light', '1530', 'leather', 'c', '0', '56', '0', '0', '237000', '94', 'true', 'true', 'true', 'true', '0', '0');
|
||||
|
||||
INSERT INTO `armor` VALUES
|
||||
('2388', 'Zubei\'s Leather Gaiters', 'legs', 'true', 'light', '1480', 'leather', 'b', '0', '73', '0', '0', '973000', '129', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2389', 'Dark Crystal Leggings', 'legs', 'true', 'light', '1480', 'leather', 'a', '0', '80', '0', '0', '2170000', '173', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2390', 'Avadon Leather Armor', 'fullarmor', 'true', 'light', '5600', 'leather', 'b', '0', '191', '0', '0', '2280000', '304', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2391', 'Blue Wolf Leather Armor', 'fullarmor', 'true', 'light', '5500', 'leather', 'b', '0', '202', '0', '0', '3530000', '470', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2392', 'Leather Armor of Doom', 'fullarmor', 'true', 'light', '5500', 'leather', 'b', '0', '202', '0', '0', '3530000', '470', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2393', 'Tallum Leather Armor', 'fullarmor', 'true', 'light', '5400', 'leather', 'a', '0', '209', '0', '0', '5080000', '406', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2394', 'Nightmarish Leather Armor', 'fullarmor', 'true', 'light', '5300', 'leather', 'a', '0', '220', '0', '0', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2395', 'Majestic Leather Armor', 'fullarmor', 'true', 'light', '5350', 'leather', 'a', '0', '220', '0', '0', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2396', 'Elven Mithril Tunic', 'chest', 'true', 'magic', '720', 'leather', 'd', '0', '54', '0', '169', '224000', '407', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2397', 'Tunic of Zubei', 'chest', 'true', 'magic', '1960', 'leather', 'b', '0', '78', '0', '345', '1560000', '208', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2398', 'Blue Wolf Tunic', 'chest', 'true', 'magic', '1920', 'leather', 'b', '0', '83', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2399', 'Tunic of Doom', 'chest', 'true', 'magic', '1900', 'leather', 'b', '0', '83', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2400', 'Tallum Tunic', 'chest', 'true', 'magic', '1860', 'leather', 'a', '0', '86', '0', '409', '3470000', '277', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2401', 'Elven Mithril Stockings', 'legs', 'true', 'magic', '2400', 'leather', 'd', '0', '34', '0', '105', '140000', '254', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2402', 'Stockings of Zubei', 'legs', 'true', 'magic', '940', 'leather', 'b', '0', '49', '0', '216', '973000', '129', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2403', 'Blue Wolf Stockings', 'legs', 'true', 'magic', '920', 'leather', 'b', '0', '52', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2404', 'Stockings of Doom', 'legs', 'true', 'magic', '910', 'leather', 'b', '0', '52', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2405', 'Tallum Stockings', 'legs', 'true', 'magic', '920', 'leather', 'a', '0', '53', '0', '256', '2170000', '173', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2406', 'Avadon Robe', 'fullarmor', 'true', 'magic', '2540', 'leather', 'b', '0', '127', '0', '561', '2280000', '304', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2407', 'Dark Crystal Robe', 'fullarmor', 'true', 'magic', '2450', 'leather', 'a', '0', '139', '0', '665', '5080000', '406', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2408', 'Nightmare Robe', 'fullarmor', 'true', 'magic', '2300', 'leather', 'a', '0', '147', '0', '718', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2409', 'Majestic Robe', 'fullarmor', 'true', 'magic', '2330', 'leather', 'a', '0', '147', '0', '718', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2410', 'Nightmarish Tattoo', 'underwear', 'true', 'none', '3600', 'leather', 'a', '0', '139', '0', '0', '5280000', '422', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2411', 'Brigandine Helmet', 'head', 'true', 'none', '630', 'leather', 'd', '0', '41', '0', '0', '112000', '203', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2412', 'Plate Helmet', 'head', 'true', 'none', '630', 'leather', 'd', '0', '44', '0', '0', '147000', '267', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2413', 'Chain Hood', 'head', 'true', 'none', '620', 'leather', 'c', '0', '47', '0', '0', '189000', '75', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2414', 'Full Plate Helmet', 'head', 'true', 'none', '600', 'leather', 'c', '0', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2415', 'Avadon Circlet', 'head', 'true', 'none', '590', 'leather', 'b', '0', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2416', 'Blue Wolf Helmet', 'head', 'true', 'none', '580', 'leather', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2417', 'Doom Helmet', 'head', 'true', 'none', '580', 'leather', 'b', '0', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2418', 'Helm of Nightmare', 'head', 'true', 'none', '560', 'leather', 'a', '0', '73', '0', '0', '2640000', '211', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2419', 'Majestic Circlet', 'head', 'true', 'none', '550', 'leather', 'a', '0', '73', '0', '0', '2640000', '211', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2420', 'Dragon Headgear', 'head', 'true', 'none', '540', 'leather', 's', '0', '77', '0', '0', '3590000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2421', 'The Hood', 'head', 'true', 'none', '540', 'leather', 's', '0', '77', '0', '0', '3590000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2422', 'Reinforced Leather Boots', 'feet', 'true', 'none', '1280', 'leather', 'd', '0', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2423', 'Boots of Knowledge', 'feet', 'true', 'none', '1270', 'leather', 'd', '0', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2424', 'Manticore Skin Boots', 'feet', 'true', 'none', '1260', 'leather', 'd', '0', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2425', 'Brigandine Boots', 'feet', 'true', 'none', '1250', 'leather', 'd', '0', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2426', 'Elven Mithril Boots', 'feet', 'true', 'none', '1250', 'leather', 'd', '0', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2427', 'Salamander Skin Boots', 'feet', 'true', 'none', '1230', 'leather', 'd', '0', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2428', 'Plate Boots', 'feet', 'true', 'none', '1240', 'leather', 'd', '0', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2429', 'Chain Boots', 'feet', 'true', 'none', '1220', 'leather', 'c', '0', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2430', 'Karmian Boots', 'feet', 'true', 'none', '1230', 'leather', 'c', '0', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2431', 'Plated Leather Boots', 'feet', 'true', 'none', '1220', 'leather', 'c', '0', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2432', 'Dwarven Chain Boots', 'feet', 'true', 'none', '1210', 'leather', 'c', '0', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2433', 'Boots of Seal', 'feet', 'true', 'none', '1220', 'leather', 'c', '0', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2434', 'Rind Leather Boots', 'feet', 'true', 'none', '1220', 'leather', 'c', '0', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2435', 'Demon\'s Boots', 'feet', 'true', 'none', '1220', 'leather', 'c', '0', '36', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2436', 'Theca Leather Boots', 'feet', 'true', 'none', '1210', 'leather', 'c', '0', '37', '0', '0', '275000', '110', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2437', 'Drake Leather Boots', 'feet', 'true', 'none', '1210', 'leather', 'c', '0', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2438', 'Full Plate Boots', 'feet', 'true', 'none', '1200', 'leather', 'c', '0', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2439', 'Blue Wolf Boots', 'feet', 'true', 'none', '1130', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2440', 'Boots of Nightmare', 'feet', 'true', 'none', '1110', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2441', 'Dark Legion Boots', 'feet', 'true', 'none', '1120', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2442', 'Dasparion\'s Boots', 'feet', 'true', 'none', '1100', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2443', 'Dragon Leather Boots', 'feet', 'true', 'none', '1100', 'leather', 's', '0', '51', '0', '0', '2390000', '119', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2444', 'The Boots', 'feet', 'true', 'none', '1100', 'leather', 's', '0', '51', '0', '0', '2390000', '119', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2445', 'Dragon Scale Boots', 'feet', 'true', 'none', '1100', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2446', 'Reinforced Leather Gloves', 'gloves', 'true', 'none', '640', 'leather', 'd', '0', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2447', 'Gloves of Knowledge', 'gloves', 'true', 'none', '640', 'leather', 'd', '0', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2448', 'Manticore Skin Gloves', 'gloves', 'true', 'none', '630', 'leather', 'd', '0', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2449', 'Brigandine Gauntlets', 'gloves', 'true', 'none', '630', 'leather', 'd', '0', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2450', 'Elven Mithril Gloves', 'gloves', 'true', 'none', '640', 'leather', 'd', '0', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2451', 'Sage\'s Worn Gloves', 'gloves', 'true', 'none', '630', 'leather', 'd', '0', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2452', 'Reinforced Mithril Gloves', 'gloves', 'true', 'none', '620', 'leather', 'c', '0', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2453', 'Chain Gloves', 'gloves', 'true', 'none', '620', 'leather', 'c', '0', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2454', 'Karmian Gloves', 'gloves', 'true', 'none', '620', 'leather', 'c', '0', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2455', 'Plated Leather Gloves', 'gloves', 'true', 'none', '610', 'leather', 'c', '0', '33', '0', '0', '149000', '59', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2456', 'Dwarven Chain Gloves', 'gloves', 'true', 'none', '600', 'leather', 'c', '0', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2457', 'Gloves of Seal', 'gloves', 'true', 'none', '620', 'leather', 'c', '0', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2458', 'Rind Leather Gloves', 'gloves', 'true', 'none', '600', 'leather', 'c', '0', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2459', 'Demon\'s Gloves', 'gloves', 'true', 'none', '610', 'leather', 'c', '0', '36', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2460', 'Theca Leather Gloves', 'gloves', 'true', 'none', '600', 'leather', 'c', '0', '37', '0', '0', '275000', '110', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2461', 'Drake Leather Gloves', 'gloves', 'true', 'none', '600', 'leather', 'c', '0', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2462', 'Full Plate Gauntlets', 'gloves', 'true', 'none', '600', 'leather', 'c', '0', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2463', 'Divine Gloves', 'gloves', 'true', 'none', '610', 'leather', 'c', '0', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2464', 'Avadon Gloves', 'gloves', 'true', 'none', '590', 'leather', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2465', 'Chain Gloves of Silence', 'gloves', 'true', 'none', '590', 'leather', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2466', 'Guardian\'s Gloves', 'gloves', 'true', 'none', '590', 'leather', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2467', 'Gloves of Blessing', 'gloves', 'true', 'none', '590', 'leather', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2468', 'Blessed Gloves', 'gloves', 'true', 'none', '600', 'leather', 'c', '0', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2469', 'Gloves of The Underworld', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2470', 'Gloves of Phantom', 'gloves', 'true', 'none', '560', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2471', 'Dark Legion Gloves', 'gloves', 'true', 'none', '560', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2472', 'Dark Crystal Gloves', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2473', 'The Gloves', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '51', '0', '0', '2390000', '119', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2474', 'Dasparion\'s Gloves', 'gloves', 'true', 'none', '550', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2475', 'Doom Gloves', 'gloves', 'true', 'none', '580', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2476', 'Dragon Gauntlets', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '52', '0', '0', '2610000', '130', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2477', 'Dragon Leather Gloves', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '51', '0', '0', '2390000', '119', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2478', 'Tallum Gloves', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2479', 'Gauntlets of Nightmare', 'gloves', 'true', 'none', '550', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2480', 'Elemental Gloves', 'gloves', 'true', 'none', '580', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2481', 'Gloves of Grace', 'gloves', 'true', 'none', '580', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2482', 'Majestic Gauntlets', 'gloves', 'true', 'none', '540', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2483', 'Gust Bracer', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2484', 'Cerberus Gloves', 'gloves', 'true', 'none', '540', 'leather', 'a', '0', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2485', 'Implosion Gauntlets', 'gloves', 'true', 'none', '580', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2486', 'Paradia Gloves', 'gloves', 'true', 'none', '580', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2487', 'Blue Wolf Gloves', 'gloves', 'true', 'none', '590', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2488', 'Phoenix Gloves', 'gloves', 'true', 'none', '570', 'leather', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2489', 'Gloves of Black Ore', 'gloves', 'true', 'none', '570', 'leather', 'a', '0', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2490', 'Cloak of Silence', 'back', 'false', 'none', '250', 'leather', 'none', '0', '5', '0', '0', '6770', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2491', 'Golden Yarn Cloak', 'back', 'false', 'none', '250', 'leather', 'none', '0', '5', '0', '0', '12300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2492', 'Shadow Cloak', 'back', 'true', 'none', '240', 'leather', 'c', '0', '12', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('2506', 'Wolf\'s Leather Armor', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '9', '14', '0', '7000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3891', 'Wolf\'s Hide Armor', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '13', '16', '0', '18000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3892', 'Wolf\'s Hard Leather Mail', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '16', '18', '0', '32000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3893', 'Wolf\'s Wooden Armor', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '19', '20', '0', '55000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3894', 'Wolf\'s Ring Mail', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '22', '23', '0', '87000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3895', 'Wolf\'s Bone Armor', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '26', '26', '0', '130000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3896', 'Wolf\'s Scale Male', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '30', '29', '0', '200000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3897', 'Wof\'s Bronze Armor', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '33', '31', '0', '260000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3898', 'Wolf\'s Plate Mail', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '37', '33', '0', '330000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3899', 'Wolf\'s Steel Armor', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '40', '36', '0', '420000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3900', 'Wolf\'s Luxury Plate', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '43', '38', '0', '640000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3901', 'Wolf\'s Mithril Armor', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '47', '41', '0', '940000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3912', 'Hatchling\'s Soft Leather', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '26', '26', '0', '200000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3913', 'Hatchling\'s Scale Mail', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '29', '29', '0', '310000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3914', 'Hatchling\'s Brigandine', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '31', '31', '0', '420000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3915', 'Hatchling\'s Bronze Coat', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '33', '33', '0', '570000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3916', 'Hatchling\'s Steel Coat', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '36', '36', '0', '760000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3917', 'Hatchling\'s Shadowplate', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '38', '38', '0', '1100000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('3918', 'Hatchling\'s Mithril Coat', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '41', '41', '0', '1600000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4224', 'Dream Armor', 'chest', 'true', 'heavy', '8920', 'bronze', 'none', '0', '68', '0', '0', '49200', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4225', 'Dream Stockings', 'legs', 'true', 'heavy', '3960', 'bronze', 'none', '0', '43', '0', '0', '30700', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4226', 'Dream Gloves', 'gloves', 'true', 'none', '650', 'leather', 'none', '0', '17', '0', '0', '12300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4227', 'Dream Boots', 'feet', 'true', 'none', '1310', 'cloth', 'none', '0', '17', '0', '0', '12300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4228', 'Ubiquitous Armor', 'chest', 'true', 'heavy', '8920', 'bronze', 'none', '0', '68', '0', '0', '49200', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4229', 'Ubiquitous Stockings', 'legs', 'true', 'heavy', '3960', 'bronze', 'none', '0', '43', '0', '0', '30700', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4230', 'Ubiquitous Gloves', 'gloves', 'true', 'none', '650', 'leather', 'none', '0', '17', '0', '0', '12300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4231', 'Ubiquitous Boots', 'feet', 'true', 'none', '1310', 'cloth', 'none', '0', '17', '0', '0', '12300', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4234', 'Hatchling\'s Level 65 Armor', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '50', '50', '0', '5628000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4235', 'Hatchling\'s Level 75 Armor', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '58', '58', '0', '19073000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('4236', 'Gara Item', 'chest', 'false', 'light', '160', 'leather', 'none', '0', '58', '58', '0', '19073000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5170', 'Mithril Panzer Coat', 'strider', 'false', 'pet', '160', 'leather', 'none', '0', '41', '41', '0', '1600000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5171', 'Brigadine Panzer Coat', 'strider', 'false', 'pet', '160', 'leather', 'none', '0', '44', '44', '0', '2300000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5172', 'Draconic Panzer Coat', 'strider', 'false', 'pet', '160', 'leather', 'none', '0', '46', '46', '0', '3400000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5173', 'Blood Panzer Coat', 'strider', 'false', 'pet', '160', 'leather', 'none', '0', '49', '49', '0', '4900000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5174', 'Ophidian Panzer Coat', 'strider', 'false', 'pet', '160', 'leather', 'none', '0', '52', '52', '0', '7300000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5175', 'Inferno Panzer Coat', 'strider', 'false', 'pet', '160', 'leather', 'none', '0', '54', '54', '0', '10000000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5182', 'Hatchling\'s Gorgon Coat', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '44', '44', '0', '2300000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5183', 'Hatchling\'s Ophidian Plate', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '46', '46', '0', '3400000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5184', 'Hatchling\'s Crimson Plate', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '49', '49', '0', '4900000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5185', 'Hatchling\'s Draconic Plate', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '52', '52', '0', '7300000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5186', 'Hatchling\'s Inferno Plate', 'hatchling', 'false', 'pet', '160', 'leather', 'none', '0', '54', '54', '0', '10000000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5216', 'Wolf Level 75 Armor', 'wolf', 'false', 'pet', '160', 'leather', 'none', '0', '71', '58', '0', '938705', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5287', 'Sealed Dark Crystal breastplate', 'chest', 'true', 'heavy', '7700', 'crystal', 'a', '0', '171', '0', '0', '4630000', '370', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5288', 'Sealed Dark Crystal Gaiters', 'legs', 'true', 'heavy', '3320', 'crystal', 'a', '0', '107', '0', '0', '2890000', '231', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5289', 'Sealed Dark Crystal Helmet', 'head', 'true', 'none', '570', 'crystal', 'a', '0', '69', '0', '0', '1740000', '139', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5290', 'Sealed Dark Crystal Gloves', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5291', 'Sealed Dark Crystal Boots', 'feet', 'true', 'none', '1110', 'crystal', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5293', 'Sealed Tallum Plate Armor', 'fullarmor', 'true', 'heavy', '9780', 'leather', 'a', '0', '278', '0', '0', '6770000', '541', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5294', 'Sealed Tallum Helmet', 'head', 'true', 'none', '570', 'cloth', 'a', '0', '69', '0', '0', '1740000', '139', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5295', 'Sealed Tallum Gloves', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5296', 'Sealed Tallum Boots', 'feet', 'true', 'none', '1130', 'blood_steel', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5297', 'Sealed Dark Crystal Leather Armor', 'chest', 'true', 'light', '4300', 'leather', 'a', '0', '128', '0', '0', '3470000', '277', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5298', 'Sealed Dark Crystal Leggings', 'legs', 'true', 'light', '1480', 'leather', 'a', '0', '80', '0', '0', '2170000', '173', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5299', 'Sealed Gloves of The Underworld', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5300', 'Sealed Boots of The Underworld', 'feet', 'true', 'none', '1110', 'leather', 'a', '0', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5301', 'Sealed Tallum Leather Armor', 'fullarmor', 'true', 'light', '5400', 'leather', 'a', '0', '209', '0', '0', '5080000', '406', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5302', 'Sealed Gust Bracer', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5303', 'Sealed Gust Boots', 'feet', 'true', 'none', '1120', 'blood_steel', 'a', '0', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5304', 'Sealed Tallum Tunic', 'chest', 'true', 'magic', '1860', 'leather', 'a', '0', '86', '0', '409', '3470000', '277', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5305', 'Sealed Tallum Stockings', 'legs', 'true', 'magic', '920', 'leather', 'a', '0', '53', '0', '256', '2170000', '173', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5306', 'Sealed Gloves of Black Ore', 'gloves', 'true', 'none', '570', 'leather', 'a', '0', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5307', 'Sealed Red Flame Boots', 'feet', 'true', 'none', '1120', 'blood_steel', 'a', '0', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5308', 'Sealed Dark Crystal Robe', 'fullarmor', 'true', 'magic', '2450', 'leather', 'a', '0', '139', '0', '665', '5080000', '406', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5309', 'Sealed Phoenix Gloves', 'gloves', 'true', 'none', '570', 'leather', 'a', '0', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5310', 'Sealed Phoenix Boots', 'feet', 'true', 'none', '1120', 'blood_steel', 'a', '0', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5311', 'Sealed Armor of Nightmare', 'fullarmor', 'true', 'heavy', '9580', 'blood_steel', 'a', '0', '293', '0', '0', '10300000', '824', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5312', 'Sealed Helm of Nightmare', 'head', 'true', 'none', '560', 'leather', 'a', '0', '73', '0', '0', '2640000', '211', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5313', 'Sealed Gauntlets of Nightmare', 'gloves', 'true', 'none', '550', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5314', 'Sealed Boots of Nightmare', 'feet', 'true', 'none', '1110', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5316', 'Sealed Majestic Plate Armor', 'fullarmor', 'true', 'heavy', '9200', 'leather', 'a', '0', '293', '0', '0', '10300000', '824', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5317', 'Sealed Majestic Circlet', 'head', 'true', 'none', '550', 'leather', 'a', '0', '73', '0', '0', '2640000', '211', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5318', 'Sealed Majestic Gauntlets', 'gloves', 'true', 'none', '540', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5319', 'Sealed Majestic Boots', 'feet', 'true', 'none', '1110', 'blood_steel', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5320', 'Sealed Leather Armor of Nightmare', 'fullarmor', 'true', 'light', '5300', 'leather', 'a', '0', '220', '0', '0', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5321', 'Sealed Dark Legion Gloves', 'gloves', 'true', 'none', '560', 'leather', 'a', '0', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5322', 'Sealed Dark Legion Boots', 'feet', 'true', 'none', '1120', 'leather', 'a', '0', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5323', 'Sealed Majestic Leather Armor', 'fullarmor', 'true', 'light', '5350', 'leather', 'a', '0', '220', '0', '0', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5324', 'Sealed Gloves of Phantom', 'gloves', 'true', 'none', '560', 'leather', 'a', '0', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5325', 'Sealed Boots of Phantom', 'feet', 'true', 'none', '1120', 'oriharukon', 'a', '0', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5326', 'Sealed Nightmare Robe', 'fullarmor', 'true', 'magic', '2300', 'leather', 'a', '0', '147', '0', '718', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5327', 'Sealed Cerberus Gloves', 'gloves', 'true', 'none', '540', 'leather', 'a', '0', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5328', 'Sealed Cerberus Boots', 'feet', 'true', 'none', '1120', 'damascus', 'a', '0', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5329', 'Sealed Majestic Robe', 'fullarmor', 'true', 'magic', '2330', 'leather', 'a', '0', '147', '0', '718', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5330', 'Sealed Dasparion\'s Gloves', 'gloves', 'true', 'none', '550', 'leather', 'a', '0', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5331', 'Sealed Dasparion\'s Boots', 'feet', 'true', 'none', '1100', 'leather', 'a', '0', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5576', 'Sound Test Boots', 'feet', 'false', 'none', '50', 'cloth', 'none', '0', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5590', 'Squeaking Shoes', 'feet', 'false', 'none', '50', 'cloth', 'none', '0', '0', '0', '0', '350000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5709', 'Sealed Zubei\'s Gauntlets', 'gloves', 'true', 'none', '590', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5710', 'Zubei\'s Gauntlets - Heavy Armor', 'gloves', 'true', 'none', '590', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5711', 'Zubei\'s Gauntlets - Light Armor', 'gloves', 'true', 'none', '590', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5712', 'Zubei\'s Gauntlets - Robe', 'gloves', 'true', 'none', '590', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5713', 'Sealed Avadon Gloves', 'gloves', 'true', 'none', '590', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5714', 'Avadon Gloves - Heavy Armor', 'gloves', 'true', 'none', '590', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5715', 'Avadon Gloves - Light Armor', 'gloves', 'true', 'none', '590', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5716', 'Avadon Gloves - Robe', 'gloves', 'true', 'none', '590', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5717', 'Sealed Blue Wolf Gloves', 'gloves', 'true', 'none', '590', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5718', 'Blue Wolf Gloves - Heavy Armor', 'gloves', 'true', 'none', '590', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5719', 'Blue Wolf Gloves - Light Armor', 'gloves', 'true', 'none', '590', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5720', 'Blue Wolf Gloves - Robe', 'gloves', 'true', 'none', '590', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5721', 'Sealed Doom Gloves', 'gloves', 'true', 'none', '580', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5722', 'Doom Gloves - Heavy Armor', 'gloves', 'true', 'none', '580', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5723', 'Doom Gloves - Light Armor', 'gloves', 'true', 'none', '580', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5724', 'Doom Gloves - Robe', 'gloves', 'true', 'none', '580', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5725', 'Sealed Zubei\'s Boots', 'feet', 'true', 'none', '1180', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5726', 'Zubei\'s Boots - Heavy Armor', 'feet', 'true', 'none', '1180', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5727', 'Zubei\'s Boots - Light Armor', 'feet', 'true', 'none', '1180', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5728', 'Zubei\'s Boots - Robe', 'feet', 'true', 'none', '1180', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5729', 'Sealed Avadon Boots', 'feet', 'true', 'none', '1180', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5730', 'Avadon Boots - Heavy Armor', 'feet', 'true', 'none', '1180', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5731', 'Avadon Boots - Light Armor', 'feet', 'true', 'none', '1180', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5732', 'Avadon Boots - Robe', 'feet', 'true', 'none', '1180', 'mithril', 'b', '0', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5733', 'Sealed Blue Wolf Boots', 'feet', 'true', 'none', '1130', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5734', 'Blue Wolf Boots - Heavy Armor', 'feet', 'true', 'none', '1130', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5735', 'Blue Wolf Boots - Light Armor', 'feet', 'true', 'none', '1130', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5736', 'Blue Wolf Boots - Robe', 'feet', 'true', 'none', '1130', 'leather', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5737', 'Sealed Boots of Doom', 'feet', 'true', 'none', '1130', 'mithril', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5738', 'Doom Boots - Heavy Armor', 'feet', 'true', 'none', '1130', 'mithril', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5739', 'Doom Boots - Light Armor', 'feet', 'true', 'none', '1130', 'mithril', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5740', 'Doom Boots - Robe', 'feet', 'true', 'none', '1130', 'mithril', 'b', '0', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5765', 'Dark Crystal Gloves - Heavy Armor', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5766', 'Dark Crystal Gloves - Light Armor', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5767', 'Dark Crystal Gloves - Robe', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5768', 'Tallum Gloves - Heavy Armor', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5769', 'Tallum Gloves - Light Armor', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5770', 'Tallum Gloves - Robe', 'gloves', 'true', 'none', '580', 'leather', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5771', 'Gauntlets of Nightmare - Heavy Armor', 'gloves', 'true', 'none', '550', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5772', 'Gauntlets of Nightmare - Light Armor', 'gloves', 'true', 'none', '550', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5773', 'Gauntlets of Nightmare - Robe', 'gloves', 'true', 'none', '550', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5774', 'Majestic Gauntlets - Heavy Armor', 'gloves', 'true', 'none', '540', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5775', 'Majestic Gauntlets - Light Armor', 'gloves', 'true', 'none', '540', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5776', 'Majestic Gauntlets - Robe', 'gloves', 'true', 'none', '540', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5777', 'Dark Crystal Boots - Heavy Armor', 'feet', 'true', 'none', '1110', 'crystal', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5778', 'Dark Crystal Boots - Light Armor', 'feet', 'true', 'none', '1110', 'crystal', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5779', 'Dark Crystal Boots - Robe', 'feet', 'true', 'none', '1110', 'crystal', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5780', 'Tallum Boots - Heavy Armor', 'feet', 'true', 'none', '1130', 'blood_steel', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5781', 'Tallum Boots - Light Armor', 'feet', 'true', 'none', '1130', 'blood_steel', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5782', 'Tallum Boots - Robe', 'feet', 'true', 'none', '1130', 'blood_steel', 'a', '0', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5783', 'Boots of Nightmare - Heavy Armor', 'feet', 'true', 'none', '1110', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5784', 'Boots of Nightmare - Light Armor', 'feet', 'true', 'none', '1110', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5785', 'Boots of Nightmare - Robe', 'feet', 'true', 'none', '1110', 'leather', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5786', 'Majestic Boots - Heavy Armor', 'feet', 'true', 'none', '1110', 'blood_steel', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5787', 'Majestic Boots - Light Armor', 'feet', 'true', 'none', '1110', 'blood_steel', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5788', 'Majestic Boots - Robe', 'feet', 'true', 'none', '1110', 'blood_steel', 'a', '0', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('5808', 'Party Mask', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6323', 'Sealed Phoenix Necklace', 'neck', 'true', 'none', '150', 'silver', 'a', '0', '0', '76', '0', '1740000', '139', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6324', 'Sealed Phoenix Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'a', '0', '0', '57', '0', '1310000', '104', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6325', 'Sealed Phoenix Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'a', '0', '0', '38', '0', '871000', '69', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6326', 'Sealed Majestic Necklace', 'neck', 'true', 'none', '150', 'silver', 'a', '0', '0', '80', '0', '2600000', '208', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6327', 'Sealed Majestic Earring', 'rear,lear', 'true', 'none', '150', 'silver', 'a', '0', '0', '60', '0', '1950000', '156', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6328', 'Sealed Majestic Ring', 'rfinger,lfinger', 'true', 'none', '150', 'silver', 'a', '0', '0', '40', '0', '1300000', '104', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6373', 'Imperial Crusader Breastplate', 'chest', 'true', 'heavy', '7620', 'scale_of_dragon', 's', '0', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6374', 'Imperial Crusader Gaiters', 'legs', 'true', 'heavy', '3260', 'scale_of_dragon', 's', '0', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6375', 'Imperial Crusader Gauntlets', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6376', 'Imperial Crusader Boots', 'feet', 'true', 'none', '1110', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6378', 'Imperial Crusader Helmet', 'head', 'true', 'none', '550', 'bone', 's', '0', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6379', 'Draconic Leather Armor', 'fullarmor', 'true', 'light', '4950', 'leather', 's', '0', '249', '0', '0', '17400000', '870', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6380', 'Draconic Leather Gloves', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6381', 'Draconic Leather Boots', 'feet', 'true', 'none', '1110', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6382', 'Draconic Leather Helmet', 'head', 'true', 'none', '550', 'bone', 's', '0', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6383', 'Major Arcana Robe', 'fullarmor', 'true', 'magic', '2300', 'cloth', 's', '0', '166', '0', '866', '17400000', '870', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6384', 'Major Arcana Gloves', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6385', 'Major Arcana Boots', 'feet', 'true', 'none', '1110', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6386', 'Major Arcana Circlet', 'head', 'true', 'none', '550', 'bone', 's', '0', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6394', 'Red Party Mask', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6408', 'Formal Wear', 'fullarmor', 'false', 'none', '1000', 'cloth', 'none', '0', '0', '0', '0', '5000000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6656', 'Earring of Antharas', 'rear,lear', 'true', 'none', '150', 'gold', 's', '0', '0', '71', '31', '3700000', '185', 'true', 'true', 'true', 'true', '3558', '1'),
|
||||
('6657', 'Necklace of Valakas', 'neck', 'true', 'none', '150', 'gold', 's', '0', '0', '95', '42', '4940000', '247', 'true', 'true', 'true', 'true', '3557', '1'),
|
||||
('6658', 'Ring of Baium', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 's', '0', '0', '48', '21', '1730000', '86', 'true', 'true', 'true', 'true', '3561', '1'),
|
||||
('6659', 'Zaken\'s Earring', 'rear,lear', 'true', 'none', '150', 'gold', 's', '0', '0', '71', '31', '2590000', '129', 'true', 'true', 'true', 'true', '3559', '1'),
|
||||
('6660', 'Ring of Queen Ant', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'b', '0', '0', '48', '21', '616000', '82', 'true', 'true', 'true', 'true', '3562', '1'),
|
||||
('6661', 'Earring of Orfen', 'rear,lear', 'true', 'none', '150', 'gold', 'a', '0', '0', '71', '31', '1300000', '104', 'true', 'true', 'true', 'true', '3560', '1'),
|
||||
('6662', 'Ring of Core', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 'a', '0', '0', '48', '21', '870000', '69', 'true', 'true', 'true', 'true', '3563', '1'),
|
||||
('6674', 'Sealed Imperial Crusader Breastplate', 'chest', 'true', 'heavy', '7620', 'scale_of_dragon', 's', '0', '193', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6675', 'Sealed Imperial Crusader Gaiters', 'legs', 'true', 'heavy', '3260', 'scale_of_dragon', 's', '0', '121', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6676', 'Sealed Imperial Crusader Gauntlet', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6677', 'Sealed Imperial Crusader Boots', 'feet', 'true', 'none', '1110', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6679', 'Sealed Imperial Crusader Helmet', 'head', 'true', 'none', '550', 'bone', 's', '0', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6680', 'Sealed Draconic Leather Armor', 'fullarmor', 'true', 'light', '4950', 'leather', 's', '0', '236', '0', '0', '17400000', '870', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6681', 'Sealed Draconic Leather Glove', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6682', 'Sealed Draconic Leather Boots', 'feet', 'true', 'none', '1110', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6683', 'Sealed Draconic Leather Helmet', 'head', 'true', 'none', '550', 'bone', 's', '0', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6684', 'Sealed Major Arcana Robe', 'fullarmor', 'true', 'magic', '2300', 'cloth', 's', '0', '157', '0', '866', '17400000', '870', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6685', 'Sealed Major Arcana Glove', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6686', 'Sealed Major Arcana Boots', 'feet', 'true', 'none', '1110', 'leather', 's', '0', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6687', 'Sealed Major Arcana Circlet', 'head', 'true', 'none', '550', 'bone', 's', '0', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6724', 'Sealed Tateossian Earring', 'rear,lear', 'true', 'none', '150', 'silver', 's', '0', '0', '68', '0', '3700000', '185', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6725', 'Sealed Tateossian Ring', 'rfinger,lfinger', 'true', 'none', '150', 'gold', 's', '0', '0', '46', '0', '2470000', '123', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6726', 'Sealed Tateossian Necklace', 'neck', 'true', 'none', '150', 'silver', 's', '0', '0', '91', '0', '4940000', '247', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6834', 'Circlet of Innadril', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1'),
|
||||
('6835', 'Circlet of Dion', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1'),
|
||||
('6836', 'Circlet of Goddard', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '2'),
|
||||
('6837', 'Circlet of Oren', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1'),
|
||||
('6838', 'Circlet of Gludio', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1'),
|
||||
('6839', 'Circlet of Giran', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1'),
|
||||
('6840', 'Circlet of Aden', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '2'),
|
||||
('6841', 'The Lord\'s Crown', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1'),
|
||||
('6842', 'Wings of Destiny Circlet', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'false', 'false', 'false', '0', '0'),
|
||||
('6843', 'Cat Ear', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6844', 'Lady\'s Hair Pin', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6845', 'Pirate\'s Eye Patch', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('6846', 'Monocle', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('7059', 'Hair Accessory for Events', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('7060', 'Tateossian Hairband', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('7680', 'Raccoon Ears', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('7681', 'Outlaw\'s Eyepatch', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('7682', 'Maiden\'s Hairpin', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('7683', 'Rabbit Ears', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('7694', 'Noblesse Tiara', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'false', 'true', 'true', 'true', '0', '0'),
|
||||
('7695', 'Forget-me-not Hairpin', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('7696', 'Daisy Hairpin', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('7836', 'Santa\'s Hat', 'hair', 'false', 'none', '10', 'wood', 'none', '0', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0'),
|
||||
('7837', 'Sayha\'s White Mask', 'hair', 'false', 'none', '10', 'steel', 'none', '0', '0', '0', '0', '0', '0', 'false', 'true', 'true', 'true', '0', '0');
|
90
L2J_Mobius_C4/dist/db_installer/sql/armorsets.sql
vendored
Normal file
90
L2J_Mobius_C4/dist/db_installer/sql/armorsets.sql
vendored
Normal file
@ -0,0 +1,90 @@
|
||||
--
|
||||
-- Table structure for table `armorsets`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS armorsets;
|
||||
CREATE TABLE armorsets (
|
||||
id int(3) NOT NULL auto_increment,
|
||||
chest decimal(11,0) NOT NULL default '0',
|
||||
legs decimal(11,0) NOT NULL default '0',
|
||||
head decimal(11,0) NOT NULL default '0',
|
||||
gloves decimal(11,0) NOT NULL default '0',
|
||||
feet decimal(11,0) NOT NULL default '0',
|
||||
skill_id decimal(11,0) NOT NULL default '0',
|
||||
shield decimal(11,0) NOT NULL default '0',
|
||||
shield_skill_id decimal(11,0) NOT NULL default '0',
|
||||
PRIMARY KEY (id,chest)
|
||||
);
|
||||
|
||||
-- NO GRADE -------------
|
||||
-- ######################## id chest legs head gloves feet skill shield sh_skill
|
||||
INSERT INTO armorsets VALUES(1, 23, 2386, 43, 0, 0, 3500, 0, 0); -- Wooden Breastplate set (heavy)
|
||||
INSERT INTO armorsets VALUES(2, 1101, 1104, 44, 0, 0, 3501, 0, 0); -- Devotion robe set (robe)
|
||||
|
||||
-- D GRADE -------------
|
||||
-- ######################## id chest legs head gloves feet skill shield sh_skill
|
||||
INSERT INTO armorsets VALUES(3, 58, 59, 47, 0, 0, 3502, 628, 3543); -- Mithril Breastplate set(heavy)
|
||||
INSERT INTO armorsets VALUES(4, 352, 2378, 2411, 0, 0, 3506, 2493, 3544); -- Brigandine Armor set
|
||||
|
||||
INSERT INTO armorsets VALUES(5, 394, 416, 0, 0, 2422, 3503, 0, 0); -- Reinforced leather set
|
||||
INSERT INTO armorsets VALUES(6, 395, 417, 0, 0, 2424, 3505, 0, 0); -- Manticore skin set
|
||||
|
||||
INSERT INTO armorsets VALUES(7, 436, 469, 0, 2447, 0, 3504, 0, 0); -- Tunic of knowledge set
|
||||
INSERT INTO armorsets VALUES(8, 437, 470, 0, 2450, 0, 3507, 0, 0); -- Mithril Tunic
|
||||
|
||||
-- C GRADE -------------
|
||||
-- ######################## id chest legs head gloves feet skill shield sh_skill
|
||||
INSERT INTO armorsets VALUES(9, 354, 381, 2413, 0, 0, 3509, 2495, 3545); -- Chain Mail Shirt set
|
||||
INSERT INTO armorsets VALUES(10, 60, 0, 517, 0, 0, 3512, 107, 3546); -- Composite Armor set
|
||||
INSERT INTO armorsets VALUES(11, 356, 0, 2414, 0, 0, 3516, 2497, 3547); -- Full Plate Armor set
|
||||
|
||||
INSERT INTO armorsets VALUES(12, 397, 2387, 0, 0, 62, 3508, 0, 0); -- Mithrill shirt set
|
||||
INSERT INTO armorsets VALUES(13, 398, 418, 0, 0, 2431, 3511, 0, 0); -- Plated leather set
|
||||
INSERT INTO armorsets VALUES(14, 400, 420, 0, 0, 2436, 3514, 0, 0); -- Theca leather set
|
||||
INSERT INTO armorsets VALUES(15, 401, 0, 0, 0, 2437, 3515, 0, 0); -- Drake leather set
|
||||
|
||||
INSERT INTO armorsets VALUES(16, 439, 471, 0, 2454, 0, 3510, 0, 0); -- Karmian robe set
|
||||
INSERT INTO armorsets VALUES(17, 441, 472, 0, 2459, 0, 3513, 0, 0); -- Demon robe set
|
||||
INSERT INTO armorsets VALUES(18, 442, 473, 0, 2463, 0, 3517, 0, 0); -- Divine robe set
|
||||
|
||||
-- B GRADE -------------
|
||||
-- ######################## id chest legs head gloves feet skill shield sh_skill
|
||||
INSERT INTO armorsets VALUES(19, 357, 383, 503, 5710, 5726, 3518, 0, 0); -- Zubei's Breastplate set
|
||||
INSERT INTO armorsets VALUES(20, 2384, 2388, 503, 5711, 5727, 3520, 0, 0); -- Zubei's leather set
|
||||
INSERT INTO armorsets VALUES(21, 2397, 2402, 503, 5712, 5728, 3522, 0, 0); -- Zubei robe set
|
||||
|
||||
INSERT INTO armorsets VALUES(22, 2376, 2379, 2415, 5714, 5730, 3519, 673, 3548); -- Avadon heavy set
|
||||
INSERT INTO armorsets VALUES(23, 2390, 0, 2415, 5715, 5731, 3521, 0, 0); -- Avadon leather set
|
||||
INSERT INTO armorsets VALUES(24, 2406, 0, 2415, 5716, 5732, 3523, 0, 0); -- Avadon robe set
|
||||
|
||||
INSERT INTO armorsets VALUES(25, 358, 2380, 2416, 5718, 5734, 3524, 0, 0); -- Blue Wolf's Breastplate set
|
||||
INSERT INTO armorsets VALUES(26, 2391, 0, 2416, 5719, 5735, 3526, 0, 0); -- Blue wolf leather set
|
||||
INSERT INTO armorsets VALUES(27, 2398, 2403, 2416, 5720, 5736, 3528, 0, 0); -- Blue Wolf robe set
|
||||
|
||||
INSERT INTO armorsets VALUES(28, 2381, 0, 2417, 5722, 5738, 3525, 110, 3549); -- Doom plate heavy set
|
||||
INSERT INTO armorsets VALUES(29, 2392, 0, 2417, 5723, 5739, 3527, 0, 0); -- Doom leather set
|
||||
INSERT INTO armorsets VALUES(30, 2399, 2404, 2417, 5724, 5740, 3529, 0, 0); -- Doom robe set
|
||||
|
||||
-- A GRADE -------------
|
||||
-- ######################## id chest legs head gloves feet skill shield sh_skill
|
||||
INSERT INTO armorsets VALUES(31, 365, 388, 512, 5765, 5777, 3530, 641, 3550); -- Dark Crystal Breastplate set
|
||||
INSERT INTO armorsets VALUES(32, 2385, 2389, 512, 5766, 5778, 3532, 0, 0); -- Dark Crystal leather set
|
||||
INSERT INTO armorsets VALUES(33, 2407, 0, 512, 5767, 5779, 3535, 0, 0); -- Dark Crystal robe set
|
||||
|
||||
INSERT INTO armorsets VALUES(34, 2382, 0, 547, 5768, 5780, 3531, 0, 0); -- Tallum plate heavy set
|
||||
INSERT INTO armorsets VALUES(35, 2393, 0, 547, 5769, 5781, 3533, 0, 0); -- Tallum leather set
|
||||
INSERT INTO armorsets VALUES(36, 2400, 2405, 547, 5770, 5782, 3534, 0, 0); -- Tallum robe set
|
||||
|
||||
INSERT INTO armorsets VALUES(37, 374, 0, 2418, 5771, 5783, 3536, 2498, 3551); -- Nightmare heavy set
|
||||
INSERT INTO armorsets VALUES(38, 2394, 0, 2418, 5772, 5784, 3538, 0, 0); -- Nightmare leather set
|
||||
INSERT INTO armorsets VALUES(39, 2408, 0, 2418, 5773, 5785, 3540, 0, 0); -- Robe of nightmare set
|
||||
|
||||
INSERT INTO armorsets VALUES(40, 2383, 0, 2419, 5774, 5786, 3537, 0, 0); -- Majestic plate heavy set
|
||||
INSERT INTO armorsets VALUES(41, 2395, 0, 2419, 5775, 5787, 3539, 0, 0); -- Majestic leather set
|
||||
INSERT INTO armorsets VALUES(42, 2409, 0, 2419, 5776, 5788, 3541, 0, 0); -- Majestic robe set
|
||||
|
||||
-- S GRADE -------------
|
||||
-- ######################## id chest legs head gloves feet skill shield sh_skill
|
||||
INSERT INTO armorsets VALUES(43, 6373, 6374, 6378, 6375, 6376, 3553, 6377, 3554); -- Imperial crusader set
|
||||
INSERT INTO armorsets VALUES(44, 6379, 0, 6382, 6380, 6381, 3555, 0, 0); -- Draconic leather set
|
||||
INSERT INTO armorsets VALUES(45, 6383, 0, 6386, 6384, 6385, 3556, 0, 0); -- Major arcana robe set
|
52
L2J_Mobius_C4/dist/db_installer/sql/auction.sql
vendored
Normal file
52
L2J_Mobius_C4/dist/db_installer/sql/auction.sql
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for auction
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `auction` (
|
||||
id int(11) NOT NULL default '0',
|
||||
sellerId int(11) NOT NULL default '0',
|
||||
sellerName varchar(50) NOT NULL default 'NPC',
|
||||
sellerClanName varchar(50) NOT NULL default '',
|
||||
itemType varchar(25) NOT NULL default '',
|
||||
itemId int(11) NOT NULL default '0',
|
||||
itemObjectId int(11) NOT NULL default '0',
|
||||
itemName varchar(40) NOT NULL default '',
|
||||
itemQuantity int(11) NOT NULL default '0',
|
||||
startingBid int(11) NOT NULL default '0',
|
||||
currentBid int(11) NOT NULL default '0',
|
||||
endDate decimal(20,0) NOT NULL default '0',
|
||||
PRIMARY KEY (`itemType`,`itemId`,`itemObjectId`),
|
||||
KEY `id` (`id`)
|
||||
);
|
||||
|
||||
--
|
||||
-- Dumping data for table `auction`
|
||||
--
|
||||
|
||||
INSERT IGNORE INTO `auction` VALUES
|
||||
(22, 0, 'NPC', 'NPC Clan', 'ClanHall', 22, 0, 'Moonstone Hall', 1, 20000000, 0, 1164841200000),
|
||||
(23, 0, 'NPC', 'NPC Clan', 'ClanHall', 23, 0, 'Onyx Hall', 1, 20000000, 0, 1164841200000),
|
||||
(24, 0, 'NPC', 'NPC Clan', 'ClanHall', 24, 0, 'Topaz Hall', 1, 20000000, 0, 1164841200000),
|
||||
(25, 0, 'NPC', 'NPC Clan', 'ClanHall', 25, 0, 'Ruby Hall', 1, 20000000, 0, 1164841200000),
|
||||
(26, 0, 'NPC', 'NPC Clan', 'ClanHall', 26, 0, 'Crystal Hall', 1, 20000000, 0, 1164841200000),
|
||||
(27, 0, 'NPC', 'NPC Clan', 'ClanHall', 27, 0, 'Onyx Hall', 1, 20000000, 0, 1164841200000),
|
||||
(28, 0, 'NPC', 'NPC Clan', 'ClanHall', 28, 0, 'Sapphire Hall', 1, 20000000, 0, 1164841200000),
|
||||
(29, 0, 'NPC', 'NPC Clan', 'ClanHall', 29, 0, 'Moonstone Hall', 1, 20000000, 0, 1164841200000),
|
||||
(30, 0, 'NPC', 'NPC Clan', 'ClanHall', 30, 0, 'Emerald Hall', 1, 20000000, 0, 1164841200000),
|
||||
(31, 0, 'NPC', 'NPC Clan', 'ClanHall', 31, 0, 'The Atramental Barracks', 1, 8000000, 0, 1164841200000),
|
||||
(32, 0, 'NPC', 'NPC Clan', 'ClanHall', 32, 0, 'The Scarlet Barracks', 1, 8000000, 0, 1164841200000),
|
||||
(33, 0, 'NPC', 'NPC Clan', 'ClanHall', 33, 0, 'The Viridian Barracks', 1, 8000000, 0, 1164841200000),
|
||||
(36, 0, 'NPC', 'NPC Clan', 'ClanHall', 36, 0, 'The Golden Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(37, 0, 'NPC', 'NPC Clan', 'ClanHall', 37, 0, 'The Silver Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(38, 0, 'NPC', 'NPC Clan', 'ClanHall', 38, 0, 'The Mithril Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(39, 0, 'NPC', 'NPC Clan', 'ClanHall', 39, 0, 'Silver Manor', 1, 50000000, 0, 1164841200000),
|
||||
(40, 0, 'NPC', 'NPC Clan', 'ClanHall', 40, 0, 'Gold Manor', 1, 50000000, 0, 1164841200000),
|
||||
(41, 0, 'NPC', 'NPC Clan', 'ClanHall', 41, 0, 'The Bronze Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(42, 0, 'NPC', 'NPC Clan', 'ClanHall', 42, 0, 'The Golden Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(43, 0, 'NPC', 'NPC Clan', 'ClanHall', 43, 0, 'The Silver Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(44, 0, 'NPC', 'NPC Clan', 'ClanHall', 44, 0, 'The Mithril Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(45, 0, 'NPC', 'NPC Clan', 'ClanHall', 45, 0, 'The Bronze Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(46, 0, 'NPC', 'NPC Clan', 'ClanHall', 46, 0, 'Silver Manor', 1, 50000000, 0, 1164841200000),
|
||||
(47, 0, 'NPC', 'NPC Clan', 'ClanHall', 47, 0, 'Moonstone Hall', 1, 50000000, 0, 1164841200000),
|
||||
(48, 0, 'NPC', 'NPC Clan', 'ClanHall', 48, 0, 'Onyx Hall', 1, 50000000, 0, 1164841200000),
|
||||
(49, 0, 'NPC', 'NPC Clan', 'ClanHall', 49, 0, 'Emerald Hall', 1, 50000000, 0, 1164841200000),
|
||||
(50, 0, 'NPC', 'NPC Clan', 'ClanHall', 50, 0, 'Sapphire Hall', 1, 50000000, 0, 1164841200000);
|
14
L2J_Mobius_C4/dist/db_installer/sql/auction_bid.sql
vendored
Normal file
14
L2J_Mobius_C4/dist/db_installer/sql/auction_bid.sql
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for auction_bid
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS auction_bid (
|
||||
id INT NOT NULL default 0,
|
||||
auctionId INT NOT NULL default 0,
|
||||
bidderId INT NOT NULL default 0,
|
||||
bidderName varchar(50) NOT NULL,
|
||||
clan_name varchar(50) NOT NULL,
|
||||
maxBid int(11) NOT NULL default 0,
|
||||
time_bid decimal(20,0) NOT NULL default '0',
|
||||
PRIMARY KEY (auctionId, bidderId),
|
||||
KEY id (id)
|
||||
);
|
8
L2J_Mobius_C4/dist/db_installer/sql/auction_watch.sql
vendored
Normal file
8
L2J_Mobius_C4/dist/db_installer/sql/auction_watch.sql
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for auction_watch
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS auction_watch (
|
||||
charObjId INT NOT NULL default 0,
|
||||
auctionId INT NOT NULL default 0,
|
||||
PRIMARY KEY (charObjId, auctionId)
|
||||
);
|
12
L2J_Mobius_C4/dist/db_installer/sql/auto_announcements.sql
vendored
Normal file
12
L2J_Mobius_C4/dist/db_installer/sql/auto_announcements.sql
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for auto_announcements
|
||||
-- ----------------------------
|
||||
CREATE TABLE IF NOT EXISTS `auto_announcements` (
|
||||
`id` INT(11) NOT NULL,
|
||||
`initial` BIGINT(20) NOT NULL,
|
||||
`delay` BIGINT(20) NOT NULL,
|
||||
`cycle` INT(11) NOT NULL,
|
||||
`memo` TEXT DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
11
L2J_Mobius_C4/dist/db_installer/sql/auto_chat.sql
vendored
Normal file
11
L2J_Mobius_C4/dist/db_installer/sql/auto_chat.sql
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
DROP TABLE IF EXISTS `auto_chat`;
|
||||
CREATE TABLE `auto_chat` (
|
||||
`groupId` INT NOT NULL default '0',
|
||||
`npcId` INT NOT NULL default '0',
|
||||
`chatDelay` BIGINT NOT NULL default '-1',
|
||||
PRIMARY KEY (`groupId`)
|
||||
);
|
||||
|
||||
INSERT INTO `auto_chat` VALUES
|
||||
(1,8093,-1),
|
||||
(2,8094,-1);
|
24
L2J_Mobius_C4/dist/db_installer/sql/auto_chat_text.sql
vendored
Normal file
24
L2J_Mobius_C4/dist/db_installer/sql/auto_chat_text.sql
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
DROP TABLE IF EXISTS `auto_chat_text`;
|
||||
CREATE TABLE `auto_chat_text` (
|
||||
`groupId` INT NOT NULL default '0',
|
||||
`chatText` VARCHAR(255) NOT NULL default '',
|
||||
PRIMARY KEY (`groupId`,`chatText`)
|
||||
);
|
||||
|
||||
INSERT INTO `auto_chat_text` VALUES
|
||||
(1,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(1,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(1,'%player_cabal_loser%! You might as well give up!'),
|
||||
(1,'A curse upon you!'),
|
||||
(1,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(1,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(1,'The prophecy of doom has awoken!'),
|
||||
(1,'This world will soon be annihilated!'),
|
||||
(2,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(2,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(2,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(2,'All hail the eternal twilight!'),
|
||||
(2,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(2,'The day of judgment is near!'),
|
||||
(2,'The prophecy of darkness has been fulfilled!'),
|
||||
(2,'The prophecy of darkness has come to pass!');
|
23
L2J_Mobius_C4/dist/db_installer/sql/castle.sql
vendored
Normal file
23
L2J_Mobius_C4/dist/db_installer/sql/castle.sql
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for castle
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS castle (
|
||||
id INT NOT NULL default 0,
|
||||
name varchar(25) NOT NULL,
|
||||
taxPercent INT NOT NULL default 15,
|
||||
treasury INT NOT NULL default 0,
|
||||
siegeDate DECIMAL(20,0) NOT NULL default 0,
|
||||
siegeDayOfWeek INT NOT NULL default 7,
|
||||
siegeHourOfDay INT NOT NULL default 20,
|
||||
PRIMARY KEY (name),
|
||||
KEY id (id)
|
||||
);
|
||||
|
||||
INSERT IGNORE INTO `castle` VALUES
|
||||
(1, 'Gludio', 0, 0, 0, 7, 20),
|
||||
(2, 'Dion', 0, 0, 0, 7, 20),
|
||||
(3, 'Giran', 0, 0, 0, 1, 16),
|
||||
(4, 'Oren', 0, 0, 0, 1, 16),
|
||||
(5, 'Aden', 0, 0, 0, 7, 20),
|
||||
(6, 'Innadril', 0, 0, 0, 1, 16),
|
||||
(7, 'Goddard', 0, 0, 0, 1, 16);
|
105
L2J_Mobius_C4/dist/db_installer/sql/castle_door.sql
vendored
Normal file
105
L2J_Mobius_C4/dist/db_installer/sql/castle_door.sql
vendored
Normal file
@ -0,0 +1,105 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for castle_door
|
||||
-- ---------------------------
|
||||
DROP TABLE IF EXISTS `castle_door`;
|
||||
CREATE TABLE `castle_door` (
|
||||
`castleId` INT NOT NULL default 0,
|
||||
`id` INT NOT NULL default 0,
|
||||
`name` varchar(30) NOT NULL,
|
||||
`x` INT NOT NULL default 0,
|
||||
`y` INT NOT NULL default 0,
|
||||
`z` INT NOT NULL default 0,
|
||||
`range_xmin` INT NOT NULL default 0,
|
||||
`range_ymin` INT NOT NULL default 0,
|
||||
`range_zmin` INT NOT NULL default 0,
|
||||
`range_xmax` INT NOT NULL default 0,
|
||||
`range_ymax` INT NOT NULL default 0,
|
||||
`range_zmax` INT NOT NULL default 0,
|
||||
`hp` INT NOT NULL default 0,
|
||||
`pDef` INT NOT NULL default 0,
|
||||
`mDef` INT NOT NULL default 0,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `id` (`castleId`)
|
||||
);
|
||||
|
||||
INSERT INTO `castle_door` VALUES
|
||||
(1,19210001,'Gludio_outer_001',-18481,113065,-2774,-18481,113058,-2799,-18350,113072,-2479,316500,644,518),
|
||||
(1,19210002,'Gludio_outer_002',-18219,113065,-2774,-18351,113058,-2799,-18220,113072,-2479,316500,644,518),
|
||||
(1,19210003,'Gludio_wall_001',-19912,111381,-2861,-19977,111082,-2922,-19848,111682,-2462,678840,837,674),
|
||||
(1,19210004,'Gludio_wall_002',-16586,111382,-2880,-16650,111082,-2922,-16522,111682,-2462,678840,837,674),
|
||||
(1,19210005,'Gludio_inner_001',-18244,110520,-2518,-18244,110514,-2548,-18113,110526,-2293,158250,644,518),
|
||||
(1,19210006,'Gludio_inner_002',-17981,110520,-2518,-18113,110514,-2548,-17982,110526,-2293,158250,644,518),
|
||||
(1,19210007,'Gludio_small_002',-19235,108276,-2389,-19333,108276,-2408,-19235,108277,-2280,158250,644,518),
|
||||
(1,19210008,'Gludio_station',-18997,108062,-2038,-19003,108057,-2069,-18991,108208,-1819,158250,644,518),
|
||||
(1,19210009,'Gludio_small_001',-17939,107109,-2387,-17940,107011,-2408,-17939,107109,-2280,158250,644,518),
|
||||
(2,20220001,'Dion_outer_001',22441,156684,-2968,22302,156678,-2994,22450,156692,-2674,316500,644,518),
|
||||
(2,20220002,'Dion_outer_002',22179,156684,-2968,22171,156678,-2994,22318,156692,-2674,316500,644,518),
|
||||
(2,20220003,'Dion_wall_001',23873,158368,-3055,23809,158060,-3116,23937,158676,-2656,678840,837,674),
|
||||
(2,20220004,'Dion_wall_002',20546,158368,-3074,20483,158060,-3116,20611,158676,-2656,678840,837,674),
|
||||
(2,20220005,'Dion_inner_001',22205,159230,-2712,22067,159224,-2735,22213,159236,-2480,158250,644,518),
|
||||
(2,20220006,'Dion_inner_002',21943,159230,-2712,21935,159224,-2735,22082,159236,-2480,158250,644,518),
|
||||
(2,20220007,'Dion_small_001',23194,161470,-2583,23187,161470,-2602,23300,161472,-2474,158250,644,518),
|
||||
(2,20220008,'Dion_station',22905,161547,-2232,22900,161535,-2258,22912,161702,-2008,158250,644,518),
|
||||
(2,20220009,'Dion_small_002',21899,162738,-2483,21899,162629,-2602,21899,162744,-2474,158250,644,518),
|
||||
(3,23220001,'Giran_outer_001',112857,144729,-2841,112850,144720,-2864,112864,144867,-2544,316500,644,518),
|
||||
(3,23220002,'Giran_outer_002',112857,144990,-2841,112850,144852,-2864,112864,144997,-2544,316500,644,518),
|
||||
(3,23220003,'Giran_wall_001',114540,143296,-2928,114232,143232,-2991,114848,143360,-2531,678840,837,674),
|
||||
(3,23220004,'Giran_wall_002',114540,146623,-2945,114232,146559,-2989,114848,146687,-2531,678840,837,674),
|
||||
(3,23220005,'Giran_inner_001',115402,144965,-2585,115396,144956,-2607,115408,145104,-2352,158250,644,518),
|
||||
(3,23220006,'Giran_inner_002',115402,145227,-2585,115396,145088,-2607,115408,145236,-2352,158250,644,518),
|
||||
(3,23220007,'Giran_small_001',117643,143974,-2456,117643,143868,-2475,117643,143981,-2347,158250,644,518),
|
||||
(3,23220008,'Giran_station',117720,144242,-2105,117708,144236,-2129,117873,144248,-1879,158250,644,518),
|
||||
(3,23220009,'Giran_small_002',118811,145270,-2454,118804,145270,-2475,118917,145270,-2347,158250,644,518),
|
||||
(4,22190001,'Oren_outer_001',78925,36824,-2568,78918,36816,-2591,78932,36959,-2271,316500,644,518),
|
||||
(4,22190002,'Oren_outer_002',78925,37085,-2568,78918,36949,-2591,78932,37092,-2271,316500,644,518),
|
||||
(4,22190003,'Oren_wall_001',80616,35391,-2655,80316,35328,-2716,80924,35456,-2256,678840,837,674),
|
||||
(4,22190004,'Oren_wall_002',80616,38718,-2674,80308,38718,-2716,80616,38782,-2256,678840,837,674),
|
||||
(4,22190005,'Oren_inner_001',81470,37060,-2312,81464,37060,-2335,81470,37201,-2180,158250,644,518),
|
||||
(4,22190006,'Oren_inner_002',81470,37322,-2312,81464,37181,-2335,81476,37332,-2180,158250,644,518),
|
||||
(4,22190007,'Oren_small_001',83719,36069,-2202,83719,35964,-2202,83719,36076,-2014,158250,644,518),
|
||||
(4,22190008,'Oren_station',83796,36337,-1832,83784,36331,-1856,83950,36343,-1606,158250,644,518),
|
||||
(4,22190009,'Oren_small_002',84887,37365,-2181,84880,37365,-2202,84992,37365,-2074,158250,644,518),
|
||||
(5,24180001,'Aden_outer_001',147278,8483,-474,147277,8474,-496,147464,8492,-1,339420,837,674),
|
||||
(5,24180002,'Aden_outer_002',147634,8483,-474,147448,8474,-496,147635,8492,-1,339420,837,674),
|
||||
(5,24180003,'Aden_wall_in',146770,6977,-460,146440,6895,-496,147064,7105,-391,678840,837,674),
|
||||
(5,24180004,'Aden_inner_002',147341,6210,-405,147341,6202,-430,147462,6220,-140,84855,837,674),
|
||||
(5,24180005,'Aden_inner_001',147571,6210,-430,147450,6202,-430,147572,6220,-140,84855,837,674),
|
||||
(5,24180006,'Aden_wall_left',145200,5504,-726,144863,5119,-752,145537,5889,-187,678840,837,674),
|
||||
(5,24180007,'Aden_left_004',146607,5384,-20,146600,5318,-45,146614,5386,140,113151,837,674),
|
||||
(5,24180008,'Aden_left_003',146606,5262,-20,146600,5262,-45,146614,5329,140,113151,837,674),
|
||||
(5,24180009,'Aden_right_003',148324,5384,-20,148317,5319,-44,148331,5386,140,113151,837,674),
|
||||
(5,24180010,'Aden_right_004',148323,5262,-20,148317,5261,-44,148317,5328,140,113151,837,674),
|
||||
(5,24180011,'Aden_wall_right',149711,5503,-726,149887,5119,-752,150049,5889,-197,678840,837,674),
|
||||
(5,24180012,'Aden_left_002',146001,4721,-402,145993,4601,-427,146011,4722,-98,113151,837,674),
|
||||
(5,24180013,'Aden_left_001',146001,4493,-402,145993,4493,-427,146011,4613,-98,113151,837,674),
|
||||
(5,24180014,'Aden_right_001',148908,4721,-402,148900,4602,-427,148918,4723,-98,113151,837,674),
|
||||
(5,24180015,'Aden_right_002',148908,4493,-402,148900,4492,-427,148918,4613,-98,113151,837,674),
|
||||
(5,24180016,'Aden_terrace',147511,2240,180,147398,2243,201,147514,2245,434,113151,837,674),
|
||||
(5,24180018,'Aden_side_door2',150044,3783,-80,150040,3776,-102,150056,3904,145,678840,837,674),
|
||||
(5,24180019,'Aden_side_door1',149208,3077,1260,149209,3072,1235,149217,3200,1478,678840,837,674),
|
||||
(5,24180020,'Aden_side_door4',144859,3783,-80,144848,3775,-102,144881,3902,145,678840,837,674),
|
||||
(5,24180021,'Aden_side_door3',145694,3076,1259,145688,3072,1234,145712,3200,1477,678840,837,674),
|
||||
(6,23250001,'Innadril_outer_002',116392,245462,-1064,116254,245456,-1090,116400,245470,-770,316500,644,518),
|
||||
(6,23250002,'Innadril_outer_001',116130,245462,-1064,116123,245456,-1090,116269,245470,-770,316500,644,518),
|
||||
(6,23250003,'Innadril_wall_001',117824,247146,-1151,117745,246831,-1212,117911,247468,-752,678840,837,674),
|
||||
(6,23250004,'Innadril_wall_002',114497,247146,-1170,114417,246834,-1212,114578,247462,-752,678840,837,674),
|
||||
(6,23250005,'Innadril_inner_002',116155,248008,-808,116019,248002,-831,116164,248014,-576,158250,644,518),
|
||||
(6,23250006,'Innadril_inner_001',115894,248008,-808,115886,248002,-831,116033,248014,-576,158250,644,518),
|
||||
(6,23250007,'Innadril_small_001',117145,250249,-679,117139,250249,-698,117250,250251,-570,158250,644,518),
|
||||
(6,23250008,'Innadril_station',116856,250326,-328,116850,250315,-354,116863,250479,-104,158250,644,518),
|
||||
(6,23250009,'Innadril_small_002',115849,251516,-677,115850,251412,-698,115852,251524,570,158250,644,518),
|
||||
(7,24160009,'Goddard_outer_002',147642,-45571,-1945,147448,-45584,-2116,147664,-45553,-1866,316500,644,518),
|
||||
(7,24160010,'Goddard_outer_001',147290,-45571,-1945,147272,-45584,-2116,147480,-45552,-1866,316500,644,518),
|
||||
(7,24160011,'Goddard_side_door_001',149144,-48368,-2223,149130,-48384,-2411,149160,-48098,-2161,158250,644,518),
|
||||
(7,24160012,'Goddard_side_door_002',145793,-48368,-2223,145779,-48385,-2411,145811,-48097,-2161,158250,644,518),
|
||||
(7,24160013,'Goddard_side_door_003',148998,-47795,-1511,148940,-47890,-1625,149056,-47698,-1375,316500,644,518),
|
||||
(7,24160014,'Goddard_side_door_004',145931,-47794,-1511,145873,-47890,-1625,145989,-47698,-1375,316500,644,518),
|
||||
(7,24160015,'Goddard_station_001',148750,-49120,-588,148650,-49143,-715,148866,-49092,-465,158250,644,518),
|
||||
(7,24160016,'Goddard_station_002',146180,-49121,-588,146080,-49144,-715,146296,-49093,-465,158250,644,518),
|
||||
(7,24160017,'Goddard_ctr_001',150248,-48577,-1659,150147,-48600,-1775,150364,-48549,-1525,39562.5,644,518),
|
||||
(7,24160018,'Goddard_ctr_002',144682,-48577,-1659,144581,-48600,-1775,144798,-48549,-1525,39562.5,644,518),
|
||||
(7,24160019,'Goddard_inner_001',148751,-48603,-2290,148735,-48680,-2414,148764,-48528,-2164,678840,644,518),
|
||||
(7,24160020,'Goddard_inner_002',146180,-48603,-2290,146164,-48680,-2414,146193,-48528,-2164,678840,644,518),
|
||||
(7,24160021,'Goddard_wall_001',150106,-47523,-2289,149636,-47958,-2573,150734,-46931,-2323,678840,837,674),
|
||||
(7,24160022,'Goddard_wall_002',144824,-47522,-2289,144480,-47958,-2572,145286,-46922,-2322,678840,837,674),
|
||||
(7,24160023,'Goddard_inner_003',147464,-46200,-1987,147366,-46218,-2113,147562,-46171,-1863,678840,644,518);
|
10
L2J_Mobius_C4/dist/db_installer/sql/castle_doorupgrade.sql
vendored
Normal file
10
L2J_Mobius_C4/dist/db_installer/sql/castle_doorupgrade.sql
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for castle_doorupgrade
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS castle_doorupgrade (
|
||||
doorId INT NOT NULL default 0,
|
||||
hp INT NOT NULL default 0,
|
||||
pDef INT NOT NULL default 0,
|
||||
mDef INT NOT NULL default 0,
|
||||
PRIMARY KEY (doorId )
|
||||
);
|
12
L2J_Mobius_C4/dist/db_installer/sql/castle_functions.sql
vendored
Normal file
12
L2J_Mobius_C4/dist/db_installer/sql/castle_functions.sql
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for `castle_functions`
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `castle_functions` (
|
||||
`castle_id` int(2) NOT NULL default '0',
|
||||
`type` int(1) NOT NULL default '0',
|
||||
`lvl` int(3) NOT NULL default '0',
|
||||
`lease` int(10) NOT NULL default '0',
|
||||
`rate` decimal(20,0) NOT NULL default '0',
|
||||
`endTime` decimal(20,0) NOT NULL default '0',
|
||||
PRIMARY KEY (`castle_id`,`type`)
|
||||
);
|
13
L2J_Mobius_C4/dist/db_installer/sql/castle_manor_procure.sql
vendored
Normal file
13
L2J_Mobius_C4/dist/db_installer/sql/castle_manor_procure.sql
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for `castle_manor_procure`
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `castle_manor_procure` (
|
||||
`castle_id` INT NOT NULL DEFAULT '0',
|
||||
`crop_id` int(11) NOT NULL DEFAULT '0',
|
||||
`can_buy` int(11) NOT NULL DEFAULT '0',
|
||||
`start_buy` int(11) NOT NULL DEFAULT '0',
|
||||
`price` int(11) NOT NULL DEFAULT '0',
|
||||
`reward_type` int(11) NOT NULL DEFAULT '0',
|
||||
`period` INT NOT NULL DEFAULT '1',
|
||||
PRIMARY KEY (`castle_id`,`crop_id`,`period`)
|
||||
);
|
12
L2J_Mobius_C4/dist/db_installer/sql/castle_manor_production.sql
vendored
Normal file
12
L2J_Mobius_C4/dist/db_installer/sql/castle_manor_production.sql
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for `castle_manor_production`
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `castle_manor_production` (
|
||||
`castle_id` INT NOT NULL DEFAULT '0',
|
||||
`seed_id` int(11) NOT NULL DEFAULT '0',
|
||||
`can_produce` int(11) NOT NULL DEFAULT '0',
|
||||
`start_produce` int(11) NOT NULL DEFAULT '0',
|
||||
`seed_price` int(11) NOT NULL DEFAULT '0',
|
||||
`period` INT NOT NULL DEFAULT '1',
|
||||
PRIMARY KEY (`castle_id`,`seed_id`,`period`)
|
||||
);
|
2557
L2J_Mobius_C4/dist/db_installer/sql/castle_siege_guards.sql
vendored
Normal file
2557
L2J_Mobius_C4/dist/db_installer/sql/castle_siege_guards.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
136
L2J_Mobius_C4/dist/db_installer/sql/char_templates.sql
vendored
Normal file
136
L2J_Mobius_C4/dist/db_installer/sql/char_templates.sql
vendored
Normal file
@ -0,0 +1,136 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for char_templates
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `char_templates`;
|
||||
CREATE TABLE `char_templates` (
|
||||
`ClassId` int(11) NOT NULL DEFAULT '0',
|
||||
`ClassName` varchar(20) NOT NULL DEFAULT '',
|
||||
`RaceId` int(1) NOT NULL DEFAULT '0',
|
||||
`STR` int(2) NOT NULL DEFAULT '0',
|
||||
`CON` int(2) NOT NULL DEFAULT '0',
|
||||
`DEX` int(2) NOT NULL DEFAULT '0',
|
||||
`_INT` int(2) NOT NULL DEFAULT '0',
|
||||
`WIT` int(2) NOT NULL DEFAULT '0',
|
||||
`MEN` int(2) NOT NULL DEFAULT '0',
|
||||
`P_ATK` int(3) NOT NULL DEFAULT '0',
|
||||
`P_DEF` int(3) NOT NULL DEFAULT '0',
|
||||
`M_ATK` int(3) NOT NULL DEFAULT '0',
|
||||
`M_DEF` int(2) NOT NULL DEFAULT '0',
|
||||
`P_SPD` int(3) NOT NULL DEFAULT '0',
|
||||
`M_SPD` int(3) NOT NULL DEFAULT '0',
|
||||
`ACC` int(3) NOT NULL DEFAULT '0',
|
||||
`CRITICAL` int(3) NOT NULL DEFAULT '0',
|
||||
`EVASION` int(3) NOT NULL DEFAULT '0',
|
||||
`MOVE_SPD` int(3) NOT NULL DEFAULT '0',
|
||||
`x` int(9) NOT NULL DEFAULT '0',
|
||||
`y` int(9) NOT NULL DEFAULT '0',
|
||||
`z` int(9) NOT NULL DEFAULT '0',
|
||||
`canCraft` int(1) NOT NULL DEFAULT '0',
|
||||
`M_UNK1` decimal(4,2) NOT NULL DEFAULT '0.00',
|
||||
`M_UNK2` decimal(8,6) NOT NULL DEFAULT '0.000000',
|
||||
`M_COL_R` decimal(3,1) NOT NULL DEFAULT '0.0',
|
||||
`M_COL_H` decimal(4,1) NOT NULL DEFAULT '0.0',
|
||||
`F_UNK1` decimal(4,2) NOT NULL DEFAULT '0.00',
|
||||
`F_UNK2` decimal(8,6) NOT NULL DEFAULT '0.000000',
|
||||
`F_COL_R` decimal(3,1) NOT NULL DEFAULT '0.0',
|
||||
`F_COL_H` decimal(4,1) NOT NULL DEFAULT '0.0',
|
||||
`items1` int(4) NOT NULL DEFAULT '0',
|
||||
`items2` int(4) NOT NULL DEFAULT '0',
|
||||
`items3` int(4) NOT NULL DEFAULT '0',
|
||||
`items4` int(4) NOT NULL DEFAULT '0',
|
||||
`items5` int(10) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ClassId`)
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
||||
INSERT INTO `char_templates` VALUES ('0', 'Human Fighter', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('1', 'Warrior', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('2', 'Gladiator', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('3', 'Warlord', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('4', 'Human Knight', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('5', 'Paladin', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('6', 'Dark Avenger', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('7', 'Rogue', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('8', 'Treasure Hunter', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('9', 'Hawkeye', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('10', 'Human Mage', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('11', 'Human Wizard', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('12', 'Sorcerer', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('13', 'Necromancer', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('14', 'Warlock', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('15', 'Cleric', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('16', 'Bishop', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('17', 'Human Prophet', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('18', 'Elf Fighter', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('19', 'Elf Knight', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('20', 'Temple Knight', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('21', 'Swordsinger', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('22', 'Scout', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('23', 'Plains Walker', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('24', 'Silver Ranger', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('25', 'Elf Mage', '1', '21', '25', '24', '37', '23', '40', '3', '54', '6', '41', '300', '333', '30', '41', '30', '122', '46182', '41198', '-3440', '0', '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('26', 'Elf Wizard', '1', '21', '25', '24', '37', '23', '40', '3', '54', '6', '41', '300', '333', '30', '41', '30', '122', '46182', '41198', '-3440', '0', '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('27', 'Spellsinger', '1', '21', '25', '24', '37', '23', '40', '3', '54', '6', '41', '300', '333', '30', '41', '30', '122', '46182', '41198', '-3440', '0', '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('28', 'Elemental Summoner', '1', '21', '25', '24', '37', '23', '40', '3', '54', '6', '41', '300', '333', '30', '41', '30', '122', '46182', '41198', '-3440', '0', '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('29', 'Oracle', '1', '21', '25', '24', '37', '23', '40', '3', '54', '6', '41', '300', '333', '30', '41', '30', '122', '46182', '41198', '-3440', '0', '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('30', 'Elder', '1', '21', '25', '24', '37', '23', '40', '3', '54', '6', '41', '300', '333', '30', '41', '30', '122', '46182', '41198', '-3440', '0', '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('31', 'DE Fighter', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('32', 'Palus Knight', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('33', 'Shillien Knight', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('34', 'Bladedancer', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('35', 'Assassin', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('36', 'Abyss Walker', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('37', 'Phantom Ranger', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('38', 'DE Mage', '2', '23', '24', '23', '44', '19', '37', '3', '54', '6', '41', '300', '333', '29', '41', '29', '122', '28295', '11063', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('39', 'DE Wizard', '2', '23', '24', '23', '44', '19', '37', '3', '54', '6', '41', '300', '333', '29', '41', '29', '122', '28295', '11063', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('40', 'Spell Howler', '2', '23', '24', '23', '44', '19', '37', '3', '54', '6', '41', '300', '333', '29', '41', '29', '122', '28295', '11063', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('41', 'Phantom Summoner', '2', '23', '24', '23', '44', '19', '37', '3', '54', '6', '41', '300', '333', '29', '41', '29', '122', '28295', '11063', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('42', 'Shillien Oracle', '2', '23', '24', '23', '44', '19', '37', '3', '54', '6', '41', '300', '333', '29', '41', '29', '122', '28295', '11063', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('43', 'Shillien Elder', '2', '23', '24', '23', '44', '19', '37', '3', '54', '6', '41', '300', '333', '29', '41', '29', '122', '28295', '11063', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('44', 'Orc Fighter', '3', '40', '47', '26', '18', '12', '27', '4', '80', '6', '41', '300', '333', '31', '42', '31', '117', '-56693', '-113610', '-690', '0', '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', '1147', '1146', '2368', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('45', 'Raider', '3', '40', '47', '26', '18', '12', '27', '4', '80', '6', '41', '300', '333', '31', '42', '31', '117', '-56693', '-113610', '-690', '0', '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', '1147', '1146', '2368', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('46', 'Destroyer', '3', '40', '47', '26', '18', '12', '27', '4', '80', '6', '41', '300', '333', '31', '42', '31', '117', '-56693', '-113610', '-690', '0', '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', '1147', '1146', '2368', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('47', 'Monk', '3', '40', '47', '26', '18', '12', '27', '4', '80', '6', '41', '300', '333', '31', '42', '31', '117', '-56682', '-113610', '-690', '0', '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', '1147', '1146', '2368', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('48', 'Tyrant', '3', '40', '47', '26', '18', '12', '27', '4', '80', '6', '41', '300', '333', '31', '42', '31', '117', '-56693', '-113610', '-690', '0', '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', '1147', '1146', '2368', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('49', 'Orc Mage', '3', '27', '31', '24', '31', '15', '42', '3', '54', '6', '41', '300', '333', '30', '41', '30', '121', '-56682', '-113730', '-690', '0', '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', '425', '461', '2368', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('50', 'Shaman', '3', '27', '31', '24', '31', '15', '42', '3', '54', '6', '41', '300', '333', '30', '41', '30', '121', '-56682', '-113730', '-690', '0', '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', '425', '461', '2368', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('51', 'Overlord', '3', '27', '31', '24', '31', '15', '42', '3', '54', '6', '41', '300', '333', '30', '41', '30', '121', '-56682', '-113730', '-690', '0', '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', '425', '461', '2368', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('52', 'Warcryer', '3', '27', '31', '24', '31', '15', '42', '3', '54', '6', '41', '300', '333', '30', '41', '30', '121', '-56682', '-113730', '-690', '0', '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', '425', '461', '2368', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('53', 'Dwarf Fighter', '4', '39', '45', '29', '20', '10', '27', '4', '80', '6', '41', '300', '333', '33', '43', '33', '115', '108512', '-174026', '-400', '1', '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', '1147', '1146', '10', '2370', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('54', 'Scavenger', '4', '39', '45', '29', '20', '10', '27', '4', '80', '6', '41', '300', '333', '33', '43', '33', '115', '108512', '-174026', '-400', '1', '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', '1147', '1146', '10', '2370', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('55', 'Bounty Hunter', '4', '39', '45', '29', '20', '10', '27', '4', '80', '6', '41', '300', '333', '33', '43', '33', '115', '108512', '-174026', '-400', '1', '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', '1147', '1146', '10', '2370', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('56', 'Artisan', '4', '39', '45', '29', '20', '10', '27', '4', '80', '6', '41', '300', '333', '33', '43', '33', '115', '108512', '-174026', '-400', '1', '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', '1147', '1146', '10', '2370', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('57', 'Warsmith', '4', '39', '45', '29', '20', '10', '27', '4', '80', '6', '41', '300', '333', '33', '43', '33', '115', '108512', '-174026', '-400', '1', '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', '1147', '1146', '10', '2370', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('88', 'Duelist', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('89', 'DreadNought', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('90', 'Phoenix Knight', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('91', 'Hell Knight', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('92', 'Sagittarius', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('93', 'Adventurer', '0', '40', '43', '30', '21', '11', '25', '4', '80', '6', '41', '300', '333', '33', '44', '33', '115', '-71338', '258271', '-3104', '0', '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('94', 'Archmage', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('95', 'Soultaker', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('96', 'Arcana Lord', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('97', 'Cardinal', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('98', 'Hierophant', '0', '22', '27', '21', '41', '20', '39', '3', '54', '6', '41', '300', '333', '28', '40', '28', '120', '-90890', '248027', '-3570', '0', '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('99', 'Eva Templar', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('100', 'Sword Muse', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('101', 'Wind Rider', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('102', 'Moonlight Sentinel', '1', '36', '36', '35', '23', '14', '26', '4', '80', '6', '41', '300', '333', '36', '46', '36', '125', '45978', '41196', '-3440', '0', '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('103', 'Mystic Muse', '1', '21', '25', '24', '37', '23', '40', '3', '54', '6', '41', '300', '333', '30', '41', '30', '122', '46182', '41198', '-3440', '0', '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('104', 'Elemental Master', '1', '21', '25', '24', '37', '23', '40', '3', '54', '6', '41', '300', '333', '30', '41', '30', '122', '46182', '41198', '-3440', '0', '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('105', 'Eva Saint', '1', '21', '25', '24', '37', '23', '40', '3', '54', '6', '41', '300', '333', '30', '41', '30', '122', '46182', '41198', '-3440', '0', '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('106', 'Shillien Templar', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('107', 'Spectral Dancer', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('108', 'Ghost Hunter', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('109', 'Ghost Sentinel', '2', '41', '32', '34', '25', '12', '26', '4', '80', '6', '41', '300', '333', '35', '45', '35', '122', '28377', '10916', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', '1147', '1146', '10', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('110', 'Storm Screamer', '2', '23', '24', '23', '44', '19', '37', '3', '54', '6', '41', '300', '333', '29', '41', '29', '122', '28295', '11063', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('111', 'Spectral Master', '2', '23', '24', '23', '44', '19', '37', '3', '54', '6', '41', '300', '333', '29', '41', '29', '122', '28295', '11063', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('112', 'Shillen Saint', '2', '23', '24', '23', '44', '19', '37', '3', '54', '6', '41', '300', '333', '29', '41', '29', '122', '28295', '11063', '-4224', '0', '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', '425', '461', '6', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('113', 'Titan', '3', '40', '47', '26', '18', '12', '27', '4', '80', '6', '41', '300', '333', '31', '42', '31', '117', '-56693', '-113610', '-690', '0', '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', '1147', '1146', '2368', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('114', 'Grand Khauatari', '3', '40', '47', '26', '18', '12', '27', '4', '80', '6', '41', '300', '333', '31', '42', '31', '117', '-56693', '-113610', '-690', '0', '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', '1147', '1146', '2368', '2369', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('115', 'Dominator', '3', '27', '31', '24', '31', '15', '42', '3', '54', '6', '41', '300', '333', '30', '41', '30', '121', '-56682', '-113730', '-690', '0', '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', '425', '461', '2368', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('116', 'Doomcryer', '3', '27', '31', '24', '31', '15', '42', '3', '54', '6', '41', '300', '333', '30', '41', '30', '121', '-56682', '-113730', '-690', '0', '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', '425', '461', '2368', '5588', '0');
|
||||
INSERT INTO `char_templates` VALUES ('117', 'Fortune Seeker', '4', '39', '45', '29', '20', '10', '27', '4', '80', '6', '41', '300', '333', '33', '43', '33', '115', '108512', '-174026', '-400', '1', '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', '1147', '1146', '10', '2370', '5588');
|
||||
INSERT INTO `char_templates` VALUES ('118', 'Maestro', '4', '39', '45', '29', '20', '10', '27', '4', '80', '6', '41', '300', '333', '33', '43', '33', '115', '108512', '-174026', '-400', '1', '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', '1147', '1146', '10', '2370', '5588');
|
8
L2J_Mobius_C4/dist/db_installer/sql/character_friends.sql
vendored
Normal file
8
L2J_Mobius_C4/dist/db_installer/sql/character_friends.sql
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for character_friends
|
||||
-- ----------------------------
|
||||
CREATE TABLE IF NOT EXISTS `character_friends` (
|
||||
`char_id` INT NOT NULL default 0,
|
||||
`friend_id` INT(11) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`char_id`,`friend_id`)
|
||||
);
|
8
L2J_Mobius_C4/dist/db_installer/sql/character_hennas.sql
vendored
Normal file
8
L2J_Mobius_C4/dist/db_installer/sql/character_hennas.sql
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_hennas` (
|
||||
`char_obj_id` INT NOT NULL DEFAULT 0,
|
||||
`symbol_id` INT,
|
||||
`slot` INT NOT NULL DEFAULT 0,
|
||||
`class_index` INT(1) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`char_obj_id`,`slot`,`class_index`)
|
||||
);
|
||||
|
13
L2J_Mobius_C4/dist/db_installer/sql/character_macroses.sql
vendored
Normal file
13
L2J_Mobius_C4/dist/db_installer/sql/character_macroses.sql
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for character_macroses
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `character_macroses` (
|
||||
`char_obj_id` INT NOT NULL DEFAULT 0,
|
||||
`id` INT NOT NULL DEFAULT 0,
|
||||
`icon` INT,
|
||||
`name` VARCHAR(40) ,
|
||||
`descr` VARCHAR(80) ,
|
||||
`acronym` VARCHAR(4) ,
|
||||
`commands` VARCHAR(255) ,
|
||||
PRIMARY KEY (`char_obj_id`,`id`)
|
||||
);
|
7
L2J_Mobius_C4/dist/db_installer/sql/character_offline_trade.sql
vendored
Normal file
7
L2J_Mobius_C4/dist/db_installer/sql/character_offline_trade.sql
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_offline_trade` (
|
||||
`char_id` int(11) NOT NULL,
|
||||
`time` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
`type` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`title` varchar(50) DEFAULT NULL,
|
||||
PRIMARY KEY (`char_id`)
|
||||
);
|
7
L2J_Mobius_C4/dist/db_installer/sql/character_offline_trade_items.sql
vendored
Normal file
7
L2J_Mobius_C4/dist/db_installer/sql/character_offline_trade_items.sql
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_offline_trade_items` (
|
||||
`char_id` int(10) NOT NULL DEFAULT '0',
|
||||
`item` int(10) NOT NULL DEFAULT '0',
|
||||
`count` bigint(20) NOT NULL DEFAULT '0',
|
||||
`price` bigint(20) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`char_id`,`item`)
|
||||
);
|
11
L2J_Mobius_C4/dist/db_installer/sql/character_quests.sql
vendored
Normal file
11
L2J_Mobius_C4/dist/db_installer/sql/character_quests.sql
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for character_quests
|
||||
-- ----------------------------
|
||||
CREATE TABLE IF NOT EXISTS `character_quests` (
|
||||
`char_id` INT NOT NULL DEFAULT 0,
|
||||
`name` VARCHAR(40) NOT NULL DEFAULT '',
|
||||
`var` VARCHAR(20) NOT NULL DEFAULT '',
|
||||
`value` VARCHAR(255) ,
|
||||
`class_index` int(1) NOT NULL default '0',
|
||||
PRIMARY KEY (`char_id`,`name`,`var`,`class_index`)
|
||||
);
|
10
L2J_Mobius_C4/dist/db_installer/sql/character_recipebook.sql
vendored
Normal file
10
L2J_Mobius_C4/dist/db_installer/sql/character_recipebook.sql
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for character_recipebook
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS character_recipebook (
|
||||
char_id decimal(11) NOT NULL default 0,
|
||||
id decimal(11) NOT NULL default 0,
|
||||
class_index INT(1) NOT NULL DEFAULT 0,
|
||||
type INT NOT NULL default 0,
|
||||
PRIMARY KEY (id,char_id)
|
||||
);
|
8
L2J_Mobius_C4/dist/db_installer/sql/character_recommends.sql
vendored
Normal file
8
L2J_Mobius_C4/dist/db_installer/sql/character_recommends.sql
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for character_recommends
|
||||
-- ----------------------------
|
||||
CREATE TABLE IF NOT EXISTS character_recommends (
|
||||
char_id INT NOT NULL default 0,
|
||||
target_id INT(11) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (char_id,target_id)
|
||||
);
|
14
L2J_Mobius_C4/dist/db_installer/sql/character_shortcuts.sql
vendored
Normal file
14
L2J_Mobius_C4/dist/db_installer/sql/character_shortcuts.sql
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for character_shortcuts
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS character_shortcuts (
|
||||
char_obj_id decimal(11) NOT NULL default 0,
|
||||
slot decimal(3) NOT NULL default 0,
|
||||
page decimal(3) NOT NULL default 0,
|
||||
type decimal(3) ,
|
||||
shortcut_id decimal(16) ,
|
||||
level varchar(4) ,
|
||||
`class_index` int(1) NOT NULL default '0',
|
||||
PRIMARY KEY (char_obj_id,slot,page,`class_index`),
|
||||
KEY `shortcut_id` (`shortcut_id`)
|
||||
);
|
11
L2J_Mobius_C4/dist/db_installer/sql/character_skills.sql
vendored
Normal file
11
L2J_Mobius_C4/dist/db_installer/sql/character_skills.sql
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for character_skills
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS character_skills (
|
||||
char_obj_id INT NOT NULL default 0,
|
||||
skill_id INT NOT NULL default 0,
|
||||
skill_level varchar(5) ,
|
||||
skill_name varchar(40),
|
||||
`class_index` INT(1) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (char_obj_id,skill_id,`class_index`)
|
||||
);
|
16
L2J_Mobius_C4/dist/db_installer/sql/character_skills_save.sql
vendored
Normal file
16
L2J_Mobius_C4/dist/db_installer/sql/character_skills_save.sql
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for character_skills
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS character_skills_save (
|
||||
char_obj_id INT NOT NULL default 0,
|
||||
skill_id INT NOT NULL default 0,
|
||||
skill_level INT NOT NULL default 0,
|
||||
effect_count INT NOT NULL default 0,
|
||||
effect_cur_time INT NOT NULL default 0,
|
||||
reuse_delay INT(8) NOT NULL DEFAULT 0,
|
||||
systime BIGINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
restore_type INT(1) NOT NULL DEFAULT 0,
|
||||
`class_index` INT(1) NOT NULL DEFAULT 0,
|
||||
buff_index INT(2) NOT NULL default 0,
|
||||
PRIMARY KEY (char_obj_id,skill_id,`class_index`)
|
||||
);
|
12
L2J_Mobius_C4/dist/db_installer/sql/character_subclasses.sql
vendored
Normal file
12
L2J_Mobius_C4/dist/db_installer/sql/character_subclasses.sql
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for character_subclasses
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `character_subclasses` (
|
||||
`char_obj_id` decimal(11,0) NOT NULL default '0',
|
||||
`class_id` int(2) NOT NULL default '0',
|
||||
`exp` decimal(20,0) NOT NULL default '0',
|
||||
`sp` decimal(11,0) NOT NULL default '0',
|
||||
`level` int(2) NOT NULL default '40',
|
||||
`class_index` int(1) NOT NULL default '0',
|
||||
PRIMARY KEY (`char_obj_id`,`class_id`)
|
||||
);
|
77
L2J_Mobius_C4/dist/db_installer/sql/characters.sql
vendored
Normal file
77
L2J_Mobius_C4/dist/db_installer/sql/characters.sql
vendored
Normal file
@ -0,0 +1,77 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for characters
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS characters (
|
||||
account_name varchar(45) default NULL,
|
||||
obj_Id decimal(11,0) NOT NULL default '0',
|
||||
char_name varchar(35) NOT NULL,
|
||||
`level` decimal(11,0) default NULL,
|
||||
maxHp decimal(11,0) default NULL,
|
||||
curHp decimal(18,0) default NULL,
|
||||
maxCp decimal(11,0) default NULL,
|
||||
curCp decimal(18,0) default NULL,
|
||||
maxMp decimal(11,0) default NULL,
|
||||
curMp decimal(18,0) default NULL,
|
||||
acc decimal(11,0) default NULL,
|
||||
crit decimal(10,0) default NULL,
|
||||
evasion decimal(11,0) default NULL,
|
||||
mAtk decimal(11,0) default NULL,
|
||||
mDef decimal(11,0) default NULL,
|
||||
mSpd decimal(11,0) default NULL,
|
||||
pAtk decimal(11,0) default NULL,
|
||||
pDef decimal(11,0) default NULL,
|
||||
pSpd decimal(11,0) default NULL,
|
||||
runSpd decimal(11,0) default NULL,
|
||||
walkSpd decimal(11,0) default NULL,
|
||||
str decimal(11,0) default NULL,
|
||||
con decimal(11,0) default NULL,
|
||||
dex decimal(11,0) default NULL,
|
||||
_int decimal(11,0) default NULL,
|
||||
men decimal(11,0) default NULL,
|
||||
wit decimal(11,0) default NULL,
|
||||
face decimal(11,0) default NULL,
|
||||
hairStyle decimal(11,0) default NULL,
|
||||
hairColor decimal(11,0) default NULL,
|
||||
sex decimal(11,0) default NULL,
|
||||
heading decimal(11,0) default NULL,
|
||||
x decimal(11,0) default NULL,
|
||||
y decimal(11,0) default NULL,
|
||||
z decimal(11,0) default NULL,
|
||||
movement_multiplier decimal(9,8) default NULL,
|
||||
attack_speed_multiplier decimal(10,9) default NULL,
|
||||
colRad decimal(10,3) default NULL,
|
||||
colHeight decimal(10,3) default NULL,
|
||||
exp decimal(20,0) default NULL,
|
||||
sp decimal(11,0) default NULL,
|
||||
karma decimal(11,0) default NULL,
|
||||
pvpkills decimal(11,0) default NULL,
|
||||
pkkills decimal(11,0) default NULL,
|
||||
clanid decimal(11,0) default NULL,
|
||||
maxload decimal(11,0) default NULL,
|
||||
race decimal(11,0) default NULL,
|
||||
classid decimal(11,0) default NULL,
|
||||
base_class int(2) NOT NULL default '0',
|
||||
deletetime decimal(20,0) default NULL,
|
||||
cancraft decimal(11,0) default NULL,
|
||||
title varchar(16) default NULL,
|
||||
rec_have int(3) NOT NULL default '0',
|
||||
rec_left int(3) NOT NULL default '0',
|
||||
accesslevel decimal(4,0) default NULL,
|
||||
online decimal(1,0) default NULL,
|
||||
onlinetime decimal(20,0) default NULL,
|
||||
char_slot decimal(1) default NULL,
|
||||
lastAccess decimal(20,0) default NULL,
|
||||
clan_privs INT DEFAULT 0,
|
||||
wantspeace decimal(1,0) DEFAULT 0,
|
||||
clan_join_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
|
||||
clan_create_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
|
||||
in_jail decimal(1,0) DEFAULT 0,
|
||||
jail_timer decimal(20,0) DEFAULT 0,
|
||||
newbie int(1) NOT NULL DEFAULT 0,
|
||||
nobless decimal(1,0) DEFAULT 0,
|
||||
last_recom_date decimal(20,0) NOT NULL DEFAULT 0,
|
||||
varka_ketra_ally int(1) NOT NULL DEFAULT 0,
|
||||
aio_buffer int(1) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (obj_Id),
|
||||
KEY `clanid` (`clanid`)
|
||||
);
|
25
L2J_Mobius_C4/dist/db_installer/sql/clan_data.sql
vendored
Normal file
25
L2J_Mobius_C4/dist/db_installer/sql/clan_data.sql
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for clan_data
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS clan_data (
|
||||
clan_id INT NOT NULL default 0,
|
||||
clan_name varchar(45),
|
||||
clan_level INT,
|
||||
hasCastle INT,
|
||||
ally_id INT,
|
||||
ally_name varchar(45),
|
||||
leader_id INT,
|
||||
crest_id INT,
|
||||
crest_large_id INT,
|
||||
ally_crest_id INT,
|
||||
auction_bid_at INT NOT NULL default 0,
|
||||
char_penalty_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
|
||||
recover_penalty_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
|
||||
dissolving_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
|
||||
ally_join_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
|
||||
ally_penalty_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
|
||||
ally_penalty_type DECIMAL(1) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (clan_id),
|
||||
KEY `leader_id` (`leader_id`),
|
||||
KEY `ally_id` (`ally_id`)
|
||||
);
|
13
L2J_Mobius_C4/dist/db_installer/sql/clan_wars.sql
vendored
Normal file
13
L2J_Mobius_C4/dist/db_installer/sql/clan_wars.sql
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
--
|
||||
-- Table structure for `clan_wars`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `clan_wars` (
|
||||
`clan1` varchar(35) NOT NULL default '',
|
||||
`clan2` varchar(35) NOT NULL default '',
|
||||
`wantspeace1` decimal(1,0) NOT NULL default '0',
|
||||
`wantspeace2` decimal(1,0) NOT NULL default '0'
|
||||
);
|
||||
|
||||
|
||||
|
50
L2J_Mobius_C4/dist/db_installer/sql/clanhall.sql
vendored
Normal file
50
L2J_Mobius_C4/dist/db_installer/sql/clanhall.sql
vendored
Normal file
@ -0,0 +1,50 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for clanhall
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `clanhall` (
|
||||
`id` int(11) NOT NULL default '0',
|
||||
`name` varchar(40) NOT NULL default '',
|
||||
`ownerId` int(11) NOT NULL default '0',
|
||||
`lease` int(10) NOT NULL default '0',
|
||||
`desc` text NOT NULL,
|
||||
`location` varchar(15) NOT NULL default '',
|
||||
`paidUntil` decimal(20,0) NOT NULL default '0',
|
||||
`Grade` decimal(1,0) NOT NULL default '0',
|
||||
`paid` int(1) NOT NULL default '0',
|
||||
PRIMARY KEY (`id`,`name`),
|
||||
KEY `id` (`id`)
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('21', 'Partisan Hideaway', '0', '500000', 'Ol Mahum Partisan Hideaway', 'Dion', '0', '0', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('22', 'Moonstone Hall', '0', '500000', 'Clan hall located in the Town of Gludio', 'Gludio', '0', '2', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('23', 'Onyx Hall', '0', '500000', 'Clan hall located in the Town of Gludio', 'Gludio', '0', '2', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('24', 'Topaz Hall', '0', '500000', 'Clan hall located in the Town of Gludio', 'Gludio', '0', '2', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('25', 'Ruby Hall', '0', '500000', 'Clan hall located in the Town of Gludio', 'Gludio', '0', '2', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('26', 'Crystal Hall', '0', '500000', 'Clan hall located in Gludin Village', 'Gludin', '0', '2', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('27', 'Onyx Hall', '0', '500000', 'Clan hall located in Gludin Village', 'Gludin', '0', '2', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('28', 'Sapphire Hall', '0', '500000', 'Clan hall located in Gludin Village', 'Gludin', '0', '2', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('29', 'Moonstone Hall', '0', '500000', 'Clan hall located in Gludin Village', 'Gludin', '0', '2', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('30', 'Emerald Hall', '0', '500000', 'Clan hall located in Gludin Village', 'Gludin', '0', '2', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('31', 'The Atramental Barracks', '0', '500000', 'Clan hall located in the Town of Dion', 'Dion', '0', '1', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('32', 'The Scarlet Barracks', '0', '500000', 'Clan hall located in the Town of Dion', 'Dion', '0', '1', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('33', 'The Viridian Barracks', '0', '500000', 'Clan hall located in the Town of Dion', 'Dion', '0', '1', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('34', 'Devastated Castle', '0', '500000', 'Contestable Clan Hall', 'Aden', '0', '0', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('35', 'Bandit Stronghold', '0', '500000', 'Contestable Clan Hall', 'Oren', '0', '0', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('36', 'The Golden Chamber', '0', '500000', 'Clan hall located in the Town of Aden', 'Aden', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('37', 'The Silver Chamber', '0', '500000', 'Clan hall located in the Town of Aden', 'Aden', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('38', 'The Mithril Chamber', '0', '500000', 'Clan hall located in the Town of Aden', 'Aden', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('39', 'Silver Manor', '0', '500000', 'Clan hall located in the Town of Aden', 'Aden', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('40', 'Gold Manor', '0', '500000', 'Clan hall located in the Town of Aden', 'Aden', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('41', 'The Bronze Chamber', '0', '500000', 'Clan hall located in the Town of Aden', 'Aden', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('42', 'The Golden Chamber', '0', '500000', 'Clan hall located in the Town of Giran', 'Giran', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('43', 'The Silver Chamber', '0', '500000', 'Clan hall located in the Town of Giran', 'Giran', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('44', 'The Mithril Chamber', '0', '500000', 'Clan hall located in the Town of Giran', 'Giran', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('45', 'The Bronze Chamber', '0', '500000', 'Clan hall located in the Town of Giran', 'Giran', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('46', 'Silver Manor', '0', '500000', 'Clan hall located in the Town of Giran', 'Giran', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('47', 'Moonstone Hall', '0', '500000', 'Clan hall located in the Town of Goddard', 'Goddard', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('48', 'Onyx Hall', '0', '500000', 'Clan hall located in the Town of Goddard', 'Goddard', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('49', 'Emerald Hall', '0', '500000', 'Clan hall located in the Town of Goddard', 'Goddard', '0', '3', '0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('50', 'Sapphire Hall', '0', '500000', 'Clan hall located in the Town of Goddard', 'Goddard', '0', '3', '0');
|
12
L2J_Mobius_C4/dist/db_installer/sql/clanhall_functions.sql
vendored
Normal file
12
L2J_Mobius_C4/dist/db_installer/sql/clanhall_functions.sql
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for `clanhall_functions`
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `clanhall_functions` (
|
||||
`hall_id` int(2) NOT NULL default '0',
|
||||
`type` int(1) NOT NULL default '0',
|
||||
`lvl` int(3) NOT NULL default '0',
|
||||
`lease` int(10) NOT NULL default '0',
|
||||
`rate` decimal(20,0) NOT NULL default '0',
|
||||
`endTime` decimal(20,0) NOT NULL default '0',
|
||||
PRIMARY KEY (`hall_id`,`type`)
|
||||
);
|
105
L2J_Mobius_C4/dist/db_installer/sql/class_list.sql
vendored
Normal file
105
L2J_Mobius_C4/dist/db_installer/sql/class_list.sql
vendored
Normal file
@ -0,0 +1,105 @@
|
||||
#----------------------------
|
||||
# Table structure for class_list
|
||||
#----------------------------
|
||||
DROP TABLE IF EXISTS class_list;
|
||||
CREATE TABLE `class_list` (
|
||||
`class_name` varchar(19) NOT NULL default '',
|
||||
`id` int(10) unsigned NOT NULL default '0',
|
||||
`parent_id` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
|
||||
#----------------------------
|
||||
# Records for table class_list
|
||||
#----------------------------
|
||||
|
||||
INSERT INTO `class_list` VALUES
|
||||
('H_Fighter', 0, -1),
|
||||
('H_Warrior', 1, 0),
|
||||
('H_Gladiator', 2, 1),
|
||||
('H_Duelist', 88, 2),
|
||||
('H_Warlord', 3, 1),
|
||||
('H_Dreadnought', 89, 3),
|
||||
('H_Knight', 4, 0),
|
||||
('H_Paladin', 5, 4),
|
||||
('H_PhoenixKnight', 90, 5),
|
||||
('H_DarkAvenger', 6, 4),
|
||||
('H_HellKnight', 91, 6),
|
||||
('H_Rogue', 7, 0),
|
||||
('H_TreasureHunter', 8, 7),
|
||||
('H_Adventurer', 93, 8),
|
||||
('H_Hawkeye', 9, 7),
|
||||
('H_Sagittarius', 92, 9),
|
||||
('H_Mage', 10, -1),
|
||||
('H_Wizard', 11, 10),
|
||||
('H_Sorceror', 12, 11),
|
||||
('H_Archmage', 94, 12),
|
||||
('H_Necromancer', 13, 11),
|
||||
('H_Soultaker', 95, 13),
|
||||
('H_Warlock', 14, 11),
|
||||
('H_ArcanaLord', 96, 14),
|
||||
('H_Cleric', 15, 10),
|
||||
('H_Bishop', 16, 15),
|
||||
('H_Cardinal', 97, 16),
|
||||
('H_Prophet', 17, 15),
|
||||
('H_Hierophant', 98, 17),
|
||||
('E_Fighter', 18, -1),
|
||||
('E_Knight', 19, 18),
|
||||
('E_TempleKnight', 20, 19),
|
||||
('E_EvaTemplar', 99, 20),
|
||||
('E_SwordSinger', 21, 19),
|
||||
('E_SwordMuse', 100, 21),
|
||||
('E_Scout', 22, 18),
|
||||
('E_PlainsWalker', 23, 22),
|
||||
('E_WindRider', 101, 23),
|
||||
('E_SilverRanger', 24, 22),
|
||||
('E_MoonlightSentinel', 102, 24),
|
||||
('E_Mage', 25, -1),
|
||||
('E_Wizard', 26, 25),
|
||||
('E_SpellSinger', 27, 26),
|
||||
('E_MysticMuse', 103, 27),
|
||||
('E_ElementalSummoner', 28, 26),
|
||||
('E_ElementalMaster', 104, 28),
|
||||
('E_Oracle', 29, 25),
|
||||
('E_Elder', 30, 29),
|
||||
('E_EvaSaint', 105, 30),
|
||||
('DE_Fighter', 31, -1),
|
||||
('DE_PaulusKnight', 32, 31),
|
||||
('DE_ShillienKnight', 33, 32),
|
||||
('DE_ShillienTemplar', 106, 33),
|
||||
('DE_BladeDancer', 34, 32),
|
||||
('DE_SpectralDancer', 107, 34),
|
||||
('DE_Assassin', 35, 31),
|
||||
('DE_AbyssWalker', 36, 35),
|
||||
('DE_GhostHunter', 108, 36),
|
||||
('DE_PhantomRanger', 37, 35),
|
||||
('DE_GhostSentinel', 109, 37),
|
||||
('DE_Mage', 38, -1),
|
||||
('DE_DarkWizard', 39, 38),
|
||||
('DE_Spellhowler', 40, 39),
|
||||
('DE_StormScreamer', 110, 40),
|
||||
('DE_PhantomSummoner', 41, 39),
|
||||
('DE_SpectralMaster', 111, 41),
|
||||
('DE_ShillienOracle', 42, 38),
|
||||
('DE_ShillienElder', 43, 42),
|
||||
('DE_ShillienSaint', 112, 43),
|
||||
('O_Fighter', 44, -1),
|
||||
('O_Raider', 45, 44),
|
||||
('O_Destroyer', 46, 45),
|
||||
('O_Titan', 113, 46),
|
||||
('O_Monk', 47, 44),
|
||||
('O_Tyrant', 48, 47),
|
||||
('O_GrandKhauatari', 114, 48),
|
||||
('O_Mage', 49, -1),
|
||||
('O_Shaman', 50, 49),
|
||||
('O_Overlord', 51, 50),
|
||||
('O_Dominator', 115, 51),
|
||||
('O_Warcryer', 52, 50),
|
||||
('O_Doomcryer', 116, 52),
|
||||
('D_Fighter', 53, -1),
|
||||
('D_Scavenger', 54, 53),
|
||||
('D_BountyHunter', 55, 54),
|
||||
('D_FortuneSeeker', 117, 55),
|
||||
('D_Artisan', 56, 53),
|
||||
('D_Warsmith', 57, 56),
|
||||
('D_Maestro', 118, 57);
|
27
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_armor.sql
vendored
Normal file
27
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_armor.sql
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for custom_armor
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS custom_armor;
|
||||
CREATE TABLE `custom_armor` (
|
||||
`item_id` int(11) NOT NULL DEFAULT '0',
|
||||
`name` varchar(70) DEFAULT NULL,
|
||||
`bodypart` varchar(15) NOT NULL DEFAULT '',
|
||||
`crystallizable` varchar(5) NOT NULL DEFAULT '',
|
||||
`armor_type` varchar(5) NOT NULL DEFAULT '',
|
||||
`weight` int(5) NOT NULL DEFAULT '0',
|
||||
`material` varchar(15) NOT NULL DEFAULT '',
|
||||
`crystal_type` varchar(4) NOT NULL DEFAULT '',
|
||||
`avoid_modify` int(1) NOT NULL DEFAULT '0',
|
||||
`p_def` int(3) NOT NULL DEFAULT '0',
|
||||
`m_def` int(2) NOT NULL DEFAULT '0',
|
||||
`mp_bonus` int(3) NOT NULL DEFAULT '0',
|
||||
`price` int(11) NOT NULL DEFAULT '0',
|
||||
`crystal_count` int(4) DEFAULT NULL,
|
||||
`sellable` varchar(5) DEFAULT 'true',
|
||||
`dropable` varchar(5) DEFAULT 'true',
|
||||
`destroyable` varchar(5) DEFAULT 'true',
|
||||
`tradeable` varchar(5) DEFAULT 'true',
|
||||
`item_skill_id` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`item_skill_lvl` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`item_id`)
|
||||
);
|
17
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_armorsets.sql
vendored
Normal file
17
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_armorsets.sql
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
--
|
||||
-- Table structure for table `custom_armorsets`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS custom_armorsets;
|
||||
CREATE TABLE custom_armorsets (
|
||||
id int(3) NOT NULL auto_increment,
|
||||
chest decimal(11,0) NOT NULL default '0',
|
||||
legs decimal(11,0) NOT NULL default '0',
|
||||
head decimal(11,0) NOT NULL default '0',
|
||||
gloves decimal(11,0) NOT NULL default '0',
|
||||
feet decimal(11,0) NOT NULL default '0',
|
||||
skill_id decimal(11,0) NOT NULL default '0',
|
||||
shield decimal(11,0) NOT NULL default '0',
|
||||
shield_skill_id decimal(11,0) NOT NULL default '0',
|
||||
PRIMARY KEY (id,chest)
|
||||
);
|
14
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_droplist.sql
vendored
Normal file
14
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_droplist.sql
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for custom_droplist
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `custom_droplist`;
|
||||
CREATE TABLE `custom_droplist` (
|
||||
`mobId` int(11) NOT NULL DEFAULT '0',
|
||||
`itemId` int(11) NOT NULL DEFAULT '0',
|
||||
`min` int(11) NOT NULL DEFAULT '0',
|
||||
`max` int(11) NOT NULL DEFAULT '0',
|
||||
`category` int(11) NOT NULL DEFAULT '0',
|
||||
`chance` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`mobId`,`itemId`,`category`),
|
||||
KEY `key_mobId` (`mobId`)
|
||||
);
|
23
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_etcitem.sql
vendored
Normal file
23
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_etcitem.sql
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for custom_etcitem
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `custom_etcitem`;
|
||||
CREATE TABLE `custom_etcitem` (
|
||||
`item_id` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`name` varchar(100) DEFAULT NULL,
|
||||
`crystallizable` varchar(5) DEFAULT NULL,
|
||||
`item_type` varchar(14) DEFAULT NULL,
|
||||
`weight` decimal(4,0) DEFAULT NULL,
|
||||
`consume_type` varchar(9) DEFAULT NULL,
|
||||
`material` varchar(11) DEFAULT NULL,
|
||||
`crystal_type` varchar(4) NOT NULL DEFAULT 'none',
|
||||
`price` decimal(11,0) DEFAULT NULL,
|
||||
`crystal_count` int(4) DEFAULT NULL,
|
||||
`sellable` varchar(5) DEFAULT 'true',
|
||||
`dropable` varchar(5) DEFAULT 'true',
|
||||
`destroyable` varchar(5) DEFAULT 'true',
|
||||
`tradeable` varchar(5) DEFAULT 'true',
|
||||
`oldname` varchar(100) NOT NULL DEFAULT '',
|
||||
`oldtype` varchar(100) NOT NULL DEFAULT '',
|
||||
PRIMARY KEY (`item_id`)
|
||||
);
|
15
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_merchant_buylists.sql
vendored
Normal file
15
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_merchant_buylists.sql
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for `custom_merchant_buylists`
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `custom_merchant_buylists`;
|
||||
CREATE TABLE `custom_merchant_buylists` (
|
||||
`item_id` decimal(9,0) NOT NULL DEFAULT '0',
|
||||
`price` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`shop_id` decimal(9,0) NOT NULL DEFAULT '0',
|
||||
`order` decimal(4,0) NOT NULL DEFAULT '0',
|
||||
`count` INT( 11 ) NOT NULL DEFAULT '-1',
|
||||
`currentCount` INT( 11 ) NOT NULL DEFAULT '-1',
|
||||
time INT NOT NULL DEFAULT '0',
|
||||
savetimer DECIMAL(20,0) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`shop_id`,`order`)
|
||||
);
|
9
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_merchant_shopids.sql
vendored
Normal file
9
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_merchant_shopids.sql
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for `custom_merchant_shopids`
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `custom_merchant_shopids`;
|
||||
CREATE TABLE `custom_merchant_shopids` (
|
||||
`shop_id` decimal(9,0) NOT NULL DEFAULT '0',
|
||||
`npc_id` varchar(9) DEFAULT NULL,
|
||||
PRIMARY KEY (`shop_id`)
|
||||
);
|
52
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_npc.sql
vendored
Normal file
52
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_npc.sql
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for `custom_npc`
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `custom_npc`;
|
||||
CREATE TABLE `custom_npc` (
|
||||
`id` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`idTemplate` int(11) NOT NULL DEFAULT '0',
|
||||
`name` varchar(200) DEFAULT NULL,
|
||||
`serverSideName` int(1) DEFAULT '0',
|
||||
`title` varchar(45) DEFAULT '',
|
||||
`serverSideTitle` int(1) DEFAULT '0',
|
||||
`class` varchar(200) DEFAULT NULL,
|
||||
`collision_radius` decimal(5,2) DEFAULT NULL,
|
||||
`collision_height` decimal(5,2) DEFAULT NULL,
|
||||
`level` decimal(2,0) DEFAULT NULL,
|
||||
`sex` varchar(6) DEFAULT NULL,
|
||||
`type` varchar(20) DEFAULT NULL,
|
||||
`attackrange` int(11) DEFAULT NULL,
|
||||
`hp` decimal(8,0) DEFAULT NULL,
|
||||
`mp` decimal(5,0) DEFAULT NULL,
|
||||
`hpreg` decimal(8,2) DEFAULT NULL,
|
||||
`mpreg` decimal(5,2) DEFAULT NULL,
|
||||
`str` decimal(7,0) DEFAULT NULL,
|
||||
`con` decimal(7,0) DEFAULT NULL,
|
||||
`dex` decimal(7,0) DEFAULT NULL,
|
||||
`int` decimal(7,0) DEFAULT NULL,
|
||||
`wit` decimal(7,0) DEFAULT NULL,
|
||||
`men` decimal(7,0) DEFAULT NULL,
|
||||
`exp` decimal(9,0) DEFAULT NULL,
|
||||
`sp` decimal(8,0) DEFAULT NULL,
|
||||
`patk` decimal(5,0) DEFAULT NULL,
|
||||
`pdef` decimal(5,0) DEFAULT NULL,
|
||||
`matk` decimal(5,0) DEFAULT NULL,
|
||||
`mdef` decimal(5,0) DEFAULT NULL,
|
||||
`atkspd` decimal(3,0) DEFAULT NULL,
|
||||
`aggro` decimal(6,0) DEFAULT NULL,
|
||||
`matkspd` decimal(4,0) DEFAULT NULL,
|
||||
`rhand` decimal(4,0) DEFAULT NULL,
|
||||
`lhand` decimal(4,0) DEFAULT NULL,
|
||||
`armor` decimal(1,0) DEFAULT NULL,
|
||||
`walkspd` decimal(3,0) DEFAULT NULL,
|
||||
`runspd` decimal(3,0) DEFAULT NULL,
|
||||
`faction_id` varchar(40) DEFAULT NULL,
|
||||
`faction_range` decimal(4,0) DEFAULT NULL,
|
||||
`isUndead` int(11) DEFAULT '0',
|
||||
`absorb_level` decimal(2,0) DEFAULT '0',
|
||||
`ss` int(4) DEFAULT '0',
|
||||
`bss` int(4) DEFAULT '0',
|
||||
`ss_rate` int(3) DEFAULT '0',
|
||||
`AI` varchar(8) DEFAULT "fighter",
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
10
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_npcskills.sql
vendored
Normal file
10
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_npcskills.sql
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
--
|
||||
-- Table structure for table `custom_npcskills`
|
||||
--
|
||||
DROP TABLE IF EXISTS custom_npcskills;
|
||||
CREATE TABLE custom_npcskills (
|
||||
npcid int(11) NOT NULL default '0',
|
||||
skillid int(11) NOT NULL default '0',
|
||||
level int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (npcid,skillid,level)
|
||||
);
|
21
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_spawnlist.sql
vendored
Normal file
21
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_spawnlist.sql
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for custom_spawnlist
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `custom_spawnlist`;
|
||||
CREATE TABLE `custom_spawnlist` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`location` varchar(40) NOT NULL DEFAULT '',
|
||||
`count` int(9) NOT NULL DEFAULT '0',
|
||||
`npc_templateid` int(9) NOT NULL DEFAULT '0',
|
||||
`locx` int(9) NOT NULL DEFAULT '0',
|
||||
`locy` int(9) NOT NULL DEFAULT '0',
|
||||
`locz` int(9) NOT NULL DEFAULT '0',
|
||||
`randomx` int(9) NOT NULL DEFAULT '0',
|
||||
`randomy` int(9) NOT NULL DEFAULT '0',
|
||||
`heading` int(9) NOT NULL DEFAULT '0',
|
||||
`respawn_delay` int(9) NOT NULL DEFAULT '0',
|
||||
`loc_id` int(9) NOT NULL DEFAULT '0',
|
||||
`periodOfDay` decimal(2,0) DEFAULT '0',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `key_npc_templateid` (`npc_templateid`)
|
||||
);
|
14
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_teleport.sql
vendored
Normal file
14
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_teleport.sql
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for `custom_teleport`
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `custom_teleport`;
|
||||
CREATE TABLE `custom_teleport` (
|
||||
`Description` varchar(75) DEFAULT NULL,
|
||||
`id` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`loc_x` decimal(9,0) DEFAULT NULL,
|
||||
`loc_y` decimal(9,0) DEFAULT NULL,
|
||||
`loc_z` decimal(9,0) DEFAULT NULL,
|
||||
`price` decimal(6,0) DEFAULT NULL,
|
||||
`fornoble` int(1) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
41
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_weapon.sql
vendored
Normal file
41
L2J_Mobius_C4/dist/db_installer/sql/custom/custom_weapon.sql
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for custom_weapon
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `custom_weapon`;
|
||||
CREATE TABLE `custom_weapon` (
|
||||
`item_id` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`name` varchar(70) DEFAULT NULL,
|
||||
`bodypart` varchar(15) DEFAULT NULL,
|
||||
`crystallizable` varchar(5) DEFAULT NULL,
|
||||
`weight` decimal(4,0) DEFAULT NULL,
|
||||
`soulshots` decimal(2,0) DEFAULT NULL,
|
||||
`spiritshots` decimal(1,0) DEFAULT NULL,
|
||||
`material` varchar(11) DEFAULT NULL,
|
||||
`crystal_type` varchar(4) DEFAULT NULL,
|
||||
`p_dam` decimal(5,0) DEFAULT NULL,
|
||||
`rnd_dam` decimal(2,0) DEFAULT NULL,
|
||||
`weaponType` varchar(8) DEFAULT NULL,
|
||||
`critical` decimal(2,0) DEFAULT NULL,
|
||||
`hit_modify` decimal(6,5) DEFAULT NULL,
|
||||
`avoid_modify` decimal(2,0) DEFAULT NULL,
|
||||
`shield_def` decimal(3,0) DEFAULT NULL,
|
||||
`shield_def_rate` decimal(2,0) DEFAULT NULL,
|
||||
`atk_speed` decimal(3,0) DEFAULT NULL,
|
||||
`mp_consume` decimal(2,0) DEFAULT NULL,
|
||||
`m_dam` decimal(3,0) DEFAULT NULL,
|
||||
`price` decimal(11,0) DEFAULT NULL,
|
||||
`crystal_count` int(4) DEFAULT NULL,
|
||||
`sellable` varchar(5) DEFAULT 'true',
|
||||
`dropable` varchar(5) DEFAULT 'true',
|
||||
`destroyable` varchar(5) DEFAULT 'true',
|
||||
`tradeable` varchar(5) DEFAULT 'true',
|
||||
`item_skill_id` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`item_skill_lvl` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`onCast_skill_id` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`onCast_skill_lvl` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`onCast_skill_chance` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`onCrit_skill_id` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`onCrit_skill_lvl` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
`onCrit_skill_chance` decimal(11,0) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`item_id`)
|
||||
);
|
93
L2J_Mobius_C4/dist/db_installer/sql/dimensional_rift.sql
vendored
Normal file
93
L2J_Mobius_C4/dist/db_installer/sql/dimensional_rift.sql
vendored
Normal file
@ -0,0 +1,93 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for dimensional_rift
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `dimensional_rift`;
|
||||
CREATE TABLE `dimensional_rift` (
|
||||
`type` tinyint(1) NOT NULL,
|
||||
`room_id` tinyint(1) NOT NULL,
|
||||
`xMin` int(11) NOT NULL,
|
||||
`xMax` int(11) NOT NULL,
|
||||
`yMin` int(11) NOT NULL,
|
||||
`yMax` int(11) NOT NULL,
|
||||
`zMin` int(11) NOT NULL,
|
||||
`zMax` int(11) NOT NULL,
|
||||
`xT` int(11) NOT NULL,
|
||||
`yT` int(11) NOT NULL,
|
||||
`zT` int(11) NOT NULL,
|
||||
`boss` tinyint(1) NOT NULL default '0',
|
||||
PRIMARY KEY (`type`,`room_id`)
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records for table dimensional_rift
|
||||
-- ----------------------------
|
||||
|
||||
INSERT INTO `dimensional_rift` VALUES
|
||||
(0, 0, -115440, -114160, -182160, -178048, -6816, -6240, -114790, -180576, -6752, 0), -- peace zone (waiting room)
|
||||
(0, 1, -120576, -109024, -187328, -172880, -6816, -6240, 0, 0, 0, 0), -- dimensional rift zone
|
||||
|
||||
-- Recruit Area
|
||||
(1, 1, -112368, -111584, -182832, -182064, -6816, -6240, -111976, -182448, -6752, 0), -- room 1 (small / 8 mobs)
|
||||
(1, 2, -111472, -110704, -182832, -182064, -6816, -6240, -111088, -182448, -6752, 0), -- room 2 (small / 8 mobs)
|
||||
(1, 3, -110688, -109904, -180944, -180176, -6816, -6240, -110296, -180560, -6752, 0), -- room 3 (small / 6 mobs)
|
||||
(1, 4, -109808, -109024, -180944, -180176, -6816, -6240, -109416, -180560, -6752, 0), -- room 4 (small / 6 mobs)
|
||||
(1, 5, -114032, -112496, -181968, -181072, -6816, -6240, -113264, -181520, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
|
||||
(1, 6, -112368, -110816, -181008, -180112, -6816, -6240, -111592, -180560, -6752, 0), -- room 6 (large / 12 mobs)
|
||||
(1, 7, -110576, -109024, -182896, -182000, -6816, -6240, -109800, -182448, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
|
||||
(1, 8, -112368, -110816, -181968, -181072, -6816, -6240, -111592, -181520, -6752, 0), -- room 8 (large / 12 mobs)
|
||||
(1, 9, -110688, -109136, -181968, -181072, -6816, -6240, -109912, -181520, -6752, 1), -- room 9 (large / boss)
|
||||
|
||||
-- Soldier Area
|
||||
(2, 1, -112368, -111584, -180016, -179232, -6816, -6240, -111976, -179624, -6752, 0), -- room 1 (small / 8 mobs)
|
||||
(2, 2, -111472, -110704, -180016, -179232, -6816, -6240, -111088, -179624, -6752, 0), -- room 2 (small / 8 mobs)
|
||||
(2, 3, -110688, -109904, -178128, -177360, -6816, -6240, -110296, -177744, -6752, 0), -- room 3 (small / 6 mobs)
|
||||
(2, 4, -109808, -109024, -178128, -177360, -6816, -6240, -109416, -177744, -6752, 0), -- room 4 (small / 6 mobs)
|
||||
(2, 5, -114032, -112496, -179136, -178240, -6816, -6240, -113264, -178688, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
|
||||
(2, 6, -112368, -110816, -178192, -177296, -6816, -6240, -111592, -177744, -6752, 0), -- room 6 (large / 12 mobs)
|
||||
(2, 7, -110576, -109024, -180064, -179168, -6816, -6240, -109800, -179624, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
|
||||
(2, 8, -112368, -110816, -179136, -178240, -6816, -6240, -111592, -178688, -6752, 0), -- room 8 (large / 12 mobs)
|
||||
(2, 9, -110688, -109136, -179136, -178240, -6816, -6240, -109912, -178688, -6752, 1), -- room 9 (large / boss)
|
||||
|
||||
-- Officer Area
|
||||
(3, 1, -114256, -113488, -176208, -175440, -6816, -6240, -113872, -175824, -6752, 0), -- room 1 (small / 8 mobs)
|
||||
(3, 2, -114256, -113488, -175328, -174560, -6816, -6240, -113872, -174944, -6752, 0), -- room 2 (small / 8 mobs)
|
||||
(3, 3, -116144, -115360, -174544, -173760, -6816, -6240, -115752, -174152, -6752, 0), -- room 3 (small / 6 mobs)
|
||||
(3, 4, -116144, -115360, -173648, -172880, -6816, -6240, -115752, -173264, -6752, 0), -- room 4 (small / 6 mobs)
|
||||
(3, 5, -115248, -114352, -177888, -176352, -6816, -6240, -114800, -177120, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
|
||||
(3, 6, -116208, -115312, -176208, -174672, -6816, -6240, -115760, -175440, -6752, 0), -- room 6 (large / 12 mobs)
|
||||
(3, 7, -114320, -113424, -174416, -172880, -6816, -6240, -113872, -173648, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
|
||||
(3, 8, -115248, -114352, -176208, -174672, -6816, -6240, -114800, -175440, -6752, 0), -- room 8 (large / 12 mobs)
|
||||
(3, 9, -115248, -114352, -174528, -172992, -6816, -6240, -114800, -173832, -6752, 1), -- room 9 (large / boss)
|
||||
|
||||
-- Captain Area
|
||||
(4, 1, -118016, -117248, -178144, -177376, -6816, -6240, -117632, -177760, -6752, 0), -- room 1 (small / 8 mobs)
|
||||
(4, 2, -118896, -118128, -178144, -177376, -6816, -6240, -118512, -177760, -6752, 0), -- room 2 (small / 8 mobs)
|
||||
(4, 3, -119696, -118912, -180032, -179248, -6816, -6240, -119304, -179640, -6752, 0), -- room 3 (small / 6 mobs)
|
||||
(4, 4, -120576, -119808, -180032, -179248, -6816, -6240, -120192, -179640, -6752, 0), -- room 4 (small / 6 mobs)
|
||||
(4, 5, -117104, -115568, -179136, -178240, -6816, -6240, -116336, -178688, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
|
||||
(4, 6, -118784, -117248, -180096, -179200, -6816, -6240, -118016, -179648, -6752, 0), -- room 6 (large / 12 mobs)
|
||||
(4, 7, -120576, -119040, -178208, -177312, -6816, -6240, -119808, -177760, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
|
||||
(4, 8, -118784, -117248, -179136, -178240, -6816, -6240, -118016, -178688, -6752, 0), -- room 8 (large / 12 mobs)
|
||||
(4, 9, -120464, -118928, -179136, -178240, -6816, -6240, -119696, -178688, -6752, 1), -- room 9 (large / boss)
|
||||
|
||||
-- Commander Area
|
||||
(5, 1, -118016, -117248, -180976, -180192, -6816, -6240, -117632, -180584, -6752, 0), -- room 1 (small / 8 mobs)
|
||||
(5, 2, -118896, -118128, -180976, -180192, -6816, -6240, -118512, -180584, -6752, 0), -- room 2 (small / 8 mobs)
|
||||
(5, 3, -119696, -118912, -182848, -182080, -6816, -6240, -119304, -182464, -6752, 0), -- room 3 (small / 6 mobs)
|
||||
(5, 4, -120576, -119808, -182848, -182080, -6816, -6240, -120192, -182464, -6752, 0), -- room 4 (small / 6 mobs)
|
||||
(5, 5, -117104, -115568, -181968, -181072, -6816, -6240, -116336, -181520, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
|
||||
(5, 6, -118784, -117248, -182912, -182016, -6816, -6240, -118016, -182464, -6752, 0), -- room 6 (large / 12 mobs)
|
||||
(5, 7, -120576, -119040, -181040, -180144, -6816, -6240, -119808, -180592, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
|
||||
(5, 8, -118784, -117248, -181968, -181072, -6816, -6240, -118016, -181520, -6752, 0), -- room 8 (large / 12 mobs)
|
||||
(5, 9, -120464, -118928, -181968, -181072, -6816, -6240, -119696, -181520, -6752, 1), -- room 9 (large / boss)
|
||||
|
||||
-- Hero Area
|
||||
(6, 1, -116112, -115344, -184768, -184000, -6816, -6240, -115728, -184384, -6752, 0), -- room 3 (small / 6 mobs)
|
||||
(6, 2, -116112, -115344, -185648, -184880, -6816, -6240, -115728, -185264, -6752, 0), -- room 4 (small / 6 mobs)
|
||||
(6, 3, -114240, -113472, -186448, -185680, -6816, -6240, -113856, -186064, -6752, 0), -- room 1 (small / 8 mobs)
|
||||
(6, 4, -114240, -113472, -187328, -186560, -6816, -6240, -113856, -186944, -6752, 0), -- room 2 (small / 8 mobs)
|
||||
(6, 5, -115248, -114352, -183856, -182320, -6816, -6240, -114800, -183088, -6752, 0), -- room 5 (large / 6 mobs + 6 chests)
|
||||
(6, 6, -114304, -113408, -185536, -184000, -6816, -6240, -113856, -184768, -6752, 0), -- room 6 (large / 12 mobs)
|
||||
(6, 7, -116176, -115280, -187328, -185792, -6816, -6240, -115728, -186560, -6752, 0), -- room 7 (large / 8 mobs + 4 chests)
|
||||
(6, 8, -115248, -114352, -185536, -184000, -6816, -6240, -114800, -184768, -6752, 0), -- room 8 (large / 12 mobs)
|
||||
(6, 9, -115248, -114352, -187216, -185680, -6816, -6240, -114800, -186448, -6752, 1); -- room 9 (large / boss)
|
23941
L2J_Mobius_C4/dist/db_installer/sql/droplist.sql
vendored
Normal file
23941
L2J_Mobius_C4/dist/db_installer/sql/droplist.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
13247
L2J_Mobius_C4/dist/db_installer/sql/enchant_skill_trees.sql
vendored
Normal file
13247
L2J_Mobius_C4/dist/db_installer/sql/enchant_skill_trees.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6043
L2J_Mobius_C4/dist/db_installer/sql/etcitem.sql
vendored
Normal file
6043
L2J_Mobius_C4/dist/db_installer/sql/etcitem.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
212
L2J_Mobius_C4/dist/db_installer/sql/fish.sql
vendored
Normal file
212
L2J_Mobius_C4/dist/db_installer/sql/fish.sql
vendored
Normal file
@ -0,0 +1,212 @@
|
||||
--
|
||||
-- Table structure for fish
|
||||
--
|
||||
DROP TABLE IF EXISTS `fish`;
|
||||
CREATE TABLE `fish` (
|
||||
`id` int(5) NOT NULL default '0',
|
||||
`level` int(5) NOT NULL default '0',
|
||||
`name` varchar(40) NOT NULL default '',
|
||||
`hp` int(5) NOT NULL default '0',
|
||||
`hpregen` int(3) NOT NULL default '5',
|
||||
`fish_type` int(1) NOT NULL default '0', -- 0 = wide, 1 = swift, 2 = ugly, 3 = box, 4 = easy_wide, 5 = easy_swift, 6 = easy_ugly
|
||||
`fish_group` int(1) NOT NULL default '0', -- 0 = easy, 1 = normal
|
||||
`fish_guts` INT(4) NOT NULL default '0',
|
||||
`guts_check_time` INT(4) NOT NULL default '0',
|
||||
`wait_time` INT(5) NOT NULL default '0',
|
||||
`combat_time` INT(5) NOT NULL default '0',
|
||||
PRIMARY KEY (`id`,`level`)
|
||||
);
|
||||
|
||||
--
|
||||
-- Records for table fish
|
||||
--
|
||||
INSERT INTO `fish` VALUES
|
||||
(6411,1,'Small Green Nimble Fish',100,4,1,1,500,5000,20000,24000),
|
||||
(6412,1,'Small Green Ugly Fish',116,4,2,1,502,5000,20000,27000),
|
||||
(6413,1,'Small Green Pudgy Fish',132,4,0,1,504,5000,20000,31000),
|
||||
(6414,2,'Green Nimble Fish',150,6,1,1,506,5000,20000,25000),
|
||||
(6415,2,'Green Ugly Fish',168,6,2,1,508,5000,20000,28000),
|
||||
(6416,2,'Green Pudgy Fish',188,6,0,1,510,5000,20000,31000),
|
||||
(6417,3,'Large Green Nimble Fish',208,8,1,1,512,5000,20000,26000),
|
||||
(6418,3,'Large Green Ugly Fish',230,8,2,1,514,5000,20000,29000),
|
||||
(6419,3,'Large Green Pudgy Fish',252,8,0,1,516,5000,20000,32000),
|
||||
(6420,4,'Small Jade Nimble Fish',276,10,1,1,518,5000,20000,28000),
|
||||
(6421,4,'Small Jade Ugly Fish',300,10,2,1,520,5000,20000,31000),
|
||||
(6422,4,'Small Jade Fat Fish',310,10,0,1,522,5000,20000,32000),
|
||||
(6423,5,'Jade Nimble Fish',320,11,1,1,524,5000,20000,30000),
|
||||
(6424,5,'Jade Ugly Fish',330,11,2,1,526,4000,20000,31000),
|
||||
(6425,5,'Jade Fat Fish',340,11,0,1,528,4000,20000,32000),
|
||||
(6426,6,'Big Jade Nimble Fish',350,12,1,1,530,4000,20000,30000),
|
||||
(6427,6,'Big Jade Ugly Fish',360,12,2,1,532,4000,20000,31000),
|
||||
(6428,6,'Big Jade Fat Fish',370,12,0,1,534,4000,20000,32000),
|
||||
(6429,7,'Small Blue Nimble Fish',380,12,1,1,536,4000,20000,31000),
|
||||
(6430,7,'Small Blue Ugly Fish',390,13,2,1,538,4000,20000,31000),
|
||||
(6431,7,'Small Blue Fat Fish',400,13,0,1,540,4000,20000,32000),
|
||||
(6432,8,'Blue Nimble Fish',410,13,1,1,542,4000,20000,31000),
|
||||
(6433,8,'Blue Ugly Fish',420,13,2,1,544,4000,20000,32000),
|
||||
(6434,8,'Blue Fat Fish',430,14,0,1,546,4000,20000,31000),
|
||||
(6435,9,'Big Blue Nimble Fish',506,17,1,1,548,4000,20000,29000),
|
||||
(6436,9,'Big Blue Ugly Fish',518,17,2,1,550,4000,20000,30000),
|
||||
(6437,9,'Big Blue Fat Fish',529,17,0,1,552,4000,20000,31000),
|
||||
(6438,10,'Small Yellow Nimble Fish',541,18,1,1,554,4000,20000,30000),
|
||||
(6439,10,'Small Yellow Ugly Fish',552,18,2,1,556,4000,20000,30000),
|
||||
(6440,10,'Small Yellow Fat Fish',564,18,0,1,558,4000,20000,31000),
|
||||
(6441,11,'Yellow Nimble Fish',575,19,1,1,560,4000,20000,30000),
|
||||
(6442,11,'Yellow Ugly Fish',587,19,2,1,562,4000,20000,31000),
|
||||
(6443,11,'Yellow Fat Fish',598,19,0,1,564,4000,20000,31000),
|
||||
(6444,12,'Big Yellow Nimble Fish',610,20,1,1,566,4000,20000,30000),
|
||||
(6445,12,'Big Yellow Ugly Fish',621,20,2,1,568,4000,20000,31000),
|
||||
(6446,12,'Big Yellow Fat Fish',633,20,0,1,570,4000,20000,31000),
|
||||
(6447,13,'Small Orange Nimble Fish',644,21,1,1,572,4000,20000,30000),
|
||||
(6448,13,'Small Orange Ugly Fish',656,21,2,1,574,4000,20000,31000),
|
||||
(6449,13,'Small Orange Fat Fish',667,21,0,1,576,3000,20000,32000),
|
||||
(6450,14,'Orange Nimble Fish',679,22,1,1,578,3000,20000,31000),
|
||||
(6451,14,'Orange Ugly Fish',690,22,2,1,580,3000,20000,31000),
|
||||
(6452,14,'Orange Fat Fish',702,22,0,1,582,3000,20000,32000),
|
||||
(6453,15,'Big Orange Nimble Fish',713,25,1,1,584,3000,20000,29000),
|
||||
(6454,15,'Big Orange Ugly Fish',819,27,2,1,586,3000,20000,30000),
|
||||
(6455,15,'Big Orange Fat Fish',832,28,0,1,588,3000,20000,30000),
|
||||
(6456,16,'Small Purple Nimble Fish',845,29,1,1,590,3000,20000,29000),
|
||||
(6457,16,'Small Purple Ugly Fish',858,29,2,1,592,3000,20000,30000),
|
||||
(6458,16,'Small Purple Fat Fish',871,29,0,1,594,3000,20000,30000),
|
||||
(6459,17,'Purple Nimble Fish',884,29,1,1,596,3000,20000,30000),
|
||||
(6460,17,'Purple Ugly Fish',897,30,2,1,598,3000,20000,30000),
|
||||
(6461,17,'Purple Fat Fish',910,29,0,1,600,3000,20000,31000),
|
||||
(6462,18,'Big Purple Nimble Fish',923,31,1,1,602,3000,20000,30000),
|
||||
(6463,18,'Big Purple Ugly Fish',936,31,2,1,604,3000,20000,30000),
|
||||
(6464,18,'Big Purple Fat Fish',949,31,0,1,606,3000,20000,31000),
|
||||
(6465,19,'Small Red Nimble Fish',962,34,1,1,608,3000,20000,28000),
|
||||
(6466,19,'Small Red Ugly Fish',1125,39,2,1,610,3000,20000,29000),
|
||||
(6467,19,'Small Red Fat Fish',1140,39,0,1,612,3000,20000,29000),
|
||||
(6468,20,'Red Nimble Fish',1155,40,1,1,614,3000,20000,29000),
|
||||
(6469,20,'Red Ugly Fish',1170,40,2,1,616,3000,20000,29000),
|
||||
(6470,20,'Red Fat Fish',1185,40,0,1,618,3000,20000,30000),
|
||||
(6471,21,'Big Red Nimble Fish',1200,41,1,1,620,3000,20000,29000),
|
||||
(6472,21,'Big Red Ugly Fish',1215,42,2,1,622,3000,20000,29000),
|
||||
(6473,21,'Big Red Fat Fish',1230,46,0,1,624,3000,20000,27000),
|
||||
(6474,22,'Small White Nimble Fish',1453,56,1,1,626,2000,20000,26000),
|
||||
(6475,22,'Small White Ugly Fish',1470,54,2,1,628,2000,20000,27000),
|
||||
(6476,22,'Small White Fat Fish',1488,55,0,1,630,2000,20000,27000),
|
||||
(6477,23,'White Nimble Fish',1505,56,1,1,632,2000,20000,27000),
|
||||
(6478,23,'White Ugly Fish',1523,56,2,1,634,2000,20000,27000),
|
||||
(6479,23,'White Fat Fish',1540,57,0,1,636,2000,20000,27000),
|
||||
(6480,24,'Big White Nimble Fish',1558,58,1,1,638,2000,20000,27000),
|
||||
(6481,24,'Big White Ugly Fish',1575,58,2,1,640,2000,20000,27000),
|
||||
(6482,24,'Big White Fat Fish',1593,59,0,1,642,2000,20000,27000),
|
||||
(6483,25,'Small Black Nimble Fish',1610,60,1,1,644,2000,20000,27000),
|
||||
(6484,25,'Small Black Ugly Fish',1628,60,2,1,646,2000,20000,27000),
|
||||
(6485,25,'Small Black Fat Fish',1648,59,0,1,648,2000,20000,28000),
|
||||
(6486,26,'Black Nimble Fish',1663,67,1,1,650,2000,20000,25000),
|
||||
(6487,26,'Black Ugly Fish',1872,75,2,1,652,2000,20000,25000),
|
||||
(6488,26,'Black Fat Fish',1892,76,0,1,654,2000,20000,25000),
|
||||
(6489,27,'Big Black Nimble Fish',1911,76,1,1,656,2000,20000,25000),
|
||||
(6490,27,'Big Black Ugly Fish',1931,77,2,1,658,2000,20000,25000),
|
||||
(6491,27,'Big Black Fat Fish',1950,78,0,1,660,2000,20000,25000),
|
||||
(6492,1,'Small Green Treasure Chest',132,4,3,1,504,5000,20000,31000),
|
||||
(6493,2,'Green Treasure Chest',188,6,3,1,510,5000,20000,31000),
|
||||
(6494,3,'Big Green Treasure Chest',252,8,3,1,516,5000,20000,32000),
|
||||
(6495,4,'Small Jade Treasure Chest',310,10,3,1,522,5000,20000,32000),
|
||||
(6496,5,'Jade Treasure Chest',340,11,3,1,528,4000,20000,32000),
|
||||
(6497,6,'Big Jade Treasure Chest',370,12,3,1,534,4000,20000,32000),
|
||||
(6498,7,'Small Blue Treasure Chest',400,13,3,1,540,4000,20000,32000),
|
||||
(6499,8,'Blue Treasure Chest',430,14,3,1,546,4000,20000,31000),
|
||||
(6500,9,'Big Blue Treasure Chest',529,17,3,1,552,4000,20000,31000),
|
||||
(6501,10,'Small Yellow Treasure Chest',564,18,3,1,558,4000,20000,31000),
|
||||
(6502,11,'Yellow Treasure Chest',598,19,3,1,564,4000,20000,31000),
|
||||
(6503,12,'Big Yellow Treasure Chest',633,20,3,1,570,4000,20000,31000),
|
||||
(6504,13,'Small Orange Treasure Chest',667,21,3,1,576,3000,20000,32000),
|
||||
(6505,14,'Orange Treasure Chest',702,22,3,1,582,3000,20000,32000),
|
||||
(6506,15,'Big Orange Treasure Chest',832,28,3,1,588,3000,20000,30000),
|
||||
(6507,16,'Small Purple Treasure Chest',871,29,3,1,594,3000,20000,30000),
|
||||
(6508,17,'Purple Treasure Chest',910,29,3,1,600,3000,20000,31000),
|
||||
(6509,18,'Big Purple Treasure Chest',949,31,3,1,606,3000,20000,31000),
|
||||
(6510,19,'Small Red Treasure Chest',1140,39,3,1,612,3000,20000,29000),
|
||||
(6511,20,'Red Treasure Chest',1185,40,3,1,618,3000,20000,30000),
|
||||
(6512,21,'Big Red Treasure Chest',1230,46,3,1,624,3000,20000,27000),
|
||||
(6513,22,'Small White Treasure Chest',1488,55,3,1,630,2000,20000,27000),
|
||||
(6514,23,'White Treasure Chest',1540,57,3,1,636,2000,20000,27000),
|
||||
(6515,24,'Big White Treasure Chest',1593,59,3,1,642,2000,20000,27000),
|
||||
(6516,25,'Small Black Treasure Chest',1648,59,3,1,648,2000,20000,28000),
|
||||
(6517,26,'Black Treasure Chest',1892,76,3,1,654,2000,20000,25000),
|
||||
(6518,27,'Big Black Treasure Chest',1950,78,3,1,660,2000,20000,25000),
|
||||
(7726,1,'Small Green Nimble Fish - For Beginners',100,4,5,0,400,5000,20000,35000),
|
||||
(7727,1,'Small Green Ugly Fish - For Beginners',116,4,6,0,400,5000,20000,35000),
|
||||
(7728,1,'Small Green Pudgy Fish - For Beginners',132,5,4,0,400,5000,20000,35000),
|
||||
(7729,2,'Green Nimble Fish - For Beginners',150,5,5,0,400,5000,20000,35000),
|
||||
(7730,2,'Green Ugly Fish - For Beginners',168,6,6,0,400,5000,20000,35000),
|
||||
(7731,2,'Green Pudgy Fish - For Beginners',188,7,4,0,400,5000,20000,35000),
|
||||
(7732,3,'Large Green Nimble Fish - For Beginners',208,7,5,0,400,5000,20000,35000),
|
||||
(7733,3,'Large Green Ugly Fish - For Beginners',230,8,6,0,400,5000,20000,35000),
|
||||
(7734,3,'Large Green Pudgy Fish - For Beginners',252,9,4,0,400,5000,20000,35000),
|
||||
(7735,4,'Small Jade Nimble Fish - For Beginners',276,10,5,0,400,5000,20000,35000),
|
||||
(7736,4,'Small Jade Ugly Fish - For Beginners',300,11,6,0,400,5000,20000,35000),
|
||||
(7737,4,'Small Jade Fat Fish - For Beginners',310,11,4,0,400,5000,20000,35000),
|
||||
(7738,5,'Jade Nimble Fish - For Beginners',320,11,5,0,400,5000,20000,35000),
|
||||
(7739,5,'Jade Ugly Fish - For Beginners',330,12,6,0,400,4000,20000,35000),
|
||||
(7740,5,'Jade Fat Fish - For Beginners',340,12,4,0,400,4000,20000,35000),
|
||||
(7741,6,'Large Jade Nimble Fish - For Beginners',350,13,5,0,400,4000,20000,35000),
|
||||
(7742,6,'Large Jade Ugly Fish - For Beginners',360,13,6,0,400,4000,20000,35000),
|
||||
(7743,6,'Large Jade Fat Fish - For Beginners',370,13,4,0,400,4000,20000,35000),
|
||||
(7744,7,'Small Blue Nimble Fish - For Beginners',380,14,5,0,400,4000,20000,35000),
|
||||
(7745,7,'Small Blue Ugly Fish - For Beginners',390,14,6,0,400,4000,20000,35000),
|
||||
(7746,7,'Small Blue Fat Fish - For Beginners',400,14,4,0,400,4000,20000,35000),
|
||||
(7747,8,'Blue Nimble Fish - For Beginners',410,15,5,0,400,4000,20000,35000),
|
||||
(7748,8,'Blue Ugly Fish - For Beginners',420,15,6,0,400,4000,20000,35000),
|
||||
(7749,8,'Blue Fat Fish - For Beginners',430,15,4,0,400,4000,20000,35000),
|
||||
(7750,9,'Large Blue Nimble Fish - For Beginners',506,18,5,0,400,4000,20000,35000),
|
||||
(7751,9,'Large Blue Ugly Fish - For Beginners',518,19,6,0,400,4000,20000,35000),
|
||||
(7752,9,'Large Blue Fat Fish - For Beginners',529,19,4,0,400,4000,20000,35000),
|
||||
(7753,10,'Small Yellow Nimble Fish - For Beginners',541,19,5,0,400,4000,20000,35000),
|
||||
(7754,10,'Small Yellow Ugly Fish - For Beginners',552,20,6,0,400,4000,20000,35000),
|
||||
(7755,10,'Small Yellow Fat Fish - For Beginners',564,20,4,0,400,4000,20000,35000),
|
||||
(7756,11,'Yellow Nimble Fish - For Beginners',575,21,5,0,400,4000,20000,35000),
|
||||
(7757,11,'Yellow Ugly Fish - For Beginners',587,21,6,0,400,4000,20000,35000),
|
||||
(7758,11,'Yellow Fat Fish - For Beginners',598,21,4,0,400,4000,20000,35000),
|
||||
(7759,12,'Large Yellow Nimble Fish - For Beginners',610,22,5,0,400,4000,20000,35000),
|
||||
(7760,12,'Large Yellow Ugly Fish - For Beginners',621,22,6,0,400,4000,20000,35000),
|
||||
(7761,12,'Large Yellow Fat Fish - For Beginners',633,23,4,0,400,4000,20000,35000),
|
||||
(7762,13,'Small Orange Nimble Fish - For Beginners',644,23,5,0,400,4000,20000,35000),
|
||||
(7763,13,'Small Orange Ugly Fish - For Beginners',656,23,6,0,400,4000,20000,35000),
|
||||
(7764,13,'Small Orange Fat Fish - For Beginners',667,24,4,0,400,3000,20000,35000),
|
||||
(7765,14,'Orange Nimble Fish - For Beginners',679,24,5,0,400,3000,20000,35000),
|
||||
(7766,14,'Orange Ugly Fish - For Beginners',690,25,6,0,400,3000,20000,35000),
|
||||
(7767,14,'Orange Fat Fish - For Beginners',702,25,4,0,400,3000,20000,35000),
|
||||
(7768,15,'Large Orange Nimble Fish - For Beginners',713,25,5,0,400,3000,20000,35000),
|
||||
(7769,15,'Large Orange Ugly Fish - For Beginners',819,29,6,0,400,3000,20000,35000),
|
||||
(7770,15,'Large Orange Fat Fish - For Beginners',832,30,4,0,400,3000,20000,35000),
|
||||
(7771,16,'Small Purple Nimble Fish - For Beginners',845,30,5,0,400,3000,20000,35000),
|
||||
(7772,16,'Small Purple Ugly Fish - For Beginners',858,31,6,0,400,3000,20000,35000),
|
||||
(7773,16,'Small Purple Fat Fish - For Beginners',871,31,4,0,400,3000,20000,35000),
|
||||
(7774,17,'Purple Nimble Fish - For Beginners',884,32,5,0,400,3000,20000,35000),
|
||||
(7775,17,'Purple Ugly Fish - For Beginners',897,32,6,0,400,3000,20000,35000),
|
||||
(7776,17,'Purple Fat Fish - For Beginners',910,33,4,0,400,3000,20000,35000),
|
||||
(7777,18,'Large Purple Nimble Fish - For Beginners',923,33,5,0,400,3000,20000,35000),
|
||||
(7778,18,'Large Purple Ugly Fish - For Beginners',936,33,6,0,400,3000,20000,35000),
|
||||
(7779,18,'Large Purple Fat Fish - For Beginners',949,34,4,0,400,3000,20000,35000),
|
||||
(7780,19,'Small Red Nimble Fish - For Beginners',962,34,5,0,400,3000,20000,35000),
|
||||
(7781,19,'Small Red Ugly Fish - For Beginners',1125,40,6,0,400,3000,20000,35000),
|
||||
(7782,19,'Small Red Fat Fish - For Beginners',1140,41,4,0,400,3000,20000,35000),
|
||||
(7783,20,'Red Nimble Fish - For Beginners',1155,41,5,0,400,3000,20000,35000),
|
||||
(7784,20,'Red Ugly Fish - For Beginners',1170,42,6,0,400,3000,20000,35000),
|
||||
(7785,20,'Red Fat Fish - For Beginners',1185,42,4,0,400,3000,20000,35000),
|
||||
(7786,21,'Large Red Nimble Fish - For Beginners',1200,43,5,0,400,3000,20000,35000),
|
||||
(7787,21,'Large Red Ugly Fish - For Beginners',1215,43,6,0,400,3000,20000,35000),
|
||||
(7788,21,'Large Red Fat Fish - For Beginners',1230,44,4,0,400,3000,20000,35000),
|
||||
(7789,22,'Small White Nimble Fish - For Beginners',1453,52,5,0,400,2000,20000,35000),
|
||||
(7790,22,'Small White Ugly Fish - For Beginners',1470,53,6,0,400,2000,20000,35000),
|
||||
(7791,22,'Small White Fat Fish - For Beginners',1488,53,4,0,400,2000,20000,35000),
|
||||
(7792,23,'White Nimble Fish - For Beginners',1505,54,5,0,400,2000,20000,35000),
|
||||
(7793,23,'White Ugly Fish - For Beginners',1523,54,6,0,400,2000,20000,35000),
|
||||
(7794,23,'White Fat Fish - For Beginners',1540,55,4,0,400,2000,20000,35000),
|
||||
(7795,24,'Large White Nimble Fish - For Beginners',1558,56,5,0,400,2000,20000,35000),
|
||||
(7796,24,'Large White Ugly Fish - For Beginners',1575,56,6,0,400,2000,20000,35000),
|
||||
(7797,24,'Large White Fat Fish - For Beginners',1593,57,4,0,400,2000,20000,35000),
|
||||
(7798,25,'Small Black Nimble Fish - For Beginners',1610,58,5,0,400,2000,20000,35000),
|
||||
(7799,25,'Small Black Ugly Fish - For Beginners',1628,58,6,0,400,2000,20000,35000),
|
||||
(7800,25,'Small Black Fat Fish - For Beginners',1645,59,4,0,400,2000,20000,35000),
|
||||
(7801,26,'Black Nimble Fish - For Beginners',1663,59,5,0,400,2000,20000,35000),
|
||||
(7802,26,'Black Ugly Fish - For Beginners',1872,67,6,0,400,2000,20000,35000),
|
||||
(7803,26,'Black Fat Fish - For Beginners',1892,68,4,0,400,2000,20000,35000),
|
||||
(7804,27,'Large Black Nimble Fish - For Beginners',1911,68,5,0,400,2000,20000,35000),
|
||||
(7805,27,'Large Black Ugly Fish - For Beginners',1931,69,6,0,400,2000,20000,35000),
|
||||
(7806,27,'Large Black Fat Fish - For Beginners',1950,70,4,0,400,2000,20000,35000);
|
136
L2J_Mobius_C4/dist/db_installer/sql/fishing_skill_trees.sql
vendored
Normal file
136
L2J_Mobius_C4/dist/db_installer/sql/fishing_skill_trees.sql
vendored
Normal file
@ -0,0 +1,136 @@
|
||||
--
|
||||
-- Table structure for fishing_skill_trees
|
||||
--
|
||||
DROP TABLE IF EXISTS `fishing_skill_trees`;
|
||||
CREATE TABLE `fishing_skill_trees` (
|
||||
`skill_id` int(10) NOT NULL default '0',
|
||||
`level` int(10) NOT NULL default '0',
|
||||
`name` varchar(25) NOT NULL default '',
|
||||
`sp` int(10) NOT NULL default '0',
|
||||
`min_level` int(10) NOT NULL default '0',
|
||||
`costid` int(10) NOT NULL default '0',
|
||||
`cost` int(10) NOT NULL default '0',
|
||||
`isfordwarf` int(1) NOT NULL default '0',
|
||||
PRIMARY KEY (`skill_id`,`level`)
|
||||
);
|
||||
--
|
||||
-- Records for table fishing_skill_trees
|
||||
--
|
||||
INSERT INTO fishing_skill_trees VALUES
|
||||
(1313,1,'Pumping',0,10,57,10,0),
|
||||
(1313,2,'Pumping',0,12,57,50,0),
|
||||
(1313,3,'Pumping',0,15,57,200,0),
|
||||
(1313,4,'Pumping',0,17,57,300,0),
|
||||
(1313,5,'Pumping',0,20,57,500,0),
|
||||
(1313,6,'Pumping',0,22,57,800,0),
|
||||
(1313,7,'Pumping',0,25,57,1600,0),
|
||||
(1313,8,'Pumping',0,27,57,2600,0),
|
||||
(1313,9,'Pumping',0,30,57,4000,0),
|
||||
(1313,10,'Pumping',0,32,57,6700,0),
|
||||
(1313,11,'Pumping',0,35,57,8000,0),
|
||||
(1313,12,'Pumping',0,37,57,10000,0),
|
||||
(1313,13,'Pumping',0,40,57,16000,0),
|
||||
(1313,14,'Pumping',0,42,57,23000,0),
|
||||
(1313,15,'Pumping',0,45,57,30000,0),
|
||||
(1313,16,'Pumping',0,47,57,40000,0),
|
||||
(1313,17,'Pumping',0,49,57,53000,0),
|
||||
(1313,18,'Pumping',0,52,57,66000,0),
|
||||
(1313,19,'Pumping',0,54,57,80000,0),
|
||||
(1313,20,'Pumping',0,57,57,93000,0),
|
||||
(1313,21,'Pumping',0,59,57,100000,0),
|
||||
(1313,22,'Pumping',0,62,57,120000,0),
|
||||
(1313,23,'Pumping',0,64,57,130000,0),
|
||||
(1313,24,'Pumping',0,67,57,140000,0),
|
||||
(1313,25,'Pumping',0,69,57,160000,0),
|
||||
(1313,26,'Pumping',0,71,57,173000,0),
|
||||
(1313,27,'Pumping',0,74,57,180000,0),
|
||||
(1314,1,'Reeling',0,10,57,10,0),
|
||||
(1314,2,'Reeling',0,12,57,50,0),
|
||||
(1314,3,'Reeling',0,15,57,200,0),
|
||||
(1314,4,'Reeling',0,17,57,300,0),
|
||||
(1314,5,'Reeling',0,20,57,500,0),
|
||||
(1314,6,'Reeling',0,22,57,800,0),
|
||||
(1314,7,'Reeling',0,25,57,1600,0),
|
||||
(1314,8,'Reeling',0,27,57,2600,0),
|
||||
(1314,9,'Reeling',0,30,57,4000,0),
|
||||
(1314,10,'Reeling',0,32,57,6700,0),
|
||||
(1314,11,'Reeling',0,35,57,8000,0),
|
||||
(1314,12,'Reeling',0,37,57,10000,0),
|
||||
(1314,13,'Reeling',0,40,57,16000,0),
|
||||
(1314,14,'Reeling',0,42,57,23000,0),
|
||||
(1314,15,'Reeling',0,45,57,30000,0),
|
||||
(1314,16,'Reeling',0,47,57,40000,0),
|
||||
(1314,17,'Reeling',0,49,57,53000,0),
|
||||
(1314,18,'Reeling',0,52,57,66000,0),
|
||||
(1314,19,'Reeling',0,54,57,80000,0),
|
||||
(1314,20,'Reeling',0,57,57,93000,0),
|
||||
(1314,21,'Reeling',0,59,57,100000,0),
|
||||
(1314,22,'Reeling',0,62,57,120000,0),
|
||||
(1314,23,'Reeling',0,64,57,130000,0),
|
||||
(1314,24,'Reeling',0,67,57,140000,0),
|
||||
(1314,25,'Reeling',0,69,57,160000,0),
|
||||
(1314,26,'Reeling',0,71,57,173000,0),
|
||||
(1314,27,'Reeling',0,74,57,180000,0),
|
||||
(1315,1,'Fishing Expertise',0,10,57,10,0),
|
||||
(1315,2,'Fishing Expertise',0,12,57,50,0),
|
||||
(1315,3,'Fishing Expertise',0,15,57,200,0),
|
||||
(1315,4,'Fishing Expertise',0,17,57,300,0),
|
||||
(1315,5,'Fishing Expertise',0,20,57,500,0),
|
||||
(1315,6,'Fishing Expertise',0,22,57,800,0),
|
||||
(1315,7,'Fishing Expertise',0,25,57,1600,0),
|
||||
(1315,8,'Fishing Expertise',0,27,57,2600,0),
|
||||
(1315,9,'Fishing Expertise',0,30,57,4000,0),
|
||||
(1315,10,'Fishing Expertise',0,32,57,6700,0),
|
||||
(1315,11,'Fishing Expertise',0,35,57,8000,0),
|
||||
(1315,12,'Fishing Expertise',0,37,57,10000,0),
|
||||
(1315,13,'Fishing Expertise',0,40,57,16000,0),
|
||||
(1315,14,'Fishing Expertise',0,42,57,23000,0),
|
||||
(1315,15,'Fishing Expertise',0,45,57,30000,0),
|
||||
(1315,16,'Fishing Expertise',0,47,57,40000,0),
|
||||
(1315,17,'Fishing Expertise',0,49,57,53000,0),
|
||||
(1315,18,'Fishing Expertise',0,52,57,66000,0),
|
||||
(1315,19,'Fishing Expertise',0,54,57,80000,0),
|
||||
(1315,20,'Fishing Expertise',0,57,57,93000,0),
|
||||
(1315,21,'Fishing Expertise',0,59,57,100000,0),
|
||||
(1315,22,'Fishing Expertise',0,62,57,120000,0),
|
||||
(1315,23,'Fishing Expertise',0,64,57,130000,0),
|
||||
(1315,24,'Fishing Expertise',0,67,57,140000,0),
|
||||
(1315,25,'Fishing Expertise',0,69,57,160000,0),
|
||||
(1315,26,'Fishing Expertise',0,71,57,173000,0),
|
||||
(1315,27,'Fishing Expertise',0,74,57,180000,0),
|
||||
(1368,1,'Expand Dwarven Craft',0,10,7609,2000,1),
|
||||
(1368,2,'Expand Dwarven Craft',0,20,7609,4000,1),
|
||||
(1368,3,'Expand Dwarven Craft',0,30,7609,6000,1),
|
||||
(1368,4,'Expand Dwarven Craft',0,40,7609,10000,1),
|
||||
(1368,5,'Expand Dwarven Craft',0,50,7609,10000,1),
|
||||
(1368,6,'Expand Dwarven Craft',0,60,7609,10000,1),
|
||||
(1368,7,'Expand Dwarven Craft',0,70,7609,20000,1),
|
||||
(1368,8,'Expand Dwarven Craft',0,76,7609,20000,1),
|
||||
(1369,1,'Expand Common Craft',0,10,7609,2000,0),
|
||||
(1369,2,'Expand Common Craft',0,20,7609,4000,0),
|
||||
(1369,3,'Expand Common Craft',0,30,7609,6000,0),
|
||||
(1369,4,'Expand Common Craft',0,40,7609,10000,0),
|
||||
(1369,5,'Expand Common Craft',0,50,7609,10000,0),
|
||||
(1369,6,'Expand Common Craft',0,60,7609,10000,0),
|
||||
(1369,7,'Expand Common Craft',0,70,7609,20000,0),
|
||||
(1369,8,'Expand Common Craft',0,76,7609,20000,0),
|
||||
(1370,1,'Expand Trade',0,40,7609,10000,0),
|
||||
(1370,2,'Expand Trade',0,55,7609,20000,0),
|
||||
(1370,3,'Expand Trade',0,65,7609,40000,0),
|
||||
(1371,1,'Expand Storage',0,10,7609,4000,0),
|
||||
(1371,2,'Expand Storage',0,20,7609,8000,0),
|
||||
(1371,3,'Expand Storage',0,30,7609,20000,0),
|
||||
(1371,4,'Expand Storage',0,40,7609,20000,0),
|
||||
(1371,5,'Expand Storage',0,50,7609,60000,0),
|
||||
(1371,6,'Expand Storage',0,60,7609,60000,0),
|
||||
(1371,7,'Expand Storage',0,70,7609,100000,0),
|
||||
(1371,8,'Expand Storage',0,76,7609,100000,0),
|
||||
(1372,1,'Expand Inventory',0,10,7609,4000,0),
|
||||
(1372,2,'Expand Inventory',0,20,7609,8000,0),
|
||||
(1372,3,'Expand Inventory',0,30,7609,20000,0),
|
||||
(1372,4,'Expand Inventory',0,40,7609,20000,0),
|
||||
(1372,5,'Expand Inventory',0,50,7609,60000,0),
|
||||
(1372,6,'Expand Inventory',0,60,7609,60000,0),
|
||||
(1372,7,'Expand Inventory',0,70,7609,100000,0),
|
||||
(1372,8,'Expand Inventory',0,76,7609,100000,0),
|
||||
(1312,1,'Fishing',0,10,57,1000,0);
|
19
L2J_Mobius_C4/dist/db_installer/sql/forums.sql
vendored
Normal file
19
L2J_Mobius_C4/dist/db_installer/sql/forums.sql
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for forums
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `forums` (
|
||||
`forum_id` int(8) NOT NULL default '0',
|
||||
`forum_name` varchar(255) NOT NULL default '',
|
||||
`forum_parent` int(8) NOT NULL default '0',
|
||||
`forum_post` int(8) NOT NULL default '0',
|
||||
`forum_type` int(8) NOT NULL default '0',
|
||||
`forum_perm` int(8) NOT NULL default '0',
|
||||
`forum_owner_id` int(8) NOT NULL default '0',
|
||||
UNIQUE KEY `forum_id` (`forum_id`)
|
||||
);
|
||||
|
||||
|
||||
INSERT IGNORE INTO `forums` VALUES (1, 'NormalRoot', 0, 0, 0, 1, 0);
|
||||
INSERT IGNORE INTO `forums` VALUES (2, 'ClanRoot', 0, 0, 0, 0, 0);
|
||||
INSERT IGNORE INTO `forums` VALUES (3, 'MemoRoot', 0, 0, 0, 0, 0);
|
||||
INSERT IGNORE INTO `forums` VALUES (4, 'MailRoot', 0, 0, 0, 0, 0);
|
1637
L2J_Mobius_C4/dist/db_installer/sql/four_sepulchers_spawnlist.sql
vendored
Normal file
1637
L2J_Mobius_C4/dist/db_installer/sql/four_sepulchers_spawnlist.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
18
L2J_Mobius_C4/dist/db_installer/sql/games.sql
vendored
Normal file
18
L2J_Mobius_C4/dist/db_installer/sql/games.sql
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for games
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS games (
|
||||
id INT NOT NULL default 0,
|
||||
idnr INT NOT NULL default 0,
|
||||
number1 INT NOT NULL default 0,
|
||||
number2 INT NOT NULL default 0,
|
||||
prize INT NOT NULL default 0,
|
||||
newprize INT NOT NULL default 0,
|
||||
prize1 INT NOT NULL default 0,
|
||||
prize2 INT NOT NULL default 0,
|
||||
prize3 INT NOT NULL default 0,
|
||||
enddate decimal(20,0) NOT NULL default 0,
|
||||
finished INT NOT NULL default 0,
|
||||
PRIMARY KEY (`id`,`idnr`)
|
||||
);
|
||||
|
11
L2J_Mobius_C4/dist/db_installer/sql/gameservers.sql
vendored
Normal file
11
L2J_Mobius_C4/dist/db_installer/sql/gameservers.sql
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
CREATE TABLE IF NOT EXISTS `gameservers` (
|
||||
`server_id` int(11) NOT NULL default '0',
|
||||
`hexid` varchar(50) NOT NULL default '',
|
||||
`host` varchar(50) NOT NULL default '',
|
||||
PRIMARY KEY (`server_id`)
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of gameservers
|
||||
-- ----------------------------
|
||||
INSERT INTO `gameservers` VALUES ('1', 'f23de3c2a05a974a1b5369a8fe2eb16', '*');
|
14
L2J_Mobius_C4/dist/db_installer/sql/global_tasks.sql
vendored
Normal file
14
L2J_Mobius_C4/dist/db_installer/sql/global_tasks.sql
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
--
|
||||
-- Table structure for table `global_tasks`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS global_tasks (
|
||||
id int(11) NOT NULL auto_increment,
|
||||
task varchar(50) NOT NULL default '',
|
||||
type varchar(50) NOT NULL default '',
|
||||
last_activation decimal(20,0) NOT NULL default 0,
|
||||
param1 varchar(100) NOT NULL default '',
|
||||
param2 varchar(100) NOT NULL default '',
|
||||
param3 varchar(255) NOT NULL default '',
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
24
L2J_Mobius_C4/dist/db_installer/sql/grandboss_data.sql
vendored
Normal file
24
L2J_Mobius_C4/dist/db_installer/sql/grandboss_data.sql
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for grandboss_data
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS grandboss_data (
|
||||
`boss_id` INTEGER NOT NULL DEFAULT 0,
|
||||
`loc_x` INTEGER NOT NULL DEFAULT 0,
|
||||
`loc_y` INTEGER NOT NULL DEFAULT 0,
|
||||
`loc_z` INTEGER NOT NULL DEFAULT 0,
|
||||
`heading` INTEGER NOT NULL DEFAULT 0,
|
||||
`respawn_time` BIGINT NOT NULL DEFAULT 0,
|
||||
`currentHP` DECIMAL(8,0) DEFAULT NULL,
|
||||
`currentMP` DECIMAL(8,0) DEFAULT NULL,
|
||||
`status` TINYINT NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY(`boss_id`)
|
||||
);
|
||||
|
||||
INSERT IGNORE INTO `grandboss_data` VALUES
|
||||
(12001, -21610, 181594, -5734, 0, 0, 229898, 667, 0), -- Queen Ant
|
||||
(12052, 17726, 108915, -6490, 0, 0, 162561, 575, 0), -- Core
|
||||
(12169, 55024, 17368, -5412, 0, 0, 325124, 1660, 0), -- Orfen
|
||||
(12211, 185708,114298,-8221,32768, 0, 13090000, 22197, 0), -- Antharas
|
||||
(12372, 115213,16623,10080,41740, 0, 790857, 3347, 0), -- Baium
|
||||
(12374, 55275, 218880, -3217, 0, 0, 858518, 1975, 0), -- Zaken
|
||||
(12899, 213389,-115026,-1636,0, 0, 16660000, 22197, 0); -- Valakas
|
8
L2J_Mobius_C4/dist/db_installer/sql/grandboss_list.sql
vendored
Normal file
8
L2J_Mobius_C4/dist/db_installer/sql/grandboss_list.sql
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for grandboss_list
|
||||
-- ---------------------------
|
||||
|
||||
CREATE TABLE IF NOT EXISTS grandboss_list (
|
||||
`player_id` decimal(11,0) NOT NULL,
|
||||
`zone` decimal(11,0) NOT NULL,
|
||||
PRIMARY KEY (`player_id`));
|
34
L2J_Mobius_C4/dist/db_installer/sql/helper_buff_list.sql
vendored
Normal file
34
L2J_Mobius_C4/dist/db_installer/sql/helper_buff_list.sql
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
#----------------------------
|
||||
# Table structure for helper_buff_list
|
||||
#----------------------------
|
||||
DROP TABLE IF EXISTS `helper_buff_list`;
|
||||
CREATE TABLE `helper_buff_list` (
|
||||
`id` int(11) NOT NULL default '0',
|
||||
`skill_id` int(10) unsigned NOT NULL default '0',
|
||||
`name` varchar(25) NOT NULL default '',
|
||||
`skill_level` int(10) unsigned NOT NULL default '0',
|
||||
`lower_level` int(10) unsigned NOT NULL default '0',
|
||||
`upper_level` int(10) unsigned NOT NULL default '0',
|
||||
`is_magic_class` varchar(5) default NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
|
||||
#----------------------------
|
||||
# Records for table helper_buff_list
|
||||
#----------------------------
|
||||
|
||||
insert into helper_buff_list values
|
||||
(0, 4322, 'WindWalk', 1, 8, 24, 'false'),
|
||||
(1, 4323, 'Shield', 1, 11, 24, 'false'),
|
||||
(2, 4338, 'Life Cubic', 1, 16, 19, 'false'),
|
||||
(3, 4324, 'Bless the Body', 1, 12, 23, 'false'),
|
||||
(4, 4325, 'Vampiric Rage', 1, 13, 22, 'false'),
|
||||
(5, 4326, 'Regeneration', 1, 14, 21, 'false'),
|
||||
(6, 4327, 'Haste', 1, 15, 20, 'false'),
|
||||
(7, 4322, 'WindWalk', 1, 8, 24, 'true'),
|
||||
(8, 4323, 'Shield', 1, 11, 24, 'true'),
|
||||
(9, 4338, 'Life Cubic', 1, 16, 19, 'true'),
|
||||
(10, 4328, 'Bless the Soul', 1, 12, 23, 'true'),
|
||||
(11, 4329, 'Acumen', 1, 13, 22, 'true'),
|
||||
(12, 4330, 'Concentration', 1, 14, 21, 'true'),
|
||||
(13, 4331, 'Empower', 1, 15, 20, 'true');
|
204
L2J_Mobius_C4/dist/db_installer/sql/henna.sql
vendored
Normal file
204
L2J_Mobius_C4/dist/db_installer/sql/henna.sql
vendored
Normal file
@ -0,0 +1,204 @@
|
||||
--
|
||||
-- Table structure for table `henna`
|
||||
--
|
||||
DROP TABLE IF EXISTS `henna`;
|
||||
CREATE TABLE `henna` (
|
||||
`symbol_id` int(11) NOT NULL default '0',
|
||||
`symbol_name` varchar(45) default NULL,
|
||||
`dye_id` int(11) default NULL,
|
||||
`dye_amount` int(11) default NULL,
|
||||
`price` int(11) default NULL,
|
||||
`stat_INT` decimal(11,0) default NULL,
|
||||
`stat_STR` decimal(11,0) default NULL,
|
||||
`stat_CON` decimal(11,0) default NULL,
|
||||
`stat_MEN` decimal(11,0) default NULL,
|
||||
`stat_DEX` decimal(11,0) default NULL,
|
||||
`stat_WIT` decimal(11,0) default NULL,
|
||||
PRIMARY KEY (`symbol_id`)
|
||||
);
|
||||
|
||||
--
|
||||
-- Dumping data for table `henna`
|
||||
--
|
||||
|
||||
INSERT INTO `henna` VALUES
|
||||
(1,'symbol_s+1c-3_d',4445,10,5100,0,1,-3,0,0,0),
|
||||
(2,'symbol_s+1d-3_d',4446,10,5100,0,1,0,0,-3,0),
|
||||
(3,'symbol_c+1s-3_d',4447,10,5100,0,-3,1,0,0,0),
|
||||
(4,'symbol_c+1d-3_d',4448,10,5100,0,0,1,0,-3,0),
|
||||
(5,'symbol_d+1s-3_d',4449,10,5100,0,-3,0,0,1,0),
|
||||
(6,'symbol_d+1c-3_d',4450,10,5100,0,0,-3,0,1,0),
|
||||
(7,'symbol_i+1m-3_d',4451,10,5100,1,0,0,-3,0,0),
|
||||
(8,'symbol_i+1w-3_d',4452,10,5100,1,0,0,0,0,-3),
|
||||
(9,'symbol_m+1i-3_d',4453,10,5100,-3,0,0,1,0,0),
|
||||
(10,'symbol_m+1w-3_d',4454,10,5100,0,0,0,1,0,-3),
|
||||
(11,'symbol_w+1i-3_d',4455,10,5100,-3,0,0,0,0,1),
|
||||
(12,'symbol_w+1m-3_d',4456,10,5100,0,0,0,-3,0,1),
|
||||
(13,'symbol_s+1c-2_d',4457,10,12000,0,1,-2,0,0,0),
|
||||
(14,'symbol_s+1d-2_d',4458,10,12000,0,1,0,0,-2,0),
|
||||
(15,'symbol_c+1s-2_d',4459,10,12000,0,-2,1,0,0,0),
|
||||
(16,'symbol_c+1d-2_d',4460,10,12000,0,0,1,0,-2,0),
|
||||
(17,'symbol_d+1s-2_d',4461,10,12000,0,-2,0,0,1,0),
|
||||
(18,'symbol_d+1c-2_d',4462,10,12000,0,0,-2,0,1,0),
|
||||
(19,'symbol_i+1m-2_d',4463,10,12000,1,0,0,-2,0,0),
|
||||
(20,'symbol_i+1w-2_d',4464,10,12000,1,0,0,0,0,-2),
|
||||
(21,'symbol_m+1i-2_d',4465,10,12000,-2,0,0,1,0,0),
|
||||
(22,'symbol_m+1w-2_d',4466,10,12000,0,0,0,1,0,-2),
|
||||
(23,'symbol_w+1i-2_d',4467,10,12000,-2,0,0,0,0,1),
|
||||
(24,'symbol_w+1m-2_d',4468,10,12000,0,0,0,-2,0,1),
|
||||
(25,'symbol_s+1c-1_d',4469,10,35000,0,1,-1,0,0,0),
|
||||
(26,'symbol_s+1d-1_d',4470,10,35000,0,1,0,0,-1,0),
|
||||
(27,'symbol_c+1s-1_d',4471,10,35000,0,-1,1,0,0,0),
|
||||
(28,'symbol_c+1d-1_d',4472,10,35000,0,0,1,0,-1,0),
|
||||
(29,'symbol_d+1s-1_d',4473,10,35000,0,-1,0,0,1,0),
|
||||
(30,'symbol_d+1c-1_d',4474,10,35000,0,0,-1,0,1,0),
|
||||
(31,'symbol_i+1m-1_d',4475,10,35000,1,0,0,-1,0,0),
|
||||
(32,'symbol_i+1w-1_d',4476,10,35000,1,0,0,0,0,-1),
|
||||
(33,'symbol_m+1i-1_d',4477,10,35000,-1,0,0,1,0,0),
|
||||
(34,'symbol_m+1w-1_d',4478,10,35000,0,0,0,1,0,-1),
|
||||
(35,'symbol_w+1i-1_d',4479,10,35000,-1,0,0,0,0,1),
|
||||
(36,'symbol_w+1m-1_d',4480,10,35000,0,0,0,-1,0,1),
|
||||
(37,'symbol_s+1c-3_c',4481,10,12000,0,1,-3,0,0,0),
|
||||
(38,'symbol_s+1d-3_c',4482,10,24600,0,1,0,0,-3,0),
|
||||
(39,'symbol_c+1s-3_c',4483,10,24600,0,-3,1,0,0,0),
|
||||
(40,'symbol_c+1d-3_c',4484,10,24600,0,0,1,0,-3,0),
|
||||
(41,'symbol_d+1s-3_c',4485,10,30000,0,-3,0,0,1,0),
|
||||
(42,'symbol_d+1c-3_c',4486,10,30000,0,0,-3,0,1,0),
|
||||
(43,'symbol_i+1m-3_c',4487,10,30000,1,0,0,-3,0,0),
|
||||
(44,'symbol_i+1w-3_c',4488,10,30000,1,0,0,0,0,-3),
|
||||
(45,'symbol_m+1i-3_c',4489,10,30000,-3,0,0,1,0,0),
|
||||
(46,'symbol_m+1w-3_c',4490,10,12000,0,0,0,1,0,-3),
|
||||
(47,'symbol_w+1i-3_c',4491,10,30000,-3,0,0,0,0,1),
|
||||
(48,'symbol_w+1m-3_c',4492,10,12000,0,0,0,-3,0,1),
|
||||
(49,'symbol_s+1c-2_c',4493,10,24600,0,1,-2,0,0,0),
|
||||
(50,'symbol_s+1d-2_c',4494,10,30000,0,1,0,0,-2,0),
|
||||
(51,'symbol_c+1s-2_c',4495,10,35000,0,-2,1,0,0,0),
|
||||
(52,'symbol_c+1d-2_c',4496,10,35000,0,0,1,0,-2,0),
|
||||
(53,'symbol_d+1s-2_c',4497,10,36000,0,-2,0,0,1,0),
|
||||
(54,'symbol_d+1c-2_c',4498,10,36000,0,0,-2,0,1,0),
|
||||
(55,'symbol_i+1m-2_c',4499,10,50000,1,0,0,-2,0,0),
|
||||
(56,'symbol_i+1w-2_c',4500,10,36000,1,0,0,0,0,-2),
|
||||
(57,'symbol_m+1i-2_c',4501,10,36000,-2,0,0,1,0,0),
|
||||
(58,'symbol_m+1w-2_c',4502,10,21000,0,0,0,1,0,-2),
|
||||
(59,'symbol_w+1i-2_c',4503,10,30000,-2,0,0,0,0,1),
|
||||
(60,'symbol_w+1m-2_c',4504,10,36000,0,0,0,-2,0,1),
|
||||
(61,'symbol_s+2c-4_c',4505,10,24600,0,2,-4,0,0,0),
|
||||
(62,'symbol_s+2d-4_c',4506,10,24600,0,2,0,0,-4,0),
|
||||
(63,'symbol_c+2s-4_c',4507,10,24600,0,-4,2,0,0,0),
|
||||
(64,'symbol_c+2d-4_c',4508,10,24600,0,0,2,0,-4,0),
|
||||
(65,'symbol_d+2s-4_c',4509,10,24600,0,-4,0,0,2,0),
|
||||
(66,'symbol_d+2c-4_c',4510,10,24600,0,0,-4,0,2,0),
|
||||
(67,'symbol_i+2m-4_c',4511,10,24600,2,0,0,-4,0,0),
|
||||
(68,'symbol_i+2w-4_c',4512,10,24600,2,0,0,0,0,-4),
|
||||
(69,'symbol_m+2i-4_c',4513,10,24600,-4,0,0,2,0,0),
|
||||
(70,'symbol_m+2w-4_c',4514,10,30000,0,0,0,2,0,-4),
|
||||
(71,'symbol_w+2i-4_c',4515,10,30000,-4,0,0,0,0,2),
|
||||
(72,'symbol_w+2m-4_c',4516,10,30000,0,0,0,-4,0,2),
|
||||
(73,'symbol_s+2c-3_c',4517,10,30000,0,2,-3,0,0,0),
|
||||
(74,'symbol_s+2d-3_c',4518,10,35000,0,2,0,0,-3,0),
|
||||
(75,'symbol_c+2s-3_c',4519,10,35000,0,-3,2,0,0,0),
|
||||
(76,'symbol_c+2d-3_c',4520,10,35000,0,0,2,0,-3,0),
|
||||
(77,'symbol_d+2s-3_c',4521,10,27000,0,-3,0,0,2,0),
|
||||
(78,'symbol_d+2c-3_c',4522,10,27000,0,0,-3,0,2,0),
|
||||
(79,'symbol_i+2m-3_c',4523,10,27000,2,0,0,-3,0,0),
|
||||
(80,'symbol_i+2w-3_c',4524,10,30000,2,0,0,0,0,-3),
|
||||
(81,'symbol_m+2i-3_c',4525,10,30000,-3,0,0,2,0,0),
|
||||
(82,'symbol_m+2w-3_c',4526,10,30000,0,0,0,2,0,-3),
|
||||
(83,'symbol_w+2i-3_c',4527,10,30000,-3,0,0,0,0,2),
|
||||
(84,'symbol_w+2m-3_c',4528,10,30000,0,0,0,-3,0,2),
|
||||
(85,'symbol_s+3c-5_c',4529,10,30000,0,3,-5,0,0,0),
|
||||
(86,'symbol_s+3d-5_c',4530,10,30000,0,3,0,0,-5,0),
|
||||
(87,'symbol_c+3s-5_c',4531,10,30000,0,-5,3,0,0,0),
|
||||
(88,'symbol_c+3d-5_c',4532,10,30000,0,0,3,0,-5,0),
|
||||
(89,'symbol_d+3s-5_c',4533,10,30000,0,-5,0,0,3,0),
|
||||
(90,'symbol_d+3c-5_c',4534,10,30000,0,0,-5,0,3,0),
|
||||
(91,'symbol_i+3m-5_c',4535,10,30000,3,0,0,-5,0,0),
|
||||
(92,'symbol_i+3w-5_c',4536,10,30000,3,0,0,0,0,-5),
|
||||
(93,'symbol_m+3i-5_c',4537,10,30000,-5,0,0,3,0,0),
|
||||
(94,'symbol_m+3w-5_c',4538,10,30000,0,0,0,3,0,-5),
|
||||
(95,'symbol_w+3i-5_c',4539,10,30000,-5,0,0,0,0,3),
|
||||
(96,'symbol_w+3m-5_c',4540,10,30000,0,0,0,-5,0,3),
|
||||
(97,'symbol_s+3c-4_c',4541,10,30000,0,3,-4,0,0,0),
|
||||
(98,'symbol_s+3d-4_c',4542,10,30000,0,3,0,0,-4,0),
|
||||
(99,'symbol_c+3s-4_c',4543,10,50000,0,-4,3,0,0,0),
|
||||
(100,'symbol_c+3d-4_c',4544,10,50000,0,0,3,0,-4,0),
|
||||
(101,'symbol_d+3s-4_c',4545,10,50000,0,-4,0,0,3,0),
|
||||
(102,'symbol_d+3c-4_c',4546,10,50000,0,0,-4,0,3,0),
|
||||
(103,'symbol_i+3m-4_c',4547,10,50000,3,0,0,-4,0,0),
|
||||
(104,'symbol_i+3w-4_c',4548,10,50000,3,0,0,0,0,-4),
|
||||
(105,'symbol_m+3i-4_c',4549,10,50000,-4,0,0,3,0,0),
|
||||
(106,'symbol_m+3w-4_c',4550,10,50000,0,0,0,3,0,-4),
|
||||
(107,'symbol_w+3i-4_c',4551,10,50000,-4,0,0,0,0,3),
|
||||
(108,'symbol_w+3m-4_c',4552,10,50000,0,0,0,-4,0,3),
|
||||
(109,'symbol_s+1c-1_c',4553,10,50000,0,1,-1,0,0,0),
|
||||
(110,'symbol_s+1d-1_c',4554,10,50000,0,1,0,0,-1,0),
|
||||
(111,'symbol_c+1s-1_c',4555,10,50000,0,-1,1,0,0,0),
|
||||
(112,'symbol_c+1d-1_c',4556,10,50000,0,0,1,0,-1,0),
|
||||
(113,'symbol_d+1s-1_c',4557,10,50000,0,-1,0,0,1,0),
|
||||
(114,'symbol_d+1c-1_c',4558,10,50000,0,0,-1,0,1,0),
|
||||
(115,'symbol_i+1m-1_c',4559,10,90000,1,0,0,-1,0,0),
|
||||
(116,'symbol_i+1w-1_c',4560,10,50000,1,0,0,0,0,-1),
|
||||
(117,'symbol_m+1i-1_c',4561,10,50000,-1,0,0,1,0,0),
|
||||
(118,'symbol_m+1w-1_c',4562,10,50000,0,0,0,1,0,-1),
|
||||
(119,'symbol_w+1i-1_c',4563,10,50000,-1,0,0,0,0,1),
|
||||
(120,'symbol_w+1m-1_c',4564,10,50000,0,0,0,-1,0,1),
|
||||
(121,'symbol_s+4c-6_c',4565,10,36000,0,4,-6,0,0,0),
|
||||
(122,'symbol_s+4d-6_c',4566,10,36000,0,4,0,0,-6,0),
|
||||
(123,'symbol_c+4s-6_c',4567,10,50000,0,-6,4,0,0,0),
|
||||
(124,'symbol_c+4d-6_c',4568,10,50000,0,0,4,0,-6,0),
|
||||
(125,'symbol_d+4s-6_c',4569,10,30000,0,-6,0,0,4,0),
|
||||
(126,'symbol_d+4c-6_c',4570,10,36000,0,0,-6,0,4,0),
|
||||
(127,'symbol_i+4m-6_c',4571,10,36000,4,0,0,-6,0,0),
|
||||
(128,'symbol_i+4w-6_c',4572,10,30000,4,0,0,0,0,-6),
|
||||
(129,'symbol_m+4i-6_c',4573,10,36000,-6,0,0,4,0,0),
|
||||
(130,'symbol_m+4w-6_c',4574,10,36000,0,0,0,4,0,-6),
|
||||
(131,'symbol_w+4i-6_c',4575,10,36000,-6,0,0,0,0,4),
|
||||
(132,'symbol_w+4m-6_c',4576,10,30000,0,0,0,-6,0,4),
|
||||
(133,'symbol_s+4c-5_c',4577,10,36000,0,4,-5,0,0,0),
|
||||
(134,'symbol_s+4d-5_c',4578,10,90000,0,4,0,0,-5,0),
|
||||
(135,'symbol_c+4s-5_c',4579,10,90000,0,-5,4,0,0,0),
|
||||
(136,'symbol_c+4d-5_c',4580,10,90000,0,0,4,0,-5,0),
|
||||
(137,'symbol_d+4s-5_c',4581,10,36000,0,-5,0,0,4,0),
|
||||
(138,'symbol_d+4c-5_c',4582,10,36000,0,0,-5,0,4,0),
|
||||
(139,'symbol_i+4m-5_c',4583,10,90000,4,0,0,-5,0,0),
|
||||
(140,'symbol_i+4w-5_c',4584,10,36000,4,0,0,0,0,-5),
|
||||
(141,'symbol_m+4i-5_c',4585,10,90000,-5,0,0,4,0,0),
|
||||
(142,'symbol_m+4w-5_c',4586,10,90000,0,0,0,4,0,-5),
|
||||
(143,'symbol_w+4i-5_c',4587,10,36000,-5,0,0,0,0,4),
|
||||
(144,'symbol_w+4m-5_c',4588,10,36000,0,0,0,-5,0,4),
|
||||
(145,'symbol_s+2c-2_c',4589,10,60000,0,2,-2,0,0,0),
|
||||
(146,'symbol_s+2d-2_c',4590,10,60000,0,2,0,0,-2,0),
|
||||
(147,'symbol_c+2s-2_c',4591,10,60000,0,-2,2,0,0,0),
|
||||
(148,'symbol_c+2d-2_c',4592,10,60000,0,0,2,0,-2,0),
|
||||
(149,'symbol_d+2s-2_c',4593,10,60000,0,-2,0,0,2,0),
|
||||
(150,'symbol_d+2c-2_c',4594,10,60000,0,0,-2,0,2,0),
|
||||
(151,'symbol_i+2m-2_c',4595,10,60000,2,0,0,-2,0,0),
|
||||
(152,'symbol_i+2w-2_c',4596,10,90000,2,0,0,0,0,-2),
|
||||
(153,'symbol_m+2i-2_c',4597,10,60000,-2,0,0,2,0,0),
|
||||
(154,'symbol_m+2w-2_c',4598,10,60000,0,0,0,2,0,-2),
|
||||
(155,'symbol_w+2i-2_c',4599,10,60000,-2,0,0,0,0,2),
|
||||
(156,'symbol_w+2m-2_c',4600,10,60000,0,0,0,-2,0,2),
|
||||
(157,'symbol_s+3c-3_c',4601,10,90000,0,3,-3,0,0,0),
|
||||
(158,'symbol_s+3d-3_c',4602,10,90000,0,3,0,0,-3,0),
|
||||
(159,'symbol_c+3s-3_c',4603,10,90000,0,-3,3,0,0,0),
|
||||
(160,'symbol_c+3d-3_c',4604,10,90000,0,0,3,0,-3,0),
|
||||
(161,'symbol_d+3s-3_c',4605,10,90000,0,-3,0,0,3,0),
|
||||
(162,'symbol_d+3c-3_c',4606,10,90000,0,0,-3,0,3,0),
|
||||
(163,'symbol_i+3m-3_c',4607,10,90000,3,0,0,-3,0,0),
|
||||
(164,'symbol_i+3w-3_c',4608,10,90000,3,0,0,0,0,-3),
|
||||
(165,'symbol_m+3i-3_c',4609,10,90000,-3,0,0,3,0,0),
|
||||
(166,'symbol_m+3w-3_c',4610,10,90000,0,0,0,3,0,-3),
|
||||
(167,'symbol_w+3i-3_c',4611,10,90000,-3,0,0,0,0,3),
|
||||
(168,'symbol_w+3m-3_c',4612,10,90000,0,0,0,-3,0,3),
|
||||
(169,'symbol_s+4c-4_c',4613,10,145000,0,4,-4,0,0,0),
|
||||
(170,'symbol_s+4d-4_c',4614,10,145000,0,4,0,0,-4,0),
|
||||
(171,'symbol_c+4s-4_c',4615,10,145000,0,-4,4,0,0,0),
|
||||
(172,'symbol_c+4d-4_c',4616,10,145000,0,0,4,0,-4,0),
|
||||
(173,'symbol_d+4s-4_c',4617,10,145000,0,-4,0,0,4,0),
|
||||
(174,'symbol_d+4c-4_c',4618,10,145000,0,0,-4,0,4,0),
|
||||
(175,'symbol_i+4m-4_c',4619,10,145000,4,0,0,-4,0,0),
|
||||
(176,'symbol_i+4w-4_c',4620,10,145000,4,0,0,0,0,-4),
|
||||
(177,'symbol_m+4i-4_c',4621,10,145000,-4,0,0,4,0,0),
|
||||
(178,'symbol_m+4w-4_c',4622,10,145000,0,0,0,4,0,-4),
|
||||
(179,'symbol_w+4i-4_c',4623,10,145000,-4,0,0,0,0,4),
|
||||
(180,'symbol_w+4m-4_c',4624,10,145000,0,0,0,-4,0,4);
|
7113
L2J_Mobius_C4/dist/db_installer/sql/henna_trees.sql
vendored
Normal file
7113
L2J_Mobius_C4/dist/db_installer/sql/henna_trees.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
L2J_Mobius_C4/dist/db_installer/sql/heroes.sql
vendored
Normal file
7
L2J_Mobius_C4/dist/db_installer/sql/heroes.sql
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS `heroes` (
|
||||
`char_id` decimal(11,0) NOT NULL default '0',
|
||||
`class_id` decimal(3,0) NOT NULL default '0',
|
||||
`count` decimal(3,0) NOT NULL default '0',
|
||||
`played` decimal(1,0) NOT NULL default '0',
|
||||
PRIMARY KEY (`char_id`)
|
||||
);
|
22
L2J_Mobius_C4/dist/db_installer/sql/items.sql
vendored
Normal file
22
L2J_Mobius_C4/dist/db_installer/sql/items.sql
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for items
|
||||
-- ----------------------------
|
||||
CREATE TABLE IF NOT EXISTS items (
|
||||
`owner_id` INT, -- object id of the player or clan,owner of this item
|
||||
`object_id` INT NOT NULL DEFAULT 0,-- object id of the item
|
||||
`item_id` INT, -- item id
|
||||
`count` INT,
|
||||
`enchant_level` INT,
|
||||
`loc` VARCHAR(10), -- inventory,paperdoll,npc,clan warehouse,pet,and so on
|
||||
`loc_data` INT, -- depending on location: equiped slot,npc id,pet id,etc
|
||||
`price_sell` INT,
|
||||
`price_buy` INT,
|
||||
`time_of_use` INT, -- time of item use, for calculate of breackages
|
||||
`custom_type1` INT DEFAULT 0,
|
||||
`custom_type2` INT DEFAULT 0,
|
||||
PRIMARY KEY (`object_id`),
|
||||
KEY `key_owner_id` (`owner_id`),
|
||||
KEY `key_loc` (`loc`),
|
||||
KEY `key_item_id` (`item_id`),
|
||||
KEY `key_time_of_use` (`time_of_use`)
|
||||
);
|
15
L2J_Mobius_C4/dist/db_installer/sql/itemsonground.sql
vendored
Normal file
15
L2J_Mobius_C4/dist/db_installer/sql/itemsonground.sql
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for `itemsonground`
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `itemsonground` (
|
||||
`object_id` int(11) NOT NULL default '0',
|
||||
`item_id` int(11) default NULL,
|
||||
`count` int(11) default NULL,
|
||||
`enchant_level` int(11) default NULL,
|
||||
`x` int(11) default NULL,
|
||||
`y` int(11) default NULL,
|
||||
`z` int(11) default NULL,
|
||||
`drop_time` decimal(20,0) default NULL,
|
||||
`equipable` int(1) default '0',
|
||||
PRIMARY KEY (`object_id`)
|
||||
);
|
18478
L2J_Mobius_C4/dist/db_installer/sql/locations.sql
vendored
Normal file
18478
L2J_Mobius_C4/dist/db_installer/sql/locations.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
113
L2J_Mobius_C4/dist/db_installer/sql/lvlupgain.sql
vendored
Normal file
113
L2J_Mobius_C4/dist/db_installer/sql/lvlupgain.sql
vendored
Normal file
@ -0,0 +1,113 @@
|
||||
--
|
||||
-- Table structure for table `lvlupgain`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `lvlupgain`;
|
||||
CREATE TABLE `lvlupgain` (
|
||||
`classid` int(3) NOT NULL default '0',
|
||||
`defaulthpbase` decimal(5,1) NOT NULL default '0.0',
|
||||
`defaulthpadd` decimal(4,2) NOT NULL default '0.00',
|
||||
`defaulthpmod` decimal(4,2) NOT NULL default '0.00',
|
||||
`defaultcpbase` decimal(5,1) NOT NULL default '0.0',
|
||||
`defaultcpadd` decimal(4,2) NOT NULL default '0.00',
|
||||
`defaultcpmod` decimal(4,2) NOT NULL default '0.00',
|
||||
`defaultmpbase` decimal(5,1) NOT NULL default '0.0',
|
||||
`defaultmpadd` decimal(4,2) NOT NULL default '0.00',
|
||||
`defaultmpmod` decimal(4,2) NOT NULL default '0.00',
|
||||
`class_lvl` int(3) NOT NULL default '0',
|
||||
PRIMARY KEY (`classid`)
|
||||
);
|
||||
|
||||
--
|
||||
-- Dumping data for table `lvlupgain`
|
||||
--
|
||||
|
||||
INSERT INTO `lvlupgain` VALUES ('0', '80.0', '11.83', '0.37', '32.0', '4.73', '0.22', '30.0', '5.46', '0.14', '1');
|
||||
INSERT INTO `lvlupgain` VALUES ('1', '327.0', '33.00', '0.37', '261.6', '26.40', '0.22', '144.0', '9.90', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('2', '1044.0', '49.40', '0.37', '939.6', '44.46', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('3', '1044.0', '54.60', '0.37', '835.2', '43.68', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('4', '327.0', '29.70', '0.37', '196.2', '17.82', '0.22', '144.0', '9.90', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('5', '972.3', '46.80', '0.37', '583.3', '28.08', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('6', '972.3', '46.80', '0.37', '583.3', '28.08', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('7', '327.0', '27.50', '0.37', '130.8', '11.00', '0.22', '144.0', '9.90', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('8', '924.5', '41.60', '0.37', '369.8', '16.64', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('9', '924.5', '44.20', '0.37', '647.1', '30.94', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('10', '101.0', '15.57', '0.37', '50.5', '7.84', '0.22', '40.0', '7.38', '0.14', '1');
|
||||
INSERT INTO `lvlupgain` VALUES ('11', '424.0', '27.60', '0.37', '212.0', '13.85', '0.22', '192.0', '13.30', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('12', '1021.5', '45.60', '0.37', '510.7', '22.85', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('13', '1021.5', '45.60', '0.37', '510.7', '22.85', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('14', '1021.5', '49.50', '0.37', '612.9', '29.74', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('15', '424.0', '34.20', '0.37', '212.0', '17.15', '0.22', '192.0', '13.30', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('16', '1164.9', '49.50', '0.37', '815.4', '34.68', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('17', '1164.9', '53.40', '0.37', '582.4', '26.75', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('18', '89.0', '12.74', '0.37', '35.6', '5.00', '0.22', '30.0', '5.46', '0.14', '1');
|
||||
INSERT INTO `lvlupgain` VALUES ('19', '355.0', '33.00', '0.37', '177.5', '16.50', '0.22', '144.0', '9.90', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('20', '1072.0', '52.00', '0.37', '643.2', '31.20', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('21', '1072.0', '54.60', '0.37', '536.0', '27.30', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('22', '355.0', '30.80', '0.37', '142.0', '12.32', '0.22', '144.0', '9.90', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('23', '1024.2', '46.80', '0.37', '409.6', '18.72', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('24', '1024.2', '49.40', '0.37', '512.1', '24.70', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('25', '104.0', '15.57', '0.37', '52.0', '7.84', '0.22', '40.0', '7.38', '0.14', '1');
|
||||
INSERT INTO `lvlupgain` VALUES ('26', '427.0', '28.70', '0.37', '213.5', '14.40', '0.22', '192.0', '13.30', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('27', '1048.4', '48.20', '0.37', '524.2', '24.15', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('28', '1048.4', '50.80', '0.37', '629.0', '30.52', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('29', '427.0', '35.30', '0.37', '213.5', '17.70', '0.22', '192.0', '13.30', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('30', '1191.8', '54.70', '0.37', '595.9', '27.40', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('31', '94.0', '13.65', '0.37', '37.6', '5.46', '0.22', '30.0', '5.46', '0.14', '1');
|
||||
INSERT INTO `lvlupgain` VALUES ('32', '379.0', '35.20', '0.37', '189.5', '17.60', '0.22', '144.0', '9.90', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('33', '1143.8', '54.60', '0.37', '686.2', '32.76', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('34', '1143.8', '58.50', '0.37', '571.9', '29.25', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('35', '379.0', '33.00', '0.37', '151.6', '13.20', '0.22', '144.0', '9.90', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('36', '1096.0', '49.40', '0.37', '438.4', '19.76', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('37', '1096.0', '52.00', '0.37', '548.0', '26.00', '0.22', '359.1', '19.50', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('38', '106.0', '15.57', '0.37', '53.0', '7.84', '0.22', '40.0', '7.38', '0.14', '1');
|
||||
INSERT INTO `lvlupgain` VALUES ('39', '429.0', '29.80', '0.37', '214.5', '14.95', '0.22', '192.0', '13.30', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('40', '1074.3', '48.20', '0.37', '537.1', '24.15', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('41', '1074.3', '52.10', '0.37', '644.5', '31.30', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('42', '429.0', '36.40', '0.37', '214.5', '18.25', '0.22', '192.0', '13.30', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('43', '1217.7', '54.70', '0.37', '608.8', '27.40', '0.22', '478.8', '26.10', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('44', '80.0', '12.64', '0.37', '40.0', '6.27', '0.22', '30.0', '5.36', '0.14', '1');
|
||||
INSERT INTO `lvlupgain` VALUES ('45', '346.0', '35.10', '0.37', '242.2', '24.54', '0.22', '144.0', '9.80', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('46', '1110.8', '57.10', '0.37', '777.5', '39.94', '0.22', '359.1', '19.40', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('47', '346.0', '32.90', '0.37', '173.0', '16.40', '0.22', '144.0', '9.80', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('48', '1063.0', '54.50', '0.37', '531.5', '27.20', '0.22', '359.1', '19.40', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('49', '95.0', '15.47', '0.37', '47.5', '7.74', '0.22', '40.0', '7.28', '0.14', '1');
|
||||
INSERT INTO `lvlupgain` VALUES ('50', '418.0', '35.20', '0.37', '209.0', '17.60', '0.22', '192.0', '13.20', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('51', '1182.8', '53.30', '0.37', '946.2', '42.64', '0.22', '478.8', '26.00', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('52', '1182.8', '53.30', '0.37', '591.4', '26.65', '0.22', '478.8', '26.00', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('53', '80.0', '12.64', '0.37', '56.0', '8.82', '0.22', '30.0', '5.36', '0.14', '1');
|
||||
INSERT INTO `lvlupgain` VALUES ('54', '346.0', '35.10', '0.37', '242.2', '24.54', '0.22', '144.0', '9.80', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('55', '1110.8', '57.10', '0.37', '777.5', '39.94', '0.22', '359.1', '19.40', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('56', '346.0', '32.90', '0.37', '276.8', '26.30', '0.22', '144.0', '9.80', '0.14', '20');
|
||||
INSERT INTO `lvlupgain` VALUES ('57', '1063.0', '54.50', '0.37', '850.4', '43.58', '0.22', '359.1', '19.40', '0.14', '40');
|
||||
INSERT INTO `lvlupgain` VALUES ('88', '3061.8', '63.08', '0.37', '2755.6', '56.77', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('89', '3274.2', '69.72', '0.37', '2619.3', '55.78', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('90', '2883.9', '59.76', '0.37', '1730.3', '35.86', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('91', '2883.9', '59.76', '0.37', '1730.3', '35.86', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('92', '2729.9', '56.44', '0.37', '1910.9', '39.51', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('93', '2623.7', '53.12', '0.37', '1049.4', '21.25', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('94', '2880.0', '58.10', '0.37', '1440.0', '29.05', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('95', '2880.0', '58.10', '0.37', '1440.0', '29.05', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('96', '3039.3', '63.08', '0.37', '1823.5', '37.85', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('97', '3182.7', '63.08', '0.37', '2227.8', '44.16', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('98', '3342.0', '68.06', '0.37', '1671.0', '34.03', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('99', '3196.0', '66.40', '0.37', '1917.6', '39.84', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('100', '3302.2', '69.72', '0.37', '1651.1', '34.86', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('101', '2935.8', '59.76', '0.37', '1174.3', '23.90', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('102', '3042.0', '63.08', '0.37', '1521.0', '31.54', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('103', '3013.1', '61.42', '0.37', '1506.5', '30.71', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('104', '3119.3', '64.74', '0.37', '1871.5', '38.84', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('105', '3422.0', '69.72', '0.37', '1711.0', '34.86', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('106', '3374.0', '69.72', '0.37', '2024.4', '41.83', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('107', '3533.3', '74.70', '0.37', '1766.6', '37.35', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('108', '3113.8', '63.08', '0.37', '1245.5', '25.23', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('109', '3220.0', '66.40', '0.37', '1610.0', '33.20', '0.22', '1155.6', '24.90', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('110', '3039.0', '61.42', '0.37', '1519.5', '30.71', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('111', '3198.3', '66.40', '0.37', '1918.9', '39.84', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('112', '3447.9', '69.72', '0.37', '1723.9', '34.86', '0.22', '1540.8', '33.20', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('113', '3447.2', '72.94', '0.37', '2413.0', '51.03', '0.22', '1155.6', '24.80', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('114', '3293.2', '69.62', '0.37', '1646.6', '34.76', '0.22', '1155.6', '24.80', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('115', '3359.9', '67.96', '0.37', '2687.9', '54.35', '0.22', '1540.8', '33.10', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('116', '3359.9', '67.96', '0.37', '1679.9', '33.93', '0.22', '1540.8', '33.10', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('117', '3447.2', '72.94', '0.37', '2413.0', '51.03', '0.22', '1155.6', '24.80', '0.14', '76');
|
||||
INSERT INTO `lvlupgain` VALUES ('118', '3293.2', '69.62', '0.37', '2634.5', '55.68', '0.22', '1155.6', '24.80', '0.14', '76');
|
62
L2J_Mobius_C4/dist/db_installer/sql/mapregion.sql
vendored
Normal file
62
L2J_Mobius_C4/dist/db_installer/sql/mapregion.sql
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
--
|
||||
-- Table structure for table `mapregion`
|
||||
--
|
||||
DROP TABLE IF EXISTS mapregion;
|
||||
CREATE TABLE `mapregion` (
|
||||
`region` int(11) NOT NULL default '0',
|
||||
`sec0` int(2) NOT NULL default '0',
|
||||
`sec1` int(2) NOT NULL default '0',
|
||||
`sec2` int(2) NOT NULL default '0',
|
||||
`sec3` int(2) NOT NULL default '0',
|
||||
`sec4` int(2) NOT NULL default '0',
|
||||
`sec5` int(2) NOT NULL default '0',
|
||||
`sec6` int(2) NOT NULL default '0',
|
||||
`sec7` int(2) NOT NULL default '0',
|
||||
`sec8` int(2) NOT NULL default '0',
|
||||
`sec9` int(2) NOT NULL default '0',
|
||||
`sec10` int(2) NOT NULL default '0',
|
||||
PRIMARY KEY (`region`)
|
||||
);
|
||||
|
||||
--
|
||||
-- Dumping data for table `mapregion`
|
||||
--
|
||||
|
||||
-- 0 = "Talking Island Village"
|
||||
-- 1 = "Elven Village"
|
||||
-- 2 = "Dark Elven Village"
|
||||
-- 3 = "Orc Village"
|
||||
-- 4 = "Dwarven Village"
|
||||
-- 5 = "Town of Gludio"
|
||||
-- 6 = "Gludin Village"
|
||||
-- 7 = "Town of Dion"
|
||||
-- 8 = "Town of Giran"
|
||||
-- 9 = "Town of Oren"
|
||||
-- 10 = "Town of Aden"
|
||||
-- 11 = "Hunters Village"
|
||||
-- 12 = "Giran Harbor"
|
||||
-- 13 = "Heine"
|
||||
-- 14 = "Rune Township"
|
||||
-- 15 = "Town of Goddard"
|
||||
-- 16 = "Floran Village"
|
||||
-- default = "Town of Aden"
|
||||
|
||||
INSERT INTO mapregion VALUES
|
||||
(0, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4),
|
||||
(1, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4),
|
||||
(2, 3, 3, 7, 9, 11, 4, 4, 4, 4, 4, 4),
|
||||
(3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4),
|
||||
(4, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4),
|
||||
(5, 3, 3, 3, 3, 3, 14, 14, 15, 15, 15, 15),
|
||||
(6, 3, 3, 3, 3, 3, 14, 14, 15, 15, 15, 15),
|
||||
(7, 3, 3, 3, 3, 14, 14, 14, 15, 15, 15, 15),
|
||||
(8, 3, 3, 3, 3, 14, 14, 14, 15, 15, 15, 15),
|
||||
(9, 2, 2, 2, 2, 2, 14, 9, 9, 10, 10, 10),
|
||||
(10, 2, 2, 2, 2, 2, 9, 9, 10, 10, 10, 10),
|
||||
(11, 2, 2, 2, 2, 1, 1, 9, 11, 10, 10, 10),
|
||||
(12, 6, 6, 2, 5, 1, 1, 9, 11, 11, 11, 11),
|
||||
(13, 6, 6, 5, 5, 7, 7, 8, 8, 8, 8, 8),
|
||||
(14, 6, 6, 6, 5, 7, 7, 8, 8, 8, 8, 8),
|
||||
(15, 0, 6, 6, 5, 16, 12, 13, 13, 13, 13, 13),
|
||||
(16, 0, 0, 6, 6, 12, 12, 13, 13, 13, 13, 13),
|
||||
(17, 0, 0, 0, 0, 0, 0, 13, 13, 13, 13, 13);
|
30
L2J_Mobius_C4/dist/db_installer/sql/merchant_areas_list.sql
vendored
Normal file
30
L2J_Mobius_C4/dist/db_installer/sql/merchant_areas_list.sql
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
--
|
||||
-- Table structure for table `merchant_areas_list`
|
||||
--
|
||||
DROP TABLE IF EXISTS merchant_areas_list;
|
||||
CREATE TABLE `merchant_areas_list` (
|
||||
`merchant_area_id` int(10) unsigned NOT NULL default '0',
|
||||
`merchant_area_name` varchar(25) NOT NULL default '',
|
||||
`tax` double(3,2) unsigned NOT NULL default '0.00',
|
||||
`Chaotic` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`merchant_area_id`)
|
||||
);
|
||||
|
||||
--
|
||||
-- Dumping data for table `merchant_areas_list`
|
||||
--
|
||||
|
||||
INSERT INTO `merchant_areas_list` VALUES (1,'Starter Town',0.15,0);
|
||||
INSERT INTO `merchant_areas_list` VALUES (2,'West of Alter of Rights',0.50,1);
|
||||
INSERT INTO `merchant_areas_list` VALUES (3,'Gludin',0.20,0);
|
||||
INSERT INTO `merchant_areas_list` VALUES (4,'Gludio',0.20,0);
|
||||
INSERT INTO `merchant_areas_list` VALUES (5,'South Wastelands',0.50,1);
|
||||
INSERT INTO `merchant_areas_list` VALUES (6,'Dion',0.20,0);
|
||||
INSERT INTO `merchant_areas_list` VALUES (7,'Floran',0.50,1);
|
||||
INSERT INTO `merchant_areas_list` VALUES (8,'Hunters Village',0.30,0);
|
||||
INSERT INTO `merchant_areas_list` VALUES (9,'Giran',0.10,0);
|
||||
INSERT INTO `merchant_areas_list` VALUES (10,'Oren',0.15,0);
|
||||
INSERT INTO `merchant_areas_list` VALUES (11,'Ivory Tower',0.15,0);
|
||||
INSERT INTO `merchant_areas_list` VALUES (12,'Harden\'s Ac.',0.20,0);
|
||||
INSERT INTO `merchant_areas_list` VALUES (13,'Aden',0.20,0);
|
||||
INSERT INTO `merchant_areas_list` VALUES (14,'Castle',0.0,0);
|
11738
L2J_Mobius_C4/dist/db_installer/sql/merchant_buylists.sql
vendored
Normal file
11738
L2J_Mobius_C4/dist/db_installer/sql/merchant_buylists.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
11
L2J_Mobius_C4/dist/db_installer/sql/merchant_lease.sql
vendored
Normal file
11
L2J_Mobius_C4/dist/db_installer/sql/merchant_lease.sql
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for leasing merchants
|
||||
-- ----------------------------
|
||||
CREATE TABLE IF NOT EXISTS merchant_lease (
|
||||
merchant_id int(11) NOT NULL default 0,
|
||||
player_id int(11) NOT NULL default 0,
|
||||
bid int(11),
|
||||
`type` int(11) NOT NULL default 0,
|
||||
player_name varchar(35),
|
||||
PRIMARY KEY (merchant_id,player_id,`type`)
|
||||
);
|
416
L2J_Mobius_C4/dist/db_installer/sql/merchant_shopids.sql
vendored
Normal file
416
L2J_Mobius_C4/dist/db_installer/sql/merchant_shopids.sql
vendored
Normal file
@ -0,0 +1,416 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for `merchant_shopids`
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `merchant_shopids`;
|
||||
CREATE TABLE `merchant_shopids` (
|
||||
`shop_id` decimal(9,0) NOT NULL DEFAULT '0',
|
||||
`npc_id` varchar(9) DEFAULT NULL,
|
||||
PRIMARY KEY (`shop_id`)
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of merchant_shopids
|
||||
-- ----------------------------
|
||||
INSERT INTO `merchant_shopids` VALUES
|
||||
(1, '7001'),
|
||||
(2, '7001'),
|
||||
(3, '7088'),
|
||||
(4, '7087'),
|
||||
(6, '7893'),
|
||||
(7, '7090'),
|
||||
(8, '7091'),
|
||||
(9, '7093'),
|
||||
(10, '7892'),
|
||||
(11, '7002'),
|
||||
(12, '7002'),
|
||||
(13, '7003'),
|
||||
(14, '7004'),
|
||||
(15, '7060'),
|
||||
(16, '7060'),
|
||||
(17, '7061'),
|
||||
(18, '7061'),
|
||||
(19, '7062'),
|
||||
(20, '7063'),
|
||||
(21, '7078'),
|
||||
(22, '7078'),
|
||||
(23, '7081'),
|
||||
(24, '7082'),
|
||||
(25, '7084'),
|
||||
(26, '7085'),
|
||||
(27, '7081'),
|
||||
(28, '7082'),
|
||||
(29, '7094'),
|
||||
(30, '7094'),
|
||||
(31, '7135'),
|
||||
(32, '7135'),
|
||||
(33, '7136'),
|
||||
(34, '7136'),
|
||||
(35, '7137'),
|
||||
(36, '7138'),
|
||||
(37, '7147'),
|
||||
(38, '7147'),
|
||||
(39, '7148'),
|
||||
(40, '7148'),
|
||||
(41, '7149'),
|
||||
(42, '7150'),
|
||||
(43, '7163'),
|
||||
(44, '7164'),
|
||||
(45, '7165'),
|
||||
(46, '7166'),
|
||||
(47, '7178'),
|
||||
(48, '7178'),
|
||||
(49, '7179'),
|
||||
(50, '7179'),
|
||||
(51, '7180'),
|
||||
(52, '7181'),
|
||||
(53, '7207'),
|
||||
(54, '7207'),
|
||||
(55, '7208'),
|
||||
(56, '7208'),
|
||||
(57, '7209'),
|
||||
(58, '7230'),
|
||||
(59, '7230'),
|
||||
(60, '7231'),
|
||||
(61, '7253'),
|
||||
(62, '7253'),
|
||||
(63, '7254'),
|
||||
(64, '7294'),
|
||||
(65, '7301'),
|
||||
(66, '7313'),
|
||||
(67, '7314'),
|
||||
(68, '7315'),
|
||||
(69, '7321'),
|
||||
(70, '7321'),
|
||||
(71, '7420'),
|
||||
(72, '7436'),
|
||||
(73, '7436'),
|
||||
(74, '7437'),
|
||||
(75, '7516'),
|
||||
(76, '7516'),
|
||||
(77, '7517'),
|
||||
(78, '7517'),
|
||||
(79, '7518'),
|
||||
(80, '7519'),
|
||||
(81, '7558'),
|
||||
(82, '7558'),
|
||||
(83, '7559'),
|
||||
(84, '7559'),
|
||||
(85, '7560'),
|
||||
(86, '7561'),
|
||||
(87, '7684'),
|
||||
(88, '7684'),
|
||||
(89, '7731'),
|
||||
(90, '7827'),
|
||||
(91, '7828'),
|
||||
(92, '7829'),
|
||||
(93, '7830'),
|
||||
(94, '7831'),
|
||||
(95, '7834'),
|
||||
(96, '7837'),
|
||||
(97, '7837'),
|
||||
(98, '7838'),
|
||||
(99, '7838'),
|
||||
(100, '7839'),
|
||||
(101, '7840'),
|
||||
(102, '7841'),
|
||||
(103, '7842'),
|
||||
(104, '7869'),
|
||||
(105, '8256'),
|
||||
(106, '8256'),
|
||||
(107, '8257'),
|
||||
(108, '8257'),
|
||||
(109, '8258'),
|
||||
(110, '8258'),
|
||||
(111, '8259'),
|
||||
(112, '8259'),
|
||||
(113, '8260'),
|
||||
(114, '8261'),
|
||||
(115, '8262'),
|
||||
(116, '8263'),
|
||||
(117, '8263'),
|
||||
(118, '8265'),
|
||||
(119, '8273'),
|
||||
(120, '8274'),
|
||||
(121, '8284'),
|
||||
(122, '8291'),
|
||||
(123, '8300'),
|
||||
(124, '8300'),
|
||||
(125, '8301'),
|
||||
(126, '8301'),
|
||||
(127, '8302'),
|
||||
(128, '8302'),
|
||||
(129, '8303'),
|
||||
(130, '8303'),
|
||||
(131, '8304'),
|
||||
(132, '8305'),
|
||||
(133, '8306'),
|
||||
(134, '8307'),
|
||||
(135, '8307'),
|
||||
(136, '8309'),
|
||||
(137, '8318'),
|
||||
(138, '8319'),
|
||||
(139, '8338'),
|
||||
(140, '8339'),
|
||||
(141, '8366'),
|
||||
(142, '8578'),
|
||||
(143, '8579'),
|
||||
(144, '8696'),
|
||||
(145, '8366'),
|
||||
(146, '8445'),
|
||||
(147, '8386'),
|
||||
(148, '8438'),
|
||||
(149, '8435'),
|
||||
(150, '8437'),
|
||||
(151, '8422'),
|
||||
(152, '8433'),
|
||||
(153, '8440'),
|
||||
(154, '8432'),
|
||||
(155, '8425'),
|
||||
(156, '8439'),
|
||||
(157, '8416'),
|
||||
(158, '8417'),
|
||||
(159, '8413'),
|
||||
(160, '8414'),
|
||||
(161, '8415'),
|
||||
(162, '8418'),
|
||||
(163, '8419'),
|
||||
(164, '8420'),
|
||||
(165, '8421'),
|
||||
(166, '8423'),
|
||||
(167, '8424'),
|
||||
(168, '8426'),
|
||||
(169, '8427'),
|
||||
(170, '8428'),
|
||||
(171, '8429'),
|
||||
(172, '8430'),
|
||||
(173, '8431'),
|
||||
(174, '8434'),
|
||||
(175, '8436'),
|
||||
(176, '8441'),
|
||||
(177, '8442'),
|
||||
(178, '8443'),
|
||||
(179, '8444'),
|
||||
(180, '8666'),
|
||||
(181, '8667'),
|
||||
(182, '8668'),
|
||||
(183, '8669'),
|
||||
(184, '8670'),
|
||||
(213, '7003'),
|
||||
(219, '7062'),
|
||||
(220, '7063'),
|
||||
(236, '7138'),
|
||||
(241, '7149'),
|
||||
(251, '7180'),
|
||||
(252, '7181'),
|
||||
(260, '7231'),
|
||||
(263, '7254'),
|
||||
(264, '7294'),
|
||||
(265, '7301'),
|
||||
(267, '7314'),
|
||||
(285, '7560'),
|
||||
(302, '7841'),
|
||||
(303, '7842'),
|
||||
(305, '8044'),
|
||||
(306, '8045'),
|
||||
(351, '7047'),
|
||||
(352, '7387'),
|
||||
(353, '7879'),
|
||||
(1001, 'gm'),
|
||||
(1002, 'gm'),
|
||||
(1003, 'gm'),
|
||||
(1004, 'gm'),
|
||||
(1005, 'gm'),
|
||||
(1006, 'gm'),
|
||||
(1007, 'gm'),
|
||||
(1008, 'gm'),
|
||||
(1009, 'gm'),
|
||||
(1010, 'gm'),
|
||||
(1011, 'gm'),
|
||||
(1012, 'gm'),
|
||||
(1013, 'gm'),
|
||||
(1014, 'gm'),
|
||||
(1015, 'gm'),
|
||||
(1025, 'gm'),
|
||||
(1026, 'gm'),
|
||||
(1027, 'gm'),
|
||||
(1028, 'gm'),
|
||||
(1029, 'gm'),
|
||||
(1030, 'gm'),
|
||||
(1813, '8380'),
|
||||
(1814, '8373'),
|
||||
(2001, 'gm'),
|
||||
(2002, 'gm'),
|
||||
(2003, 'gm'),
|
||||
(2004, 'gm'),
|
||||
(2005, 'gm'),
|
||||
(2006, 'gm'),
|
||||
(2007, 'gm'),
|
||||
(2008, 'gm'),
|
||||
(2009, 'gm'),
|
||||
(2010, 'gm'),
|
||||
(2011, 'gm'),
|
||||
(2012, 'gm'),
|
||||
(2013, 'gm'),
|
||||
(2014, 'gm'),
|
||||
(2015, 'gm'),
|
||||
(3001, 'gm'),
|
||||
(3002, 'gm'),
|
||||
(3003, 'gm'),
|
||||
(5150, 'gm'),
|
||||
(5151, 'gm'),
|
||||
(5152, 'gm'),
|
||||
(5808, 'gm'),
|
||||
(5600, '7892'),
|
||||
(5601, '7893'),
|
||||
(5710, '8067'),
|
||||
(5800, '7890'),
|
||||
(5801, '7890'),
|
||||
(5802, '7891'),
|
||||
(5803, '7891'),
|
||||
(17996, '7996'),
|
||||
(17997, '7997'),
|
||||
(17998, '7998'),
|
||||
(17999, '7999'),
|
||||
(18000, '8000'),
|
||||
(18058, '8058'),
|
||||
(18059, '8059'),
|
||||
(18060, '8060'),
|
||||
(18402, '8402'),
|
||||
(30040, 'gm'),
|
||||
(30041, 'gm'),
|
||||
(30042, 'gm'),
|
||||
(30043, 'gm'),
|
||||
(30044, 'gm'),
|
||||
(30045, 'gm'),
|
||||
(30046, 'gm'),
|
||||
(30047, 'gm'),
|
||||
(30048, 'gm'),
|
||||
(30049, 'gm'),
|
||||
(30050, 'gm'),
|
||||
(30051, 'gm'),
|
||||
(30052, 'gm'),
|
||||
(30053, 'gm'),
|
||||
(30054, 'gm'),
|
||||
(30055, 'gm'),
|
||||
(30056, 'gm'),
|
||||
(30057, 'gm'),
|
||||
(30058, 'gm'),
|
||||
(30059, 'gm'),
|
||||
(123161, '12316'),
|
||||
(123171, '12317'),
|
||||
(123181, '12318'),
|
||||
(123191, '12319'),
|
||||
(123201, '12320'),
|
||||
(123211, '12321'),
|
||||
(126131, '12613'),
|
||||
(127901, '12790'),
|
||||
(300410, 'gm'),
|
||||
(300510, 'gm'),
|
||||
(300511, 'gm'),
|
||||
(300522, 'gm'),
|
||||
(300523, 'gm'),
|
||||
(300524, 'gm'),
|
||||
(300525, 'gm'),
|
||||
(300526, 'gm');
|
||||
|
||||
--
|
||||
-- Clan Halls Item creation
|
||||
--
|
||||
INSERT INTO merchant_shopids VALUES
|
||||
(112892, '12892'),
|
||||
(212892, '12892'),
|
||||
(312892, '12892'),
|
||||
(112833, '12833'),
|
||||
(212833, '12833'),
|
||||
(312833, '12833'),
|
||||
(112834, '12834'),
|
||||
(212834, '12834'),
|
||||
(312834, '12834'),
|
||||
(112835, '12835'),
|
||||
(212835, '12835'),
|
||||
(312835, '12835'),
|
||||
(112836, '12836'),
|
||||
(212836, '12836'),
|
||||
(312836, '12836'),
|
||||
(112837, '12837'),
|
||||
(212837, '12837'),
|
||||
(312837, '12837'),
|
||||
(112844, '12844'),
|
||||
(212844, '12844'),
|
||||
(312844, '12844'),
|
||||
(112846, '12846'),
|
||||
(212846, '12846'),
|
||||
(312846, '12846'),
|
||||
(112847, '12847'),
|
||||
(212847, '12847'),
|
||||
(312847, '12847'),
|
||||
(112848, '12848'),
|
||||
(212848, '12848'),
|
||||
(312848, '12848'),
|
||||
(112849, '12849'),
|
||||
(212849, '12849'),
|
||||
(312849, '12849'),
|
||||
(112850, '12850'),
|
||||
(212850, '12850'),
|
||||
(312850, '12850'),
|
||||
(112851, '12851'),
|
||||
(212851, '12851'),
|
||||
(312851, '12851'),
|
||||
(112852, '12852'),
|
||||
(212852, '12852'),
|
||||
(312852, '12852'),
|
||||
(112853, '12853'),
|
||||
(212853, '12853'),
|
||||
(312853, '12853'),
|
||||
(112854, '12854'),
|
||||
(212854, '12854'),
|
||||
(312854, '12854'),
|
||||
(112861, '12861'),
|
||||
(212861, '12861'),
|
||||
(312861, '12861'),
|
||||
(112862, '12862'),
|
||||
(212862, '12862'),
|
||||
(312862, '12862'),
|
||||
(112863, '12863'),
|
||||
(212863, '12863'),
|
||||
(312863, '12863'),
|
||||
(112887, '12887'),
|
||||
(212887, '12887'),
|
||||
(312887, '12887'),
|
||||
(112889, '12889'),
|
||||
(212889, '12889'),
|
||||
(312889, '12889'),
|
||||
(112890, '12890'),
|
||||
(212890, '12890'),
|
||||
(312890, '12890'),
|
||||
(112891, '12891'),
|
||||
(212891, '12891'),
|
||||
(312891, '12891'),
|
||||
(112893, '12893'),
|
||||
(212893, '12893'),
|
||||
(312893, '12893'),
|
||||
(112894, '12894'),
|
||||
(212894, '12894'),
|
||||
(312894, '12894'),
|
||||
(112895, '12895'),
|
||||
(212895, '12895'),
|
||||
(312895, '12895'),
|
||||
(112896, '12896'),
|
||||
(212896, '12896'),
|
||||
(312896, '12896'),
|
||||
(112897, '12897'),
|
||||
(212897, '12897'),
|
||||
(312897, '12897'),
|
||||
(112898, '12898'),
|
||||
(212898, '12898'),
|
||||
(312898, '12898'),
|
||||
--
|
||||
-- Castles Item creation
|
||||
--
|
||||
(121211, '12121'),
|
||||
(121521, '12152'),
|
||||
(122401, '12240'),
|
||||
(122521, '12252'),
|
||||
(122551, '12255'),
|
||||
(126001, '12600'),
|
||||
(127911, '12791');
|
88
L2J_Mobius_C4/dist/db_installer/sql/merchants.sql
vendored
Normal file
88
L2J_Mobius_C4/dist/db_installer/sql/merchants.sql
vendored
Normal file
@ -0,0 +1,88 @@
|
||||
--
|
||||
-- Table structure for table `merchants`
|
||||
--
|
||||
DROP TABLE IF EXISTS merchants;
|
||||
CREATE TABLE `merchants` (
|
||||
`npc_id` int(11) NOT NULL default '0',
|
||||
`merchant_area_id` tinyint(4) default NULL,
|
||||
PRIMARY KEY (`npc_id`)
|
||||
);
|
||||
|
||||
--
|
||||
-- Dumping data for table `merchants`
|
||||
--
|
||||
|
||||
INSERT INTO `merchants` VALUES (1007001,1);
|
||||
INSERT INTO `merchants` VALUES (1007002,1);
|
||||
INSERT INTO `merchants` VALUES (1007003,1);
|
||||
INSERT INTO `merchants` VALUES (1007004,1);
|
||||
INSERT INTO `merchants` VALUES (1007060,6);
|
||||
INSERT INTO `merchants` VALUES (1007061,6);
|
||||
INSERT INTO `merchants` VALUES (1007062,6);
|
||||
INSERT INTO `merchants` VALUES (1007063,6);
|
||||
INSERT INTO `merchants` VALUES (1007078,7);
|
||||
INSERT INTO `merchants` VALUES (1007081,9);
|
||||
INSERT INTO `merchants` VALUES (1007082,9);
|
||||
INSERT INTO `merchants` VALUES (1007084,9);
|
||||
INSERT INTO `merchants` VALUES (1007085,9);
|
||||
INSERT INTO `merchants` VALUES (1007087,9);
|
||||
INSERT INTO `merchants` VALUES (1007088,9);
|
||||
INSERT INTO `merchants` VALUES (1007090,9);
|
||||
INSERT INTO `merchants` VALUES (1007091,9);
|
||||
INSERT INTO `merchants` VALUES (1007093,9);
|
||||
INSERT INTO `merchants` VALUES (1007094,9);
|
||||
INSERT INTO `merchants` VALUES (1007135,1);
|
||||
INSERT INTO `merchants` VALUES (1007136,1);
|
||||
INSERT INTO `merchants` VALUES (1007137,1);
|
||||
INSERT INTO `merchants` VALUES (1007138,1);
|
||||
INSERT INTO `merchants` VALUES (1007147,1);
|
||||
INSERT INTO `merchants` VALUES (1007148,1);
|
||||
INSERT INTO `merchants` VALUES (1007149,1);
|
||||
INSERT INTO `merchants` VALUES (1007150,1);
|
||||
INSERT INTO `merchants` VALUES (1007163,11);
|
||||
INSERT INTO `merchants` VALUES (1007164,11);
|
||||
INSERT INTO `merchants` VALUES (1007165,11);
|
||||
INSERT INTO `merchants` VALUES (1007166,11);
|
||||
INSERT INTO `merchants` VALUES (1007178,10);
|
||||
INSERT INTO `merchants` VALUES (1007179,10);
|
||||
INSERT INTO `merchants` VALUES (1007180,10);
|
||||
INSERT INTO `merchants` VALUES (1007181,10);
|
||||
INSERT INTO `merchants` VALUES (1007207,3);
|
||||
INSERT INTO `merchants` VALUES (1007208,3);
|
||||
INSERT INTO `merchants` VALUES (1007209,3);
|
||||
INSERT INTO `merchants` VALUES (1007230,8);
|
||||
INSERT INTO `merchants` VALUES (1007231,8);
|
||||
INSERT INTO `merchants` VALUES (1007253,4);
|
||||
INSERT INTO `merchants` VALUES (1007254,4);
|
||||
INSERT INTO `merchants` VALUES (1007294,4);
|
||||
INSERT INTO `merchants` VALUES (1007301,8);
|
||||
INSERT INTO `merchants` VALUES (1007313,3);
|
||||
INSERT INTO `merchants` VALUES (1007314,3);
|
||||
INSERT INTO `merchants` VALUES (1007315,3);
|
||||
INSERT INTO `merchants` VALUES (1007321,4);
|
||||
INSERT INTO `merchants` VALUES (1007420,2);
|
||||
INSERT INTO `merchants` VALUES (1007436,5);
|
||||
INSERT INTO `merchants` VALUES (1007437,5);
|
||||
INSERT INTO `merchants` VALUES (1007516,1);
|
||||
INSERT INTO `merchants` VALUES (1007517,1);
|
||||
INSERT INTO `merchants` VALUES (1007518,1);
|
||||
INSERT INTO `merchants` VALUES (1007519,1);
|
||||
INSERT INTO `merchants` VALUES (1007558,1);
|
||||
INSERT INTO `merchants` VALUES (1007559,1);
|
||||
INSERT INTO `merchants` VALUES (1007560,1);
|
||||
INSERT INTO `merchants` VALUES (1007561,1);
|
||||
INSERT INTO `merchants` VALUES (1007684,8);
|
||||
INSERT INTO `merchants` VALUES (1007746,8);
|
||||
INSERT INTO `merchants` VALUES (1007834,12);
|
||||
INSERT INTO `merchants` VALUES (1007839,13);
|
||||
INSERT INTO `merchants` VALUES (1007840,13);
|
||||
INSERT INTO `merchants` VALUES (1007841,13);
|
||||
INSERT INTO `merchants` VALUES (1007842,13);
|
||||
INSERT INTO `merchants` VALUES (112316,14);
|
||||
INSERT INTO `merchants` VALUES (112317,14);
|
||||
INSERT INTO `merchants` VALUES (112318,14);
|
||||
INSERT INTO `merchants` VALUES (112319,14);
|
||||
INSERT INTO `merchants` VALUES (112320,14);
|
||||
INSERT INTO `merchants` VALUES (112321,14);
|
||||
INSERT INTO `merchants` VALUES (112613,14);
|
||||
INSERT INTO `merchants` VALUES (112790,14);
|
428
L2J_Mobius_C4/dist/db_installer/sql/minions.sql
vendored
Normal file
428
L2J_Mobius_C4/dist/db_installer/sql/minions.sql
vendored
Normal file
@ -0,0 +1,428 @@
|
||||
--
|
||||
-- Table structure for table `minions`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `minions`;
|
||||
CREATE TABLE `minions` (
|
||||
`boss_id` int(11) NOT NULL default '0',
|
||||
`minion_id` int(11) NOT NULL default '0',
|
||||
`amount_min` int(4) NOT NULL default '0',
|
||||
`amount_max` int(4) NOT NULL default '0',
|
||||
PRIMARY KEY (`boss_id`,`minion_id`)
|
||||
);
|
||||
|
||||
--
|
||||
-- Dumping data for table `minions`
|
||||
--
|
||||
|
||||
-- c1 mobs
|
||||
INSERT INTO `minions` VALUES
|
||||
(117,118,1,3),
|
||||
(376,377,1,2),
|
||||
(398,399,1,2),
|
||||
(520,445,3,5),
|
||||
(522,524,2,4),
|
||||
(738,739,3,5),
|
||||
(745,746,1,2),
|
||||
(747,748,1,2),
|
||||
(749,750,1,2),
|
||||
(751,752,3,3),
|
||||
(753,1040,4,4),
|
||||
(758,759,1,1),
|
||||
(758,760,1,1),
|
||||
(761,762,2,3),
|
||||
(763,764,1,1),
|
||||
(763,765,1,1),
|
||||
(763,766,1,1),
|
||||
(767,768,1,1),
|
||||
(767,769,1,1),
|
||||
(767,770,1,1),
|
||||
(771,772,1,3),
|
||||
(773,774,2,4),
|
||||
(779,750,1,3),
|
||||
(930,928,1,1),
|
||||
(930,929,1,1),
|
||||
(933,931,1,1),
|
||||
(933,932,1,1),
|
||||
(935,934,1,3),
|
||||
(936,937,1,1),
|
||||
(936,938,1,1),
|
||||
(936,939,1,1),
|
||||
(941,940,3,3),
|
||||
(944,942,1,1),
|
||||
(944,943,2,2),
|
||||
(947,945,1,2),
|
||||
(947,946,1,2),
|
||||
(950,948,1,2),
|
||||
(950,949,1,2),
|
||||
(953,951,1,2),
|
||||
(953,952,1,2),
|
||||
(956,954,1,2),
|
||||
(956,955,1,2),
|
||||
(959,957,1,2),
|
||||
(959,958,1,2),
|
||||
(963,960,1,1),
|
||||
(963,961,1,1),
|
||||
(963,962,1,1),
|
||||
(966,964,1,2),
|
||||
(966,965,1,2),
|
||||
(969,967,1,2),
|
||||
(969,968,1,2),
|
||||
(973,970,1,1),
|
||||
(973,971,1,1),
|
||||
(973,972,1,1),
|
||||
(974,975,1,2),
|
||||
(974,976,1,2),
|
||||
(977,978,1,1),
|
||||
(977,979,1,1),
|
||||
(980,981,1,1),
|
||||
(980,982,1,1),
|
||||
(983,984,1,1),
|
||||
(983,985,1,1),
|
||||
(983,1074,1,1),
|
||||
(986,987,1,2),
|
||||
(986,988,1,2),
|
||||
(989,990,1,1),
|
||||
(991,992,1,2),
|
||||
(991,993,1,2),
|
||||
(994,995,3,4);
|
||||
|
||||
INSERT INTO `minions` VALUES
|
||||
(1058,1059,1,2),
|
||||
(1058,1060,1,2),
|
||||
(1075,1076,1,1),
|
||||
(1075,1077,1,2),
|
||||
(1078,1079,1,1),
|
||||
(1078,1080,1,2),
|
||||
(1081,1082,1,1),
|
||||
(1081,1083,1,3),
|
||||
(1090,1091,1,1),
|
||||
(1090,1092,1,1),
|
||||
(1312,1313,2,2),
|
||||
(1343,1344,2,2),
|
||||
(1345,1346,2,2),
|
||||
(1347,1348,1,1),
|
||||
(1347,1349,1,1),
|
||||
(1369,1370,2,2),
|
||||
(1371,1372,2,2),
|
||||
(1373,1374,1,1),
|
||||
(1373,1375,1,1),
|
||||
(1541,1542,1,1),
|
||||
(1541,1543,1,1),
|
||||
(1544,1545,1,1),
|
||||
(1544,1546,1,1),
|
||||
(1596,1597,1,1),
|
||||
(1596,1598,1,1),
|
||||
(1599,1600,1,1),
|
||||
(1599,1601,1,1),
|
||||
(5021,492,6,8),
|
||||
(5022,367,1,3),
|
||||
(5036,5037,2,3),
|
||||
(5110,5111,3,5),
|
||||
(5113,5111,3,6);
|
||||
|
||||
-- raid bosses
|
||||
INSERT INTO `minions` VALUES
|
||||
(10001,10002,3,3),
|
||||
(10001,10003,1,1),
|
||||
(10004,10005,3,3),
|
||||
(10004,10006,2,2),
|
||||
(10007,10008,2,2),
|
||||
(10007,10009,2,2),
|
||||
(10010,10011,3,3),
|
||||
(10010,10012,2,2),
|
||||
(10013,10014,1,1),
|
||||
(10013,10015,4,4),
|
||||
(10016,10017,2,2),
|
||||
(10016,10018,2,2),
|
||||
(10217,10218,3,3),
|
||||
(10217,10219,2,2),
|
||||
(10020,10021,2,2),
|
||||
(10020,10022,2,2),
|
||||
(10023,10024,1,1),
|
||||
(10023,10025,4,4),
|
||||
(10026,10027,3,3),
|
||||
(10026,10028,2,2),
|
||||
(10029,10030,2,2),
|
||||
(10029,10031,2,2),
|
||||
(10032,10033,3,3),
|
||||
(10032,10034,1,1),
|
||||
(10035,10036,3,3),
|
||||
(10035,10037,2,2),
|
||||
(10038,10039,1,1),
|
||||
(10038,10040,4,4),
|
||||
(10041,10042,3,3),
|
||||
(10041,10043,2,2),
|
||||
(10044,10045,2,2),
|
||||
(10044,10046,2,2),
|
||||
(10047,10048,1,1),
|
||||
(10047,10049,4,4),
|
||||
(10051,10052,2,2),
|
||||
(10051,10053,2,2),
|
||||
(10054,10055,1,1),
|
||||
(10054,10056,4,4),
|
||||
(10057,10058,3,3),
|
||||
(10057,10059,2,2),
|
||||
(10060,10061,3,3),
|
||||
(10060,10062,1,1),
|
||||
(10064,10065,1,1),
|
||||
(10064,10066,4,4),
|
||||
(10067,10068,3,3),
|
||||
(10067,10069,2,2),
|
||||
(10070,10071,3,3),
|
||||
(10073,10074,2,2),
|
||||
(10076,10077,1,1),
|
||||
(10079,10080,2,2),
|
||||
(10070,10072,1,1),
|
||||
(10073,10075,2,2),
|
||||
(10076,10078,4,4),
|
||||
(10079,10081,2,2),
|
||||
(10082,10083,3,3),
|
||||
(10082,10084,1,1),
|
||||
(10085,10086,3,3),
|
||||
(10085,10087,2,2),
|
||||
(10089,10090,3,3),
|
||||
(10089,10091,1,1),
|
||||
(10092,10093,1,1),
|
||||
(10092,10094,4,4),
|
||||
(10095,10096,3,3),
|
||||
(10095,10097,1,1),
|
||||
(10099,10100,2,2),
|
||||
(10099,10101,2,2),
|
||||
(10103,10104,1,1),
|
||||
(10103,10105,4,4),
|
||||
(10106,10107,3,3),
|
||||
(10106,10108,2,2),
|
||||
(10109,10110,3,3),
|
||||
(10109,10111,1,1),
|
||||
(10112,10113,3,3),
|
||||
(10112,10114,1,1),
|
||||
(10115,10116,3,3),
|
||||
(10115,10117,2,2),
|
||||
(10119,10120,3,3),
|
||||
(10119,10121,1,1),
|
||||
(10122,10123,1,1),
|
||||
(10122,10124,4,4),
|
||||
(10128,10129,3,3),
|
||||
(10128,10130,1,1),
|
||||
(10131,10132,3,3),
|
||||
(10131,10133,2,2),
|
||||
(10134,10135,2,2),
|
||||
(10134,10136,2,2),
|
||||
(10137,10138,3,3),
|
||||
(10137,10139,1,1),
|
||||
(10140,10141,1,1),
|
||||
(10140,10142,4,4),
|
||||
(10143,10144,2,2),
|
||||
(10143,10145,2,2),
|
||||
(10146,10147,3,3),
|
||||
(10146,10148,2,2),
|
||||
(10149,10150,3,3),
|
||||
(10149,10151,2,2),
|
||||
(10152,10153,1,1),
|
||||
(10152,10154,4,4),
|
||||
(10155,10156,3,3),
|
||||
(10155,10157,1,1),
|
||||
(10159,10160,2,2),
|
||||
(10159,10161,2,2),
|
||||
(10163,10164,3,3),
|
||||
(10163,10165,2,2),
|
||||
(10166,10167,2,2),
|
||||
(10166,10168,2,2),
|
||||
(10170,10171,3,3),
|
||||
(10170,10172,2,2),
|
||||
(10173,10174,2,2),
|
||||
(10173,10175,2,2),
|
||||
(10176,10177,1,2),
|
||||
(10176,10178,1,2),
|
||||
(10179,10180,1,2),
|
||||
(10179,10181,1,2),
|
||||
(10182,10183,2,2),
|
||||
(10182,10184,2,2),
|
||||
(10185,10186,3,3),
|
||||
(10185,10187,2,2),
|
||||
(10189,10190,3,3),
|
||||
(10189,10191,1,1),
|
||||
(10192,10193,1,1),
|
||||
(10192,10194,4,4),
|
||||
(10199,10200,3,3),
|
||||
(10199,10201,1,1),
|
||||
(10202,10203,2,2),
|
||||
(10202,10204,2,2),
|
||||
(10205,10206,1,1),
|
||||
(10205,10207,4,4),
|
||||
(10208,10209,3,3),
|
||||
(10208,10210,1,1),
|
||||
(10211,10212,3,3),
|
||||
(10211,10213,2,2),
|
||||
(10214,10215,3,3),
|
||||
(10214,10216,1,1),
|
||||
(10220,10221,1,2),
|
||||
(10220,10222,1,2),
|
||||
(10223,10224,3,3),
|
||||
(10223,10225,1,1),
|
||||
(10226,10227,2,2),
|
||||
(10226,10228,2,2),
|
||||
(10230,10231,1,1),
|
||||
(10230,10232,4,4),
|
||||
(10235,10236,2,2),
|
||||
(10235,10237,2,2),
|
||||
(10238,10239,1,2),
|
||||
(10238,10240,1,2),
|
||||
(10241,10242,3,3),
|
||||
(10241,10243,2,2),
|
||||
(10245,10246,1,1),
|
||||
(10245,10247,4,4),
|
||||
(10249,10250,2,3),
|
||||
(10249,10251,1,1),
|
||||
(10252,10253,3,3),
|
||||
(10252,10254,1,1),
|
||||
(10256,10257,3,3),
|
||||
(10256,10258,2,2),
|
||||
(10260,10261,3,3),
|
||||
(10260,10262,2,2),
|
||||
(10263,10264,1,1),
|
||||
(10263,10265,1,3),
|
||||
(10266,10267,4,4),
|
||||
(10266,10268,1,1),
|
||||
(10269,10270,3,3),
|
||||
(10269,10271,2,2),
|
||||
(10273,10274,3,3),
|
||||
(10273,10275,1,1),
|
||||
(10277,10278,2,2),
|
||||
(10277,10279,2,2),
|
||||
(10283,10284,3,3),
|
||||
(10283,10285,1,1),
|
||||
(10286,10287,2,2),
|
||||
(10286,10288,1,1),
|
||||
(10286,10289,1,1),
|
||||
(10290,10291,3,3),
|
||||
(10290,10292,1,1),
|
||||
(10293,10294,1,1),
|
||||
(10293,10295,4,4),
|
||||
(10296,10297,3,3),
|
||||
(10296,10298,1,1),
|
||||
(10299,10300,3,3),
|
||||
(10299,10301,2,2),
|
||||
(10302,10303,3,3),
|
||||
(10302,10304,1,1),
|
||||
(10306,10307,1,1),
|
||||
(10306,10308,4,4),
|
||||
(10309,10310,1,1),
|
||||
(10309,10311,4,4),
|
||||
(10312,10313,2,2),
|
||||
(10312,10314,2,2),
|
||||
(10316,10317,1,1),
|
||||
(10316,10318,4,4),
|
||||
(10319,10320,3,3),
|
||||
(10319,10321,1,1),
|
||||
(10322,10323,3,3),
|
||||
(10322,10324,1,1),
|
||||
(10325,10326,1,1),
|
||||
(10325,10327,4,4),
|
||||
(10328,10329,1,1),
|
||||
(10328,10330,1,1),
|
||||
(10328,10331,1,1),
|
||||
(10328,10332,1,1),
|
||||
(10339,10340,2,2),
|
||||
(10339,10341,2,2),
|
||||
(10342,10343,1,1),
|
||||
(10342,10344,1,1),
|
||||
(10342,10345,2,2),
|
||||
(10346,10347,3,3),
|
||||
(10346,10348,1,1),
|
||||
(10349,10350,3,3),
|
||||
(10349,10351,1,1),
|
||||
(10352,10353,3,3),
|
||||
(10354,10355,4,4),
|
||||
(10354,10356,1,1),
|
||||
(10357,10358,2,2),
|
||||
(10357,10359,1,1),
|
||||
(10360,10361,3,3),
|
||||
(10362,10363,2,2),
|
||||
(10362,10364,3,3),
|
||||
(10366,10367,2,2),
|
||||
(10366,10368,1,1),
|
||||
(10369,10370,1,1),
|
||||
(10369,10371,4,4),
|
||||
(10373,10374,3,3),
|
||||
(10375,10376,2,2),
|
||||
(10375,10377,1,1),
|
||||
(10378,10379,3,3),
|
||||
(10380,10381,1,1),
|
||||
(10380,10382,4,4),
|
||||
(10383,10384,3,3),
|
||||
(10385,10386,1,1),
|
||||
(10385,10387,4,4),
|
||||
(10388,10389,3,3),
|
||||
(10388,10390,2,2),
|
||||
(10392,10393,3,3),
|
||||
(10395,10396,1,1),
|
||||
(10395,10397,2,2),
|
||||
(10398,10399,3,3),
|
||||
(10398,10400,1,1),
|
||||
(10401,10402,1,1),
|
||||
(10401,10403,3,3),
|
||||
(10404,10405,2,2),
|
||||
(10404,10406,1,1),
|
||||
(10407,10408,1,1),
|
||||
(10407,10409,2,2),
|
||||
(10410,10411,3,3),
|
||||
(10412,10413,3,3),
|
||||
(10412,10414,2,2),
|
||||
(10415,10416,3,3),
|
||||
(10415,10417,1,1),
|
||||
(10418,10419,3,3),
|
||||
(10420,10421,3,3),
|
||||
(10420,10422,1,1),
|
||||
(10423,10424,4,4),
|
||||
(10423,10425,1,1),
|
||||
(10426,10427,2,2),
|
||||
(10426,10428,1,1),
|
||||
(10429,10430,6,9),
|
||||
(10431,10432,2,2),
|
||||
(10431,10433,2,2),
|
||||
(10434,10435,1,1),
|
||||
(10434,10436,3,3),
|
||||
(10438,10439,1,1),
|
||||
(10438,10440,3,3),
|
||||
(10441,10442,4,4),
|
||||
(10441,10443,1,1),
|
||||
(10444,10445,3,3),
|
||||
(10444,10446,2,2),
|
||||
(10447,10448,2,2),
|
||||
(10447,10449,2,2),
|
||||
(10450,10451,3,3),
|
||||
(10450,10452,1,1),
|
||||
(10453,10454,3,3),
|
||||
(10453,10455,1,1),
|
||||
(10456,10457,1,1),
|
||||
(10456,10458,2,2),
|
||||
(10456,10459,1,1),
|
||||
(10460,10461,2,2),
|
||||
(10460,10462,1,1),
|
||||
(10463,10464,1,1),
|
||||
(10463,10465,1,1),
|
||||
(10463,10466,1,1),
|
||||
(10467,10468,4,4),
|
||||
(10467,10469,1,1),
|
||||
(10470,10471,3,3),
|
||||
(10470,10472,1,1),
|
||||
(10473,10474,3,3),
|
||||
(10475,10476,3,3),
|
||||
(10475,10477,2,2),
|
||||
(10478,10479,3,3),
|
||||
(10478,10480,1,1),
|
||||
(10481,10482,2,2),
|
||||
(10481,10483,1,1),
|
||||
(10484,10485,1,1),
|
||||
(10484,10486,2,2),
|
||||
(10487,10488,3,3),
|
||||
(10487,10489,1,1),
|
||||
(10490,10491,3,3),
|
||||
(10490,10492,1,2),
|
||||
(10493,10494,1,1),
|
||||
(10493,10495,4,4),
|
||||
(10496,10497,3,3),
|
||||
(10498,10499,1,1),
|
||||
(10498,10500,4,4);
|
5932
L2J_Mobius_C4/dist/db_installer/sql/npc.sql
vendored
Normal file
5932
L2J_Mobius_C4/dist/db_installer/sql/npc.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
69
L2J_Mobius_C4/dist/db_installer/sql/npc_buffer.sql
vendored
Normal file
69
L2J_Mobius_C4/dist/db_installer/sql/npc_buffer.sql
vendored
Normal file
@ -0,0 +1,69 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for npc_buffer
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `npc_buffer`;
|
||||
CREATE TABLE `npc_buffer` (
|
||||
`id` int(6) NOT NULL AUTO_INCREMENT,
|
||||
`skill_id` int(6) NOT NULL,
|
||||
`skill_level` int(6) NOT NULL DEFAULT 1,
|
||||
`skill_fee_id` int(6) NOT NULL DEFAULT 0,
|
||||
`skill_fee_amount` int(6) NOT NULL DEFAULT 0,
|
||||
`buff_group` int(6) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`id`,`skill_id`,`buff_group`)
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
||||
INSERT INTO npc_buffer VALUES
|
||||
(1, 264, 1, 0, 0, 264),
|
||||
(2, 265, 1, 0, 0, 265),
|
||||
(3, 266, 1, 0, 0, 266),
|
||||
(4, 267, 1, 0, 0, 267),
|
||||
(5, 268, 1, 0, 0, 268),
|
||||
(6, 269, 1, 0, 0, 269),
|
||||
(7, 270, 1, 0, 0, 270),
|
||||
(8, 271, 1, 0, 0, 271),
|
||||
(9, 272, 1, 0, 0, 272),
|
||||
(10, 273, 1, 0, 0, 273),
|
||||
(11, 274, 1, 0, 0, 274),
|
||||
(12, 275, 1, 0, 0, 275),
|
||||
(13, 276, 1, 0, 0, 276),
|
||||
(14, 277, 1, 0, 0, 277),
|
||||
(15, 304, 1, 0, 0, 304),
|
||||
(16, 305, 1, 0, 0, 305),
|
||||
(17, 306, 1, 0, 0, 306),
|
||||
(18, 307, 1, 0, 0, 307),
|
||||
(19, 308, 1, 0, 0, 308),
|
||||
(20, 309, 1, 0, 0, 309),
|
||||
(21, 310, 1, 0, 0, 310),
|
||||
(22, 311, 1, 0, 0, 311),
|
||||
(23, 349, 1, 0, 0, 349),
|
||||
(24, 363, 1, 0, 0, 363),
|
||||
(25, 364, 1, 0, 0, 364),
|
||||
(26, 366, 1, 0, 0, 366),
|
||||
(27, 367, 1, 0, 0, 367),
|
||||
(28, 1032, 1, 0, 0, 1032),
|
||||
(29, 1033, 1, 0, 0, 1033),
|
||||
(30, 1035, 1, 0, 0, 1035),
|
||||
(31, 1036, 1, 0, 0, 1036),
|
||||
(32, 1040, 1, 0, 0, 1040),
|
||||
(33, 1043, 1, 0, 0, 1043),
|
||||
(34, 1044, 1, 0, 0, 1044),
|
||||
(35, 1045, 1, 0, 0, 1045),
|
||||
(36, 1048, 1, 0, 0, 1048),
|
||||
(37, 1059, 1, 0, 0, 1059),
|
||||
(38, 1062, 1, 0, 0, 1062),
|
||||
(39, 1068, 1, 0, 0, 1068),
|
||||
(40, 1077, 1, 0, 0, 1077),
|
||||
(41, 1078, 1, 0, 0, 1078),
|
||||
(42, 1085, 1, 0, 0, 1085),
|
||||
(43, 1086, 1, 0, 0, 1086),
|
||||
(44, 1182, 1, 0, 0, 1182),
|
||||
(45, 1189, 1, 0, 0, 1189),
|
||||
(46, 1191, 1, 0, 0, 1191),
|
||||
(47, 1204, 1, 0, 0, 1204),
|
||||
(48, 1240, 1, 0, 0, 1240),
|
||||
(49, 1242, 1, 0, 0, 1242),
|
||||
(50, 1243, 1, 0, 0, 1243),
|
||||
(51, 1303, 1, 0, 0, 1303);
|
28113
L2J_Mobius_C4/dist/db_installer/sql/npcskills.sql
vendored
Normal file
28113
L2J_Mobius_C4/dist/db_installer/sql/npcskills.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
L2J_Mobius_C4/dist/db_installer/sql/olympiad_nobles.sql
vendored
Normal file
9
L2J_Mobius_C4/dist/db_installer/sql/olympiad_nobles.sql
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
CREATE TABLE IF NOT EXISTS `olympiad_nobles` (
|
||||
`char_id` decimal(11,0) NOT NULL default '0',
|
||||
`class_id` decimal(3,0) NOT NULL default '0',
|
||||
`olympiad_points` decimal(10,0) NOT NULL default '0',
|
||||
`competitions_done` decimal(3,0) NOT NULL default '0',
|
||||
`competitions_won` decimal(3,0) NOT NULL default '0',
|
||||
`competitions_lost` decimal(3,0) NOT NULL default '0',
|
||||
PRIMARY KEY (`char_id`)
|
||||
);
|
18
L2J_Mobius_C4/dist/db_installer/sql/pets.sql
vendored
Normal file
18
L2J_Mobius_C4/dist/db_installer/sql/pets.sql
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for pets
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS pets (
|
||||
item_obj_id decimal(11) NOT NULL default 0,
|
||||
name varchar(16) ,
|
||||
level decimal(11) ,
|
||||
curHp decimal(18,0) ,
|
||||
curMp decimal(18,0) ,
|
||||
exp decimal(20) ,
|
||||
sp decimal(11) ,
|
||||
maxload decimal(11) ,
|
||||
fed decimal(11) ,
|
||||
weapon int(5) ,
|
||||
armor int(5) ,
|
||||
jewel int(5) ,
|
||||
PRIMARY KEY (item_obj_id)
|
||||
);
|
1009
L2J_Mobius_C4/dist/db_installer/sql/pets_stats.sql
vendored
Normal file
1009
L2J_Mobius_C4/dist/db_installer/sql/pets_stats.sql
vendored
Normal file
File diff suppressed because it is too large
Load Diff
12
L2J_Mobius_C4/dist/db_installer/sql/posts.sql
vendored
Normal file
12
L2J_Mobius_C4/dist/db_installer/sql/posts.sql
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for posts
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `posts` (
|
||||
`post_id` int(8) NOT NULL default '0',
|
||||
`post_owner_name` varchar(255) NOT NULL default '',
|
||||
`post_ownerid` int(8) NOT NULL default '0',
|
||||
`post_date` decimal(20,0) NOT NULL default '0',
|
||||
`post_topic_id` int(8) NOT NULL default '0',
|
||||
`post_forum_id` int(8) NOT NULL default '0',
|
||||
`post_txt` text NOT NULL
|
||||
);
|
12
L2J_Mobius_C4/dist/db_installer/sql/quest_global_data.sql
vendored
Normal file
12
L2J_Mobius_C4/dist/db_installer/sql/quest_global_data.sql
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for global quest data (i.e. quest data not particular to a player)
|
||||
-- Note: We had considered using character_quests with char_id = 0 for this, but decided
|
||||
-- against it, primarily for aesthetic purposes, cleaningness of code, expectability, and
|
||||
-- to keep char-related data purely as char-related data, global purely as global.
|
||||
-- ----------------------------
|
||||
CREATE TABLE IF NOT EXISTS `quest_global_data` (
|
||||
`quest_name` VARCHAR(40) NOT NULL DEFAULT '',
|
||||
`var` VARCHAR(20) NOT NULL DEFAULT '',
|
||||
`value` VARCHAR(255) ,
|
||||
PRIMARY KEY (`quest_name`,`var`)
|
||||
);
|
203
L2J_Mobius_C4/dist/db_installer/sql/raidboss_spawnlist.sql
vendored
Normal file
203
L2J_Mobius_C4/dist/db_installer/sql/raidboss_spawnlist.sql
vendored
Normal file
@ -0,0 +1,203 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for raidboss_spawnlist
|
||||
-- ----------------------------
|
||||
|
||||
DROP TABLE IF EXISTS `raidboss_spawnlist`;
|
||||
CREATE TABLE `raidboss_spawnlist` (
|
||||
`boss_id` int(11) NOT NULL DEFAULT 0,
|
||||
`amount` int(11) NOT NULL DEFAULT 0,
|
||||
`loc_x` int(11) NOT NULL DEFAULT 0,
|
||||
`loc_y` int(11) NOT NULL DEFAULT 0,
|
||||
`loc_z` int(11) NOT NULL DEFAULT 0,
|
||||
`heading` int(11) NOT NULL DEFAULT 0,
|
||||
`respawn_min_delay` int(11) NOT NULL DEFAULT 43200,
|
||||
`respawn_max_delay` int(11) NOT NULL DEFAULT 129600,
|
||||
`respawn_time` bigint(20) NOT NULL DEFAULT 0,
|
||||
`currentHp` decimal(8,0) DEFAULT NULL,
|
||||
`currentMp` decimal(8,0) DEFAULT NULL,
|
||||
PRIMARY KEY (`boss_id`,`loc_x`,`loc_y`,`loc_z`)
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
||||
INSERT INTO `raidboss_spawnlist` VALUES
|
||||
(10001, 1, -54464, 146572, -2400, 0, 43200, 129600, 0, 23712, 514),
|
||||
(10004, 1, -94101, 100238, -3012, 0, 43200, 129600, 0, 66433, 732),
|
||||
(10007, 1, 124240, 75376, -2800, 0, 43200, 129600, 0, 100965, 1178),
|
||||
(10010, 1, 113920, 52960, -3735, 0, 43200, 129600, 0, 153521, 1976),
|
||||
(10013, 1, 169744, 11920, -2732, 0, 43200, 129600, 0, 132487, 1660),
|
||||
(10016, 1, 76787, 245775, -10376, 0, 43200, 129600, 0, 94188, 2302),
|
||||
(10019, 1, 7352, 169433, -3172, 0, 43200, 129600, 0, 52415, 576),
|
||||
(10020, 1, 90365, 125716, -1632, 0, 43200, 129600, 0, 39603, 860),
|
||||
(10023, 1, 27181, 101830, -3192, 0, 43200, 129600, 0, 73549, 860),
|
||||
(10026, 1, 92976, 7920, -3914, 0, 43200, 129600, 0, 69124, 1598),
|
||||
(10029, 1, 54941, 206705, -3728, 0, 43200, 129600, 0, 156190, 1848),
|
||||
(10032, 1, 88532, 245798, -10376, 25874, 43200, 129600, 0, 186648, 2640),
|
||||
(10035, 1, 180968, 12035, -2720, 0, 43200, 129600, 0, 241630, 2988),
|
||||
(10038, 1, -57366, 186276, -4804, 0, 43200, 129600, 0, 30283, 668),
|
||||
(10041, 1, 10525, 126890, -3132, 0, 43200, 129600, 0, 41308, 894),
|
||||
(10044, 1, 107792, 27728, -3488, 0, 43200, 129600, 0, 64765, 1476),
|
||||
(10047, 1, 116352, 27648, -3319, 0, 43200, 129600, 0, 69124, 1598),
|
||||
(10050, 1, 125520, 27216, -3632, 0, 43200, 129600, 0, 126124, 1722),
|
||||
(10051, 1, 117760, -9072, -3264, 0, 43200, 129600, 0, 186648, 2640),
|
||||
(10054, 1, 113432, 16403, 3960, 0, 43200, 129600, 0, 250509, 3348),
|
||||
(10057, 1, 107056, 168176, -3456, 0, 43200, 129600, 0, 60514, 1356),
|
||||
(10060, 1, -60428, 188264, -4512, 0, 43200, 129600, 0, 21374, 546),
|
||||
(10063, 1, -91009, 116339, -2908, 0, 43200, 129600, 0, 82617, 894),
|
||||
(10064, 1, 92528, 84752, -3703, 0, 43200, 129600, 0, 50445, 1062),
|
||||
(10067, 1, 94992, -23168, -2176, 0, 43200, 129600, 0, 140823, 1784),
|
||||
(10070, 1, 125600, 50100, -3600, 0, 43200, 129600, 0, 82665, 1976),
|
||||
(10073, 1, 143265, 110044, -3944, 0, 43200, 129600, 0, 239476, 2918),
|
||||
(10076, 1, -61041, 127347, -2512, 0, 43200, 129600, 0, 26207, 576),
|
||||
(10079, 1, 53794, 102660, -529, 0, 43200, 129600, 0, 61688, 732),
|
||||
(10082, 1, 88554, 140646, -2960, 0, 43200, 129600, 0, 48537, 1028),
|
||||
(10085, 1, 66944, 67504, -3704, 0, 43200, 129600, 0, 108514, 1296),
|
||||
(10088, 1, 90848, 16368, -5296, 0, 43200, 129600, 0, 211294, 1238),
|
||||
(10089, 1, 165424, 93776, -2992, 0, 43200, 129600, 0, 91885, 2236),
|
||||
(10092, 1, 116151, 16227, 1944, 0, 43200, 129600, 0, 196324, 2988),
|
||||
(10095, 1, -37799, 198120, -2200, 0, 43200, 129600, 0, 31723, 700),
|
||||
(10098, 1, 123570, 133506, -3156, 0, 43200, 129600, 0, 82617, 894),
|
||||
(10099, 1, 64048, 16048, -3536, 0, 43200, 129600, 0, 58430, 1296),
|
||||
(10102, 1, 113840, 84256, -2480, 0, 43200, 129600, 0, 121028, 1356),
|
||||
(10103, 1, 135872, 94592, -3735, 0, 43200, 129600, 0, 82665, 1976),
|
||||
(10106, 1, 173880, -11412, -2880, 0, 43200, 129600, 0, 98098, 2502),
|
||||
(10109, 1, 152660, 110387, -5520, 0, 43200, 129600, 0, 248996, 3274),
|
||||
(10112, 1, 116219, 139458, -3124, 0, 43200, 129600, 0, 33216, 732),
|
||||
(10115, 1, 94000, 197500, -3300, 0, 43200, 129600, 0, 93684, 1062),
|
||||
(10118, 1, 50883, 146764, -3077, 0, 43200, 129600, 0, 82617, 894),
|
||||
(10119, 1, 121872, 64032, -3536, 0, 43200, 129600, 0, 163059, 1660),
|
||||
(10122, 1, 86300, -8200, -3000, 0, 43200, 129600, 0, 84968, 2040),
|
||||
(10125, 1, 170656, 85184, -2000, 0, 43200, 129600, 0, 318636, 2640),
|
||||
(10126, 1, 116263, 15916, 6992, 0, 43200, 129600, 0, 386945, 3644),
|
||||
(10127, 1, -47634, 219274, -1936, 0, 43200, 129600, 0, 49872, 546),
|
||||
(10128, 1, 17671, 179134, -3016, 0, 43200, 129600, 0, 37942, 828),
|
||||
(10131, 1, 75488, -9360, -2720, 0, 43200, 129600, 0, 71339, 1660),
|
||||
(10134, 1, 87536, 75872, -3591, 0, 43200, 129600, 0, 50445, 1062),
|
||||
(10137, 1, 125280, 102576, -3305, 0, 43200, 129600, 0, 82665, 1976),
|
||||
(10140, 1, 191975, 56959, -7616, 0, 43200, 129600, 0, 186648, 2640),
|
||||
(10143, 1, 113102, 16002, 6992, 0, 43200, 129600, 0, 255158, 3644),
|
||||
(10146, 1, -13698, 213796, -3300, 0, 43200, 129600, 0, 18330, 456),
|
||||
(10149, 1, -12652, 138200, -3120, 0, 43200, 129600, 0, 26207, 576),
|
||||
(10152, 1, 43787, 124067, -2512, 0, 43200, 129600, 0, 41308, 894),
|
||||
(10155, 1, 73520, 66912, -3728, 0, 43200, 129600, 0, 100890, 1062),
|
||||
(10158, 1, 77104, 5408, -3088, 0, 43200, 129600, 0, 235690, 1538),
|
||||
(10159, 1, 124984, 43200, -3625, 0, 43200, 129600, 0, 80375, 1912),
|
||||
(10162, 1, 194107, 53884, -4368, 0, 43200, 129600, 0, 294240, 2302),
|
||||
(10163, 1, 130500, 59098, 3584, 0, 43200, 129600, 0, 241630, 2988),
|
||||
(10166, 1, -21778, 152065, -2636, 0, 43200, 129600, 0, 48671, 576),
|
||||
(10169, 1, -54517, 170321, -2700, 0, 43200, 129600, 0, 123377, 732),
|
||||
(10170, 1, 26108, 122256, -3488, 0, 43200, 129600, 0, 46672, 994),
|
||||
(10173, 1, 75968, 110784, -2512, 0, 43200, 129600, 0, 60514, 1356),
|
||||
(10176, 1, 92544, 115232, -3200, 0, 43200, 129600, 0, 82665, 1976),
|
||||
(10179, 1, 181814, 52379, -4344, 0, 43200, 129600, 0, 94188, 2302),
|
||||
(10182, 1, 41966, 215417, -3728, 0, 43200, 129600, 0, 100502, 2707),
|
||||
(10185, 1, 88143, 166365, -3388, 0, 43200, 129600, 0, 41308, 894),
|
||||
(10188, 1, 88102, 176262, -3012, 0, 43200, 129600, 0, 66433, 732),
|
||||
(10189, 1, 68677, 203149, -3192, 0, 43200, 129600, 0, 39603, 860),
|
||||
(10192, 1, 125920, 190208, -3291, 0, 43200, 129600, 0, 56386, 1238),
|
||||
(10198, 1, 102656, 157424, -3735, 0, 43200, 129600, 0, 343032, 2988),
|
||||
(10199, 1, 108096, 157408, -3688, 0, 43200, 129600, 0, 214875, 3130),
|
||||
(10202, 1, 119760, 157392, -3744, 0, 43200, 129600, 0, 248996, 3274),
|
||||
(10205, 1, 123808, 153408, -3671, 0, 43200, 129600, 0, 220403, 3420),
|
||||
(10208, 1, 73776, 201552, -3760, 0, 43200, 129600, 0, 50445, 1062),
|
||||
(10211, 1, 76461, 193228, -3208, 0, 43200, 129600, 0, 43053, 928),
|
||||
(10214, 1, 112112, 209936, -3616, 0, 43200, 129600, 0, 50445, 1062),
|
||||
(10217, 1, 89904, 105712, -3292, 0, 43200, 129600, 0, 71339, 1660),
|
||||
(10220, 1, 113551, 17083, -2120, 0, 43200, 129600, 0, 247349, 3202),
|
||||
(10223, 1, 43062, 152492, -2294, 0, 43200, 129600, 0, 41308, 894),
|
||||
(10226, 1, 104240, -3664, -3392, 0, 43200, 129600, 0, 193664, 2436),
|
||||
(10229, 1, 137568, -19488, -3552, 0, 43200, 129600, 0, 367428, 3348),
|
||||
(10230, 1, 66672, 46704, -3920, 0, 43200, 129600, 0, 87272, 2104),
|
||||
(10233, 1, 185800, -26500, -2000, 0, 43200, 129600, 0, 209541, 2918),
|
||||
(10234, 1, 120080, 111248, -3047, 0, 43200, 129600, 0, 201006, 2640),
|
||||
(10235, 1, 116400, -62528, -3264, 0, 43200, 129600, 0, 245570, 3130),
|
||||
(10238, 1, 159841, 38370, -3648, 0, 43200, 129600, 0, 102733, 2778),
|
||||
(10241, 1, 165984, 88048, -2384, 0, 43200, 129600, 0, 153521, 1976),
|
||||
(10244, 1, 187360, 45840, -5856, 0, 43200, 129600, 0, 367428, 3348),
|
||||
(10245, 1, 172000, 55000, -5400, 0, 43200, 129600, 0, 206546, 3568),
|
||||
(10248, 1, 127903, -13399, -3720, 0, 43200, 129600, 0, 352790, 3130),
|
||||
(10249, 1, 147104, -20560, -3377, 0, 43200, 129600, 0, 219192, 3348),
|
||||
(10252, 1, 192376, 22087, -3608, 0, 43200, 129600, 0, 211425, 2988),
|
||||
(10255, 1, 170048, -24896, -3440, 0, 43200, 129600, 0, 318636, 2640),
|
||||
(10256, 1, 170320, 42640, -4832, 0, 43200, 129600, 0, 94188, 2302),
|
||||
(10259, 1, 42050, 208107, -3752, 0, 43200, 129600, 0, 269844, 1976),
|
||||
(10260, 1, 93120, 19440, -3607, 0, 43200, 129600, 0, 112383, 1356),
|
||||
(10263, 1, 144400, -28192, -1920, 0, 43200, 129600, 0, 190791, 2778),
|
||||
(10266, 1, 188983, 13647, -2672, 0, 43200, 129600, 0, 250509, 3348),
|
||||
(10269, 1, 123504, -23696, -3481, 0, 43200, 129600, 0, 211425, 2988),
|
||||
(10272, 1, 49194, 127999, -3161, 0, 43200, 129600, 0, 60567, 668),
|
||||
(10276, 1, 154088, -14116, -3736, 0, 43200, 129600, 0, 367428, 3348),
|
||||
(10277, 1, 54651, 180269, -4976, 0, 43200, 129600, 0, 142678, 1660),
|
||||
(10280, 1, 85622, 88766, -5120, 0, 43200, 129600, 0, 269844, 1976),
|
||||
(10281, 1, 151053, 88124, -5424, 0, 43200, 129600, 0, 343032, 2988),
|
||||
(10282, 1, 179311, -7632, -4896, 0, 43200, 129600, 0, 367428, 3348),
|
||||
(10283, 1, 184410, -10111, -5488, 0, 43200, 129600, 0, 255960, 3793),
|
||||
(10286, 1, 185000, -13000, -5488, 0, 43200, 129600, 0, 255960, 3793),
|
||||
(10293, 1, 134672, -115600, -1216, 0, 43200, 129600, 0, 206546, 3568),
|
||||
(10299, 1, 148160, -73808, -4919, 0, 43200, 129600, 0, 111981, 3718),
|
||||
(10302, 1, 145504, -81664, -6016, 0, 43200, 129600, 0, 112730, 4022),
|
||||
(10305, 1, 145008, -84992, -6240, 0, 43200, 129600, 0, 225198, 4256),
|
||||
(10309, 1, 115552, -39200, -2480, 0, 43200, 129600, 0, 111981, 3718),
|
||||
(10312, 1, 109216, -36160, -938, 0, 43200, 129600, 0, 112730, 4022),
|
||||
(10315, 1, 105584, -43024, -1728, 0, 43200, 129600, 0, 225198, 4256),
|
||||
(10319, 1, 184542, -106330, -6304, 0, 43200, 129600, 0, 257725, 4100),
|
||||
(10322, 1, 93296, -75104, -1824, 0, 43200, 129600, 0, 232323, 2708),
|
||||
(10325, 1, 91008, -85904, -2736, 0, 43200, 129600, 0, 211425, 3718),
|
||||
(10328, 1, 59331, -42403, -3003, 0, 7200, 10800, 0, 243663, 3718),
|
||||
(10352, 1, -16843, 174890, -2984, 0, 43200, 129600, 0, 28471, 732),
|
||||
(10354, 1, -16089, 184295, -3364, 0, 43200, 129600, 0, 41308, 894),
|
||||
(10357, 1, -3451, 112819, -2995, 0, 43200, 129600, 0, 18330, 456),
|
||||
(10360, 1, 29064, 179362, -3128, 0, 43200, 129600, 0, 23592, 606),
|
||||
(10362, 1, -55791, 186903, -2856, 0, 43200, 129600, 0, 20324, 514),
|
||||
(10365, 1, -62171, 190489, -3160, 0, 43200, 129600, 0, 47184, 606),
|
||||
(10366, 1, -62342, 179572, -3088, 0, 43200, 129600, 0, 20324, 514),
|
||||
(10369, 1, -45713, 111186, -3280, 0, 43200, 129600, 0, 22463, 576),
|
||||
(10372, 1, 48000, 243376, -6611, 0, 43200, 129600, 0, 34766, 426),
|
||||
(10373, 1, 9661, 76976, -3652, 0, 43200, 129600, 0, 18330, 456),
|
||||
(10375, 1, 22523, 80431, -3188, 0, 43200, 129600, 0, 17383, 426),
|
||||
(10378, 1, -53970, 84334, -3048, 0, 43200, 129600, 0, 17383, 426),
|
||||
(10380, 1, -47412, 51647, -5659, 0, 43200, 129600, 0, 18330, 456),
|
||||
(10383, 1, 51405, 153984, -3008, 0, 43200, 129600, 0, 33945, 860),
|
||||
(10385, 1, 53418, 143534, -3332, 0, 43200, 129600, 0, 36903, 928),
|
||||
(10388, 1, 40074, 102019, -790, 0, 43200, 129600, 0, 35407, 894),
|
||||
(10391, 1, 45620, 120710, -2158, 0, 43200, 129600, 0, 65044, 828),
|
||||
(10392, 1, 29891, 107201, -3572, 0, 43200, 129600, 0, 31134, 796),
|
||||
(10394, 1, 101806, 200394, -3180, 0, 43200, 129600, 0, 80010, 994),
|
||||
(10395, 1, 15000, 119000, -11900, 0, 43200, 129600, 0, 51869, 1356),
|
||||
(10398, 1, 5000, 189000, -3728, 0, 43200, 129600, 0, 35407, 894),
|
||||
(10401, 1, 117812, 102948, -3140, 0, 43200, 129600, 0, 31134, 796),
|
||||
(10404, 1, 36048, 191352, -2524, 0, 43200, 129600, 0, 32522, 828),
|
||||
(10407, 1, 115072, 112272, -3018, 0, 43200, 129600, 0, 80732, 2302),
|
||||
(10410, 1, 72192, 125424, -3657, 0, 43200, 129600, 0, 50445, 1062),
|
||||
(10412, 1, 81920, 113136, -3056, 0, 43200, 129600, 0, 55512, 1476),
|
||||
(10415, 1, 128352, 138464, -3467, 0, 43200, 129600, 0, 35407, 894),
|
||||
(10418, 1, 62416, 8096, -3376, 0, 43200, 129600, 0, 50083, 1296),
|
||||
(10420, 1, 42032, 24128, -4704, 0, 43200, 129600, 0, 66930, 1538),
|
||||
(10423, 1, 113600, 47120, -4640, 0, 43200, 129600, 0, 84968, 2040),
|
||||
(10426, 1, -18053, -101274, -1580, 0, 43200, 129600, 0, 22463, 576),
|
||||
(10429, 1, 172122, -214776, -3064, 0, 43200, 129600, 0, 22463, 576),
|
||||
(10431, 1, 79648, 18320, -5232, 0, 43200, 129600, 0, 50083, 1296),
|
||||
(10434, 1, 104096, -16896, -1803, 0, 43200, 129600, 0, 70856, 1976),
|
||||
(10437, 1, 67296, 64128, -3723, 0, 43200, 129600, 0, 103738, 1356),
|
||||
(10438, 1, 107000, 92000, -2272, 0, 43200, 129600, 0, 50083, 1296),
|
||||
(10441, 1, 111440, 82912, -2912, 0, 43200, 129600, 0, 51869, 1356),
|
||||
(10444, 1, 113232, 17456, -4384, 0, 43200, 129600, 0, 86145, 2640),
|
||||
(10447, 1, 113200, 17552, -1424, 0, 43200, 129600, 0, 91375, 3058),
|
||||
(10450, 1, 113600, 15104, 9559, 0, 43200, 129600, 0, 254211, 3568),
|
||||
(10453, 1, 156704, -6096, -4185, 0, 43200, 129600, 0, 196324, 2988),
|
||||
(10456, 1, 133632, 87072, -3623, 0, 43200, 129600, 0, 59249, 1598),
|
||||
(10460, 1, 150304, 67776, -3688, 0, 43200, 129600, 0, 63062, 1722),
|
||||
(10463, 1, 166288, 68096, -3264, 0, 43200, 129600, 0, 72830, 2040),
|
||||
(10467, 1, 186192, 61472, -4160, 0, 43200, 129600, 0, 85133, 2570),
|
||||
(10470, 1, 186896, 56276, -4576, 0, 43200, 129600, 0, 87120, 2708),
|
||||
(10473, 1, 175712, 29856, -3776, 0, 43200, 129600, 0, 64995, 1784),
|
||||
(10475, 1, 183568, 24560, -3184, 0, 43200, 129600, 0, 70856, 1976),
|
||||
(10478, 1, 168288, 28368, -3632, 0, 43200, 129600, 0, 86145, 2640),
|
||||
(10481, 1, 53517, 205413, -3728, 0, 43200, 129600, 0, 66938, 3718),
|
||||
(10484, 1, 43160, 220463, -3680, 0, 43200, 129600, 0, 61148, 1660),
|
||||
(10487, 1, 83056, 183232, -3616, 0, 43200, 129600, 0, 43238, 1062),
|
||||
(10490, 1, 86528, 216864, -3584, 0, 43200, 129600, 0, 43238, 1062),
|
||||
(10493, 1, 83174, 254428, -10873, 0, 43200, 129600, 0, 70856, 1976),
|
||||
(10496, 1, 88300, 258000, -10200, 0, 43200, 129600, 0, 64995, 1784),
|
||||
(10498, 1, 126624, 174448, -3056, 0, 43200, 129600, 0, 51869, 1356);
|
133
L2J_Mobius_C4/dist/db_installer/sql/random_spawn.sql
vendored
Normal file
133
L2J_Mobius_C4/dist/db_installer/sql/random_spawn.sql
vendored
Normal file
@ -0,0 +1,133 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for random_spawn
|
||||
-- ---------------------------
|
||||
DROP TABLE IF EXISTS random_spawn;
|
||||
CREATE TABLE random_spawn (
|
||||
groupId INT NOT NULL default 0,
|
||||
npcId INT NOT NULL default 0,
|
||||
count INT NOT NULL default 0,
|
||||
initialDelay BIGINT NOT NULL default -1,
|
||||
respawnDelay BIGINT NOT NULL default -1,
|
||||
despawnDelay BIGINT NOT NULL default -1,
|
||||
broadcastSpawn VARCHAR(5) NOT NULL default 'false',
|
||||
randomSpawn VARCHAR(5) NOT NULL default 'true',
|
||||
PRIMARY KEY (groupId)
|
||||
);
|
||||
|
||||
INSERT INTO `random_spawn` VALUES
|
||||
(1,7556,1,-1,1800000,1800000,'false','true'),
|
||||
(9,8111,1,-1,60,0,'false','false'),
|
||||
(10,8112,1,-1,60,0,'false','false'),
|
||||
(11,8113,1,-1,-1,-1,'true','true'),
|
||||
(12,8126,1,-1,-1,-1,'true','true'),
|
||||
(13,8094,1,-1,60,0,'false','false'),
|
||||
(14,8094,1,-1,60,0,'false','false'),
|
||||
(15,8094,1,-1,60,0,'false','false'),
|
||||
(16,8094,1,-1,60,0,'false','false'),
|
||||
(17,8094,1,-1,60,0,'false','false'),
|
||||
(18,8094,1,-1,60,0,'false','false'),
|
||||
(19,8094,1,-1,60,0,'false','false'),
|
||||
(20,8094,1,-1,60,0,'false','false'),
|
||||
(21,8094,1,-1,60,0,'false','false'),
|
||||
(22,8094,1,-1,60,0,'false','false'),
|
||||
(23,8094,1,-1,60,0,'false','false'),
|
||||
(24,8094,1,-1,60,0,'false','false'),
|
||||
(25,8094,1,-1,60,0,'false','false'),
|
||||
(26,8094,1,-1,60,0,'false','false'),
|
||||
(27,8094,1,-1,60,0,'false','false'),
|
||||
(28,8094,1,-1,60,0,'false','false'),
|
||||
(29,8094,1,-1,60,0,'false','false'),
|
||||
(30,8094,1,-1,60,0,'false','false'),
|
||||
(31,8094,1,-1,60,0,'false','false'),
|
||||
(32,8094,1,-1,60,0,'false','false'),
|
||||
(33,8094,1,-1,60,0,'false','false'),
|
||||
(34,8094,1,-1,60,0,'false','false'),
|
||||
(35,8094,1,-1,60,0,'false','false'),
|
||||
(36,8094,1,-1,60,0,'false','false'),
|
||||
(37,8094,1,-1,60,0,'false','false'),
|
||||
(38,8094,1,-1,60,0,'false','false'),
|
||||
(39,8094,1,-1,60,0,'false','false'),
|
||||
(40,8094,1,-1,60,0,'false','false'),
|
||||
(41,8093,1,-1,60,0,'false','false'),
|
||||
(42,8093,1,-1,60,0,'false','false'),
|
||||
(43,8093,1,-1,60,0,'false','false'),
|
||||
(44,8093,1,-1,60,0,'false','false'),
|
||||
(45,8093,1,-1,60,0,'false','false'),
|
||||
(46,8093,1,-1,60,0,'false','false'),
|
||||
(47,8093,1,-1,60,0,'false','false'),
|
||||
(48,8093,1,-1,60,0,'false','false'),
|
||||
(49,8093,1,-1,60,0,'false','false'),
|
||||
(50,8093,1,-1,60,0,'false','false'),
|
||||
(51,8093,1,-1,60,0,'false','false'),
|
||||
(52,8093,1,-1,60,0,'false','false'),
|
||||
(53,8093,1,-1,60,0,'false','false'),
|
||||
(54,8093,1,-1,60,0,'false','false'),
|
||||
(55,8093,1,-1,60,0,'false','false'),
|
||||
(56,8093,1,-1,60,0,'false','false'),
|
||||
(57,8093,1,-1,60,0,'false','false'),
|
||||
(58,8093,1,-1,60,0,'false','false'),
|
||||
(59,8093,1,-1,60,0,'false','false'),
|
||||
(60,8093,1,-1,60,0,'false','false'),
|
||||
(61,8093,1,-1,60,0,'false','false'),
|
||||
(62,8093,1,-1,60,0,'false','false'),
|
||||
(63,8093,1,-1,60,0,'false','false'),
|
||||
(64,8093,1,-1,60,0,'false','false'),
|
||||
(65,8093,1,-1,60,0,'false','false'),
|
||||
(66,8093,1,-1,60,0,'false','false'),
|
||||
(67,8093,1,-1,60,0,'false','false'),
|
||||
(68,8093,1,-1,60,0,'false','false'),
|
||||
(69,8093,1,-1,60,0,'false','false'),
|
||||
(70,8093,1,-1,60,0,'false','false'),
|
||||
(71,8093,1,-1,60,0,'false','false'),
|
||||
(72,8093,1,-1,60,0,'false','false'),
|
||||
(73,8093,1,-1,60,0,'false','false'),
|
||||
(74,8093,1,-1,60,0,'false','false'),
|
||||
(75,8093,1,-1,60,0,'false','false'),
|
||||
(76,8093,1,-1,60,0,'false','false'),
|
||||
(77,8093,1,-1,60,0,'false','false'),
|
||||
(78,8093,1,-1,60,0,'false','false'),
|
||||
(79,8093,1,-1,60,0,'false','false'),
|
||||
(80,8093,1,-1,60,0,'false','false'),
|
||||
(81,8093,1,-1,60,0,'false','false'),
|
||||
(82,8170,1,-1,60,0,'false','false'),
|
||||
(84,8170,1,-1,60,0,'false','false'),
|
||||
(85,8171,1,-1,60,0,'false','false'),
|
||||
(86,8170,1,-1,60,0,'false','false'),
|
||||
(87,8171,1,-1,60,0,'false','false'),
|
||||
(88,8170,1,-1,60,0,'false','false'),
|
||||
(89,8171,1,-1,60,0,'false','false'),
|
||||
(90,8170,1,-1,60,0,'false','false'),
|
||||
(91,8171,1,-1,60,0,'false','false'),
|
||||
(92,8170,1,-1,60,0,'false','false'),
|
||||
(93,8171,1,-1,60,0,'false','false'),
|
||||
(94,8170,1,-1,60,0,'false','false'),
|
||||
(95,8171,1,-1,60,0,'false','false'),
|
||||
(96,8170,1,-1,60,0,'false','false'),
|
||||
(97,8171,1,-1,60,0,'false','false'),
|
||||
(98,8170,1,-1,60,0,'false','false'),
|
||||
(99,8171,1,-1,60,0,'false','false'),
|
||||
(100,8170,1,-1,60,0,'false','false'),
|
||||
(101,8171,1,-1,60,0,'false','false'),
|
||||
(102,8170,1,-1,60,0,'false','false'),
|
||||
(103,8171,1,-1,60,0,'false','false'),
|
||||
(104,8170,1,-1,60,0,'false','false'),
|
||||
(105,8171,1,-1,60,0,'false','false'),
|
||||
(106,8170,1,-1,60,0,'false','false'),
|
||||
(107,8171,1,-1,60,0,'false','false'),
|
||||
(108,8170,1,-1,60,0,'false','false'),
|
||||
(109,8171,1,-1,60,0,'false','false'),
|
||||
(110,5316,1,1800000,14400000,1800000,'false','false'),
|
||||
(111,8094,1,-1,60,0,'false','false'),
|
||||
(112,8093,1,-1,60,0,'false','false'),
|
||||
(113,8094,1,-1,60,0,'false','false'),
|
||||
(114,8093,1,-1,60,0,'false','false'),
|
||||
(115,8094,1,-1,60,0,'false','false'),
|
||||
(116,8093,1,-1,60,0,'false','false'),
|
||||
(117,8094,1,-1,60,0,'false','false'),
|
||||
(118,8093,1,-1,60,0,'false','false'),
|
||||
(119,8093,1,-1,60,0,'false','false'),
|
||||
(120,8094,1,-1,60,0,'false','false'),
|
||||
(121,8093,1,-1,60,0,'false','false'),
|
||||
(122,8094,1,-1,60,0,'false','false'),
|
||||
(123,8093,1,-1,60,0,'false','false'),
|
||||
(124,8094,1,-1,60,0,'false','false');
|
141
L2J_Mobius_C4/dist/db_installer/sql/random_spawn_loc.sql
vendored
Normal file
141
L2J_Mobius_C4/dist/db_installer/sql/random_spawn_loc.sql
vendored
Normal file
@ -0,0 +1,141 @@
|
||||
DROP TABLE IF EXISTS `random_spawn_loc`;
|
||||
CREATE TABLE `random_spawn_loc` (
|
||||
`groupId` int(11) NOT NULL default '0',
|
||||
`x` int(11) NOT NULL default '0',
|
||||
`y` int(11) NOT NULL default '0',
|
||||
`z` int(11) NOT NULL default '0',
|
||||
`heading` int(11) NOT NULL default '-1',
|
||||
PRIMARY KEY (`groupId`,`x`,`y`,`z`,`heading`)
|
||||
);
|
||||
|
||||
INSERT INTO `random_spawn_loc` VALUES
|
||||
(1,151680,-174891,-1782,-1),
|
||||
(1,154153,-220105,-3402,-1),
|
||||
(1,178834,-184336,-355,-1),
|
||||
(9,183280,-11905,-4904,-1),
|
||||
(10,185662,-13093,-5498,-1),
|
||||
(11,-52172,78884,-4741,-1),
|
||||
(11,-41350,209876,-5087,-1),
|
||||
(11,-21657,77164,-5173,-1),
|
||||
(11,45029,123802,-5413,-1),
|
||||
(11,83175,208998,-5439,-1),
|
||||
(11,111337,173804,-5439,-1),
|
||||
(11,118343,132578,-4831,-1),
|
||||
(11,172373,-17833,-4901,-1),
|
||||
(12,-19360,13278,-4901,-1),
|
||||
(12,43093,143706,-5381,-1),
|
||||
(12,46303,170091,-4981,-1),
|
||||
(12,77787,78176,-5125,-1),
|
||||
(12,114013,84326,-6541,-1),
|
||||
(12,140519,79464,-5429,-1),
|
||||
(13,-84356,152742,-3204,-1),
|
||||
(14,-83157,149846,-3155,-1),
|
||||
(15,-79563,152726,-3204,-1),
|
||||
(16,-79123,155098,-3204,-1),
|
||||
(17,-16168,124129,-3143,-1),
|
||||
(18,-14563,121461,-3015,-1),
|
||||
(19,-14199,126128,-3171,-1),
|
||||
(20,-12344,123605,-3132,-1),
|
||||
(21,16901,144748,-3027,-1),
|
||||
(22,17557,147084,-3150,-1),
|
||||
(23,19038,142923,-3078,-1),
|
||||
(24,20826,145769,-3171,-1),
|
||||
(25,77830,148627,-3623,-1),
|
||||
(26,81540,144204,-3559,-1),
|
||||
(27,81556,152183,-3559,-1),
|
||||
(28,83872,143882,-3431,-1),
|
||||
(29,85328,147352,-3431,-1),
|
||||
(30,114907,77916,-2662,-1),
|
||||
(31,115509,74857,-2625,-1),
|
||||
(32,118273,74592,-2529,-1),
|
||||
(33,107251,218166,-3701,-1),
|
||||
(34,115482,219266,-3689,-1),
|
||||
(35,80039,54291,-1586,-1),
|
||||
(36,81002,53495,-1586,-1),
|
||||
(37,81527,56009,-1551,-1),
|
||||
(38,143926,26468,-2338,-1),
|
||||
(39,147460,20537,-2101,-1),
|
||||
(40,150417,25182,-2141,-1),
|
||||
(41,-83107,150270,-3155,-1),
|
||||
(42,-83070,152740,-3204,-1),
|
||||
(43,-80752,152738,-3204,-1),
|
||||
(44,-80690,149996,-3070,-1),
|
||||
(45,-80037,154344,-3204,-1),
|
||||
(46,-15549,124170,-3143,-1),
|
||||
(47,-14480,122330,-3126,-1),
|
||||
(48,-14268,124941,-3156,-1),
|
||||
(49,-13252,123689,-3143,-1),
|
||||
(50,-12591,122673,-3142,-1),
|
||||
(51,15722,142877,-2732,-1),
|
||||
(52,18172,145740,-3140,-1),
|
||||
(53,19096,143980,-3096,-1),
|
||||
(54,19823,145863,-3142,-1),
|
||||
(55,79825,148619,-3559,-1),
|
||||
(56,81535,146866,-3559,-1),
|
||||
(57,81547,150347,-3559,-1),
|
||||
(58,83319,148054,-3431,-1),
|
||||
(59,83894,147495,-3431,-1),
|
||||
(60,115893,77551,-2729,-1),
|
||||
(61,115936,75382,-2625,-1),
|
||||
(62,117098,77066,-2720,-1),
|
||||
(63,118049,75783,-2715,-1),
|
||||
(64,107256,218615,-3701,-1),
|
||||
(65,109660,217339,-3775,-1),
|
||||
(66,110189,221393,-3569,-1),
|
||||
(67,111389,219257,-3572,-1),
|
||||
(68,113479,217795,-3731,-1),
|
||||
(69,114086,220214,-3568,-1),
|
||||
(70,80416,55959,-1586,-1),
|
||||
(71,80617,54116,-1586,-1),
|
||||
(72,82048,55417,-1551,-1),
|
||||
(73,82863,53290,-1522,-1),
|
||||
(74,145015,25269,-2167,-1),
|
||||
(75,145394,27629,-2295,-1),
|
||||
(76,146616,25816,-2039,-1),
|
||||
(77,147440,30047,-2487,-1),
|
||||
(78,147459,21148,-2167,-1),
|
||||
(79,148013,27029,-2231,-1),
|
||||
(80,149515,27641,-2295,-1),
|
||||
(81,149899,24719,-2167,-1),
|
||||
(82,-41312,206625,-3412,-1),
|
||||
(84,-55428,79357,-3059,-1),
|
||||
(85,-55428,79357,-3059,-1),
|
||||
(86,-24895,77634,-3495,-1),
|
||||
(87,-24895,77634,-3495,-1),
|
||||
(88,-22594,13760,-3216,-1),
|
||||
(89,-22594,13760,-3216,-1),
|
||||
(90,43074,170560,-3298,-1),
|
||||
(91,43074,170560,-3298,-1),
|
||||
(92,39872,144193,-3707,-1),
|
||||
(93,39872,144193,-3707,-1),
|
||||
(94,45504,127550,-3734,-1),
|
||||
(95,45504,127550,-3734,-1),
|
||||
(96,79946,209470,-3760,-1),
|
||||
(97,79946,209470,-3760,-1),
|
||||
(98,108097,174274,-3769,-1),
|
||||
(99,108097,174274,-3769,-1),
|
||||
(100,115136,133057,-3161,-1),
|
||||
(101,115136,133057,-3161,-1),
|
||||
(102,74561,78656,-3446,-1),
|
||||
(103,74561,78656,-3446,-1),
|
||||
(104,110784,84800,-4867,-1),
|
||||
(105,110784,84800,-4867,-1),
|
||||
(106,137278,79936,-3751,-1),
|
||||
(107,137278,79936,-3751,-1),
|
||||
(108,169152,-17344,-3228,-1),
|
||||
(109,169152,-17344,-3228,-1),
|
||||
(110,171708,43964,-4972,-1),
|
||||
(111,147943,-56176,-2781,-1),
|
||||
(112,148064,-56288,-2781,-1),
|
||||
(113,147703,-58879,-2981,-1),
|
||||
(114,147704,-58710,-2981,-1),
|
||||
(115,150550,-57471,-2981,-1),
|
||||
(116,150425,-57370,-2981,-1),
|
||||
(117,144841,-57493,-2981,-1),
|
||||
(118,144980,-57403,-2981,-1),
|
||||
(119,148867,-58156,-2981,-1),
|
||||
(120,149180,-58022,-2981,-1),
|
||||
(121,43961,-50913,-792,-1),
|
||||
(122,43859,-50954,-796,-1),
|
||||
(123,38588,-48222,896,-1),
|
||||
(124,38695,-48308,896,-1);
|
11
L2J_Mobius_C4/dist/db_installer/sql/seven_signs.sql
vendored
Normal file
11
L2J_Mobius_C4/dist/db_installer/sql/seven_signs.sql
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
CREATE TABLE IF NOT EXISTS `seven_signs` (
|
||||
`char_obj_id` INT NOT NULL default '0',
|
||||
`cabal` VARCHAR(4) NOT NULL default '',
|
||||
`seal` INT(1) NOT NULL default '0',
|
||||
`red_stones` INT NOT NULL default '0',
|
||||
`green_stones` INT NOT NULL default '0',
|
||||
`blue_stones` INT NOT NULL default '0',
|
||||
`ancient_adena_amount` DECIMAL(20,0) NOT NULL default '0',
|
||||
`contribution_score` DECIMAL(20,0) NOT NULL default '0',
|
||||
PRIMARY KEY (`char_obj_id`)
|
||||
);
|
24
L2J_Mobius_C4/dist/db_installer/sql/seven_signs_festival.sql
vendored
Normal file
24
L2J_Mobius_C4/dist/db_installer/sql/seven_signs_festival.sql
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for seven_signs_festival
|
||||
-- ----------------------------
|
||||
CREATE TABLE IF NOT EXISTS `seven_signs_festival` (
|
||||
`festivalId` int(1) NOT NULL default '0',
|
||||
`cabal` varchar(4) NOT NULL default '',
|
||||
`cycle` int(4) NOT NULL default '0',
|
||||
`date` bigint(50) default '0',
|
||||
`score` int(5) NOT NULL default '0',
|
||||
`members` varchar(255) NOT NULL default '',
|
||||
PRIMARY KEY (`festivalId`,`cabal`,`cycle`)
|
||||
);
|
||||
|
||||
INSERT IGNORE INTO `seven_signs_festival` VALUES
|
||||
(0, "dawn", 1, 0, 0, ""),
|
||||
(1, "dawn", 1, 0, 0, ""),
|
||||
(2, "dawn", 1, 0, 0, ""),
|
||||
(3, "dawn", 1, 0, 0, ""),
|
||||
(4, "dawn", 1, 0, 0, ""),
|
||||
(0, "dusk", 1, 0, 0, ""),
|
||||
(1, "dusk", 1, 0, 0, ""),
|
||||
(2, "dusk", 1, 0, 0, ""),
|
||||
(3, "dusk", 1, 0, 0, ""),
|
||||
(4, "dusk", 1, 0, 0, "");
|
30
L2J_Mobius_C4/dist/db_installer/sql/seven_signs_status.sql
vendored
Normal file
30
L2J_Mobius_C4/dist/db_installer/sql/seven_signs_status.sql
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
CREATE TABLE IF NOT EXISTS `seven_signs_status` (
|
||||
`id` int(3) NOT NULL default '0',
|
||||
`current_cycle` int(10) NOT NULL default '1',
|
||||
`festival_cycle` int(10) NOT NULL default '1',
|
||||
`active_period` int(10) NOT NULL default '1',
|
||||
`date` int(10) NOT NULL default '1',
|
||||
`previous_winner` int(10) NOT NULL default '0',
|
||||
`dawn_stone_score` DECIMAL(20,0) NOT NULL default '0',
|
||||
`dawn_festival_score` int(10) NOT NULL default '0',
|
||||
`dusk_stone_score` DECIMAL(20,0) NOT NULL default '0',
|
||||
`dusk_festival_score` int(10) NOT NULL default '0',
|
||||
`avarice_owner` int(10) NOT NULL default '0',
|
||||
`gnosis_owner` int(10) NOT NULL default '0',
|
||||
`strife_owner` int(10) NOT NULL default '0',
|
||||
`avarice_dawn_score` int(10) NOT NULL default '0',
|
||||
`gnosis_dawn_score` int(10) NOT NULL default '0',
|
||||
`strife_dawn_score` int(10) NOT NULL default '0',
|
||||
`avarice_dusk_score` int(10) NOT NULL default '0',
|
||||
`gnosis_dusk_score` int(10) NOT NULL default '0',
|
||||
`strife_dusk_score` int(10) NOT NULL default '0',
|
||||
`accumulated_bonus0` int(10) NOT NULL default '0',
|
||||
`accumulated_bonus1` int(10) NOT NULL default '0',
|
||||
`accumulated_bonus2` int(10) NOT NULL default '0',
|
||||
`accumulated_bonus3` int(10) NOT NULL default '0',
|
||||
`accumulated_bonus4` int(10) NOT NULL default '0',
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
|
||||
INSERT IGNORE INTO `seven_signs_status` VALUES
|
||||
(0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
|
7
L2J_Mobius_C4/dist/db_installer/sql/siege_clans.sql
vendored
Normal file
7
L2J_Mobius_C4/dist/db_installer/sql/siege_clans.sql
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS siege_clans (
|
||||
castle_id int(1) NOT NULL default 0,
|
||||
clan_id int(11) NOT NULL default 0,
|
||||
type int(1) default NULL,
|
||||
castle_owner int(1) default NULL,
|
||||
PRIMARY KEY (clan_id,castle_id)
|
||||
);
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user