Addition of C4 branch.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?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-14">
|
||||
<attributes>
|
||||
<attribute name="module" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="lib" path="dist/libs/HikariCP-3.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/mariadb-java-client-2.4.3.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/slf4j-api-1.7.27.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/slf4j-simple-1.7.27.jar"/>
|
||||
<classpathentry including="**/*.java" kind="src" path="dist/game/data/scripts"/>
|
||||
<classpathentry kind="src" path="java"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>L2J_Mobius_C6_Interlude</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>
|
||||
@@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
encoding/<project>=UTF-8
|
||||
@@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
line.separator=\r\n
|
||||
@@ -0,0 +1,446 @@
|
||||
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=14
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=14
|
||||
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.APILeak=warning
|
||||
org.eclipse.jdt.core.compiler.problem.annotatedTypeArgumentToUnannotated=info
|
||||
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.enablePreviewFeatures=disabled
|
||||
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=warning
|
||||
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.reportPreviewFeatures=warning
|
||||
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.suppressWarningsNotFullyAnalysed=info
|
||||
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.terminalDeprecation=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.unlikelyCollectionMethodArgumentType=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info
|
||||
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.unstableAutoModuleName=warning
|
||||
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.release=disabled
|
||||
org.eclipse.jdt.core.compiler.source=12
|
||||
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_module_statements=16
|
||||
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.count_line_length_from_starting_position=false
|
||||
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
|
||||
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
|
||||
@@ -0,0 +1,3 @@
|
||||
eclipse.preferences.version=1
|
||||
task-tags/enabled=true
|
||||
task-tags/use-project-settings=true
|
||||
@@ -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
|
||||
@@ -0,0 +1,148 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<project name="L2J_Mobius_C6_Interlude" 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.libs" location="${build.dist}/libs" />
|
||||
<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="JDK14.present" />
|
||||
<fail unless="JDK14.present" message="Java 14 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="14" target="14" 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.libs}/LoginServer.jar" level="9">
|
||||
<fileset dir="${build.bin}">
|
||||
<exclude name="**/dbinstaller/**" />
|
||||
<exclude name="**/gameserver/**" />
|
||||
<exclude name="**/geodataconverter/**" />
|
||||
</fileset>
|
||||
<manifest>
|
||||
<attribute name="Build-By" value="${user.name}" />
|
||||
<attribute name="Build-Date" value="${time.stamp}" />
|
||||
<attribute name="Implementation-URL" value="http://www.l2jmobius.org/" />
|
||||
<attribute name="Class-Path" value="${manifest.libs}" />
|
||||
<attribute name="Main-Class" value="org.l2jmobius.loginserver.LoginServer" />
|
||||
</manifest>
|
||||
</jar>
|
||||
<jar destfile="${build.dist.libs}/GameServer.jar" level="9">
|
||||
<fileset dir="${build.bin}">
|
||||
<exclude name="**/dbinstaller/**" />
|
||||
<exclude name="**/loginserver/**" />
|
||||
<exclude name="**/accountmanager/**" />
|
||||
<exclude name="**/gsregistering/**" />
|
||||
</fileset>
|
||||
<manifest>
|
||||
<attribute name="Build-By" value="${user.name}" />
|
||||
<attribute name="Build-Date" value="${time.stamp}" />
|
||||
<attribute name="Implementation-URL" value="http://www.l2jmobius.org/" />
|
||||
<attribute name="Class-Path" value="${manifest.libs}" />
|
||||
<attribute name="Main-Class" value="org.l2jmobius.gameserver.GameServer" />
|
||||
</manifest>
|
||||
</jar>
|
||||
<jar destfile="${build.dist.dbinstaller}/Database_Installer_GS.jar" level="9">
|
||||
<fileset dir="${build.bin}">
|
||||
<include name="**/dbinstaller/**" />
|
||||
<include name="**/util/**" />
|
||||
<include name="**/SQLFilter**" />
|
||||
<exclude name="**/LauncherLS*" />
|
||||
</fileset>
|
||||
<manifest>
|
||||
<attribute name="Build-By" value="${user.name}" />
|
||||
<attribute name="Build-Date" value="${time.stamp}" />
|
||||
<attribute name="Class-Path" value="${manifest.libs}" />
|
||||
<attribute name="Implementation-URL" value="http://www.l2jmobius.org/" />
|
||||
<attribute name="Main-Class" value="org.l2jmobius.tools.dbinstaller.LauncherGS" />
|
||||
</manifest>
|
||||
</jar>
|
||||
<jar destfile="${build.dist.dbinstaller}/Database_Installer_LS.jar" level="9">
|
||||
<fileset dir="${build.bin}">
|
||||
<include name="**/dbinstaller/**" />
|
||||
<include name="**/util/**" />
|
||||
<include name="**/SQLFilter**" />
|
||||
<exclude name="**/LauncherGS*" />
|
||||
</fileset>
|
||||
<manifest>
|
||||
<attribute name="Build-By" value="${user.name}" />
|
||||
<attribute name="Build-Date" value="${time.stamp}" />
|
||||
<attribute name="Class-Path" value="${manifest.libs}" />
|
||||
<attribute name="Implementation-URL" value="http://www.l2jmobius.org/" />
|
||||
<attribute name="Main-Class" value="org.l2jmobius.tools.dbinstaller.LauncherLS" />
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
<target name="adding-core" depends="jar" description="Adding the compiled jars to the Zip file.">
|
||||
<zip destfile="${build}/L2J_Mobius_C6_Interlude.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_C6_Interlude.zip" basedir="${datapack}" update="true" level="9" />
|
||||
</target>
|
||||
|
||||
<target name="adding-readme" depends="adding-datapack" description="Adding readme.txt to the Zip file.">
|
||||
<zip destfile="${build}/L2J_Mobius_C6_Interlude.zip" basedir="." includes="readme.txt" update="true" level="9" />
|
||||
</target>
|
||||
|
||||
<target name="cleanup" depends="adding-readme" description="Cleaning the build folder.">
|
||||
<delete dir="${build.dist}" />
|
||||
</target>
|
||||
</project>
|
||||
@@ -0,0 +1,3 @@
|
||||
MySQL backups are stored in this folder.
|
||||
Separate game and login server backups are possible.
|
||||
Just enable the 'BackupDatabase' option in the equivalent server config file.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `account_gsdata` (
|
||||
`account_name` VARCHAR(45) NOT NULL DEFAULT '',
|
||||
`var` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
`value` text NOT NULL,
|
||||
PRIMARY KEY (`account_name`,`var`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,63 @@
|
||||
-- ---------------------------
|
||||
-- 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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
--
|
||||
-- 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),
|
||||
(51, 0, 'NPC', 'NPC Clan', 'ClanHall', 51, 0, 'Mont Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(52, 0, 'NPC', 'NPC Clan', 'ClanHall', 52, 0, 'Astaire Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(53, 0, 'NPC', 'NPC Clan', 'ClanHall', 53, 0, 'Aria Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(54, 0, 'NPC', 'NPC Clan', 'ClanHall', 54, 0, 'Yiana Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(55, 0, 'NPC', 'NPC Clan', 'ClanHall', 55, 0, 'Roien Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(56, 0, 'NPC', 'NPC Clan', 'ClanHall', 56, 0, 'Luna Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(57, 0, 'NPC', 'NPC Clan', 'ClanHall', 57, 0, 'Traban Chamber', 1, 50000000, 0, 1164841200000),
|
||||
(58, 0, 'NPC', 'NPC Clan', 'ClanHall', 58, 0, 'Eisen Hall', 1, 50000000, 0, 1164841200000),
|
||||
(59, 0, 'NPC', 'NPC Clan', 'ClanHall', 59, 0, 'Heavy Metal Hall', 1, 50000000, 0, 1164841200000),
|
||||
(60, 0, 'NPC', 'NPC Clan', 'ClanHall', 60, 0, 'Molten Ore Hall', 1, 50000000, 0, 1164841200000),
|
||||
(61, 0, 'NPC', 'NPC Clan', 'ClanHall', 61, 0, 'Titan Hall', 1, 50000000, 0, 1164841200000);
|
||||
@@ -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)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -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)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
@@ -0,0 +1,10 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for augmentations
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS augmentations (
|
||||
item_id int(11) NOT NULL default 0,
|
||||
attributes int(11) default 0,
|
||||
skill int(11) default 0,
|
||||
level int(11) default 0,
|
||||
PRIMARY KEY (item_id)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
-- --------------------------------------
|
||||
-- Table structure for auto_announcements
|
||||
-- --------------------------------------
|
||||
CREATE TABLE IF NOT EXISTS `auto_announcements` (
|
||||
`id` int(11) NOT NULL auto_increment,
|
||||
`announcement` varchar(255) NOT NULL,
|
||||
`delay` int(11) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,45 @@
|
||||
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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
|
||||
INSERT INTO `auto_chat` VALUES
|
||||
|
||||
-- Preacher of Doom
|
||||
(1,31093,-1),
|
||||
(2,31172,-1),
|
||||
(3,31174,-1),
|
||||
(4,31176,-1),
|
||||
(5,31178,-1),
|
||||
(6,31180,-1),
|
||||
(7,31182,-1),
|
||||
(8,31184,-1),
|
||||
(9,31186,-1),
|
||||
(10,31188,-1),
|
||||
(11,31190,-1),
|
||||
(12,31192,-1),
|
||||
(13,31194,-1),
|
||||
(14,31196,-1),
|
||||
(15,31198,-1),
|
||||
(16,31200,-1),
|
||||
|
||||
-- Orator of Revelations
|
||||
(17,31094,-1),
|
||||
(18,31173,-1),
|
||||
(19,31175,-1),
|
||||
(20,31177,-1),
|
||||
(21,31179,-1),
|
||||
(22,31181,-1),
|
||||
(23,31183,-1),
|
||||
(24,31185,-1),
|
||||
(25,31187,-1),
|
||||
(26,31189,-1),
|
||||
(27,31191,-1),
|
||||
(28,31193,-1),
|
||||
(29,31195,-1),
|
||||
(30,31197,-1),
|
||||
(31,31199,-1),
|
||||
(32,31201,-1);
|
||||
@@ -0,0 +1,264 @@
|
||||
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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
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_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(2,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(2,'%player_cabal_loser%! You might as well give up!'),
|
||||
(2,'A curse upon you!'),
|
||||
(2,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(2,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(2,'The prophecy of doom has awoken!'),
|
||||
(2,'This world will soon be annihilated!'),
|
||||
(3,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(3,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(3,'%player_cabal_loser%! You might as well give up!'),
|
||||
(3,'A curse upon you!'),
|
||||
(3,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(3,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(3,'The prophecy of doom has awoken!'),
|
||||
(3,'This world will soon be annihilated!'),
|
||||
(4,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(4,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(4,'%player_cabal_loser%! You might as well give up!'),
|
||||
(4,'A curse upon you!'),
|
||||
(4,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(4,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(4,'The prophecy of doom has awoken!'),
|
||||
(4,'This world will soon be annihilated!'),
|
||||
(5,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(5,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(5,'%player_cabal_loser%! You might as well give up!'),
|
||||
(5,'A curse upon you!'),
|
||||
(5,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(5,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(5,'The prophecy of doom has awoken!'),
|
||||
(5,'This world will soon be annihilated!'),
|
||||
(6,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(6,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(6,'%player_cabal_loser%! You might as well give up!'),
|
||||
(6,'A curse upon you!'),
|
||||
(6,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(6,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(6,'The prophecy of doom has awoken!'),
|
||||
(6,'This world will soon be annihilated!'),
|
||||
(7,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(7,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(7,'%player_cabal_loser%! You might as well give up!'),
|
||||
(7,'A curse upon you!'),
|
||||
(7,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(7,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(7,'The prophecy of doom has awoken!'),
|
||||
(7,'This world will soon be annihilated!'),
|
||||
(8,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(8,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(8,'%player_cabal_loser%! You might as well give up!'),
|
||||
(8,'A curse upon you!'),
|
||||
(8,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(8,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(8,'The prophecy of doom has awoken!'),
|
||||
(8,'This world will soon be annihilated!'),
|
||||
(9,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(9,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(9,'%player_cabal_loser%! You might as well give up!'),
|
||||
(9,'A curse upon you!'),
|
||||
(9,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(9,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(9,'The prophecy of doom has awoken!'),
|
||||
(9,'This world will soon be annihilated!'),
|
||||
(10,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(10,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(10,'%player_cabal_loser%! You might as well give up!'),
|
||||
(10,'A curse upon you!'),
|
||||
(10,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(10,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(10,'The prophecy of doom has awoken!'),
|
||||
(10,'This world will soon be annihilated!'),
|
||||
(11,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(11,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(11,'%player_cabal_loser%! You might as well give up!'),
|
||||
(11,'A curse upon you!'),
|
||||
(11,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(11,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(11,'The prophecy of doom has awoken!'),
|
||||
(11,'This world will soon be annihilated!'),
|
||||
(12,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(12,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(12,'%player_cabal_loser%! You might as well give up!'),
|
||||
(12,'A curse upon you!'),
|
||||
(12,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(12,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(12,'The prophecy of doom has awoken!'),
|
||||
(12,'This world will soon be annihilated!'),
|
||||
(13,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(13,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(13,'%player_cabal_loser%! You might as well give up!'),
|
||||
(13,'A curse upon you!'),
|
||||
(13,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(13,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(13,'The prophecy of doom has awoken!'),
|
||||
(13,'This world will soon be annihilated!'),
|
||||
(14,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(14,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(14,'%player_cabal_loser%! You might as well give up!'),
|
||||
(14,'A curse upon you!'),
|
||||
(14,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(14,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(14,'The prophecy of doom has awoken!'),
|
||||
(14,'This world will soon be annihilated!'),
|
||||
(15,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(15,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(15,'%player_cabal_loser%! You might as well give up!'),
|
||||
(15,'A curse upon you!'),
|
||||
(15,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(15,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(15,'The prophecy of doom has awoken!'),
|
||||
(15,'This world will soon be annihilated!'),
|
||||
(16,'%player_cabal_loser%! All is lost! Prepare to meet the goddess of death!'),
|
||||
(16,'%player_cabal_loser%! You bring an ill wind!'),
|
||||
(16,'%player_cabal_loser%! You might as well give up!'),
|
||||
(16,'A curse upon you!'),
|
||||
(16,'All is lost! Prepare to meet the goddess of death!'),
|
||||
(16,'All is lost! The prophecy of destruction has been fulfilled!'),
|
||||
(16,'The prophecy of doom has awoken!'),
|
||||
(16,'This world will soon be annihilated!'),
|
||||
(17,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(17,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(17,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(17,'All hail the eternal twilight!'),
|
||||
(17,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(17,'The day of judgment is near!'),
|
||||
(17,'The prophecy of darkness has been fulfilled!'),
|
||||
(17,'The prophecy of darkness has come to pass!'),
|
||||
(18,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(18,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(18,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(18,'All hail the eternal twilight!'),
|
||||
(18,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(18,'The day of judgment is near!'),
|
||||
(18,'The prophecy of darkness has been fulfilled!'),
|
||||
(18,'The prophecy of darkness has come to pass!'),
|
||||
(19,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(19,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(19,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(19,'All hail the eternal twilight!'),
|
||||
(19,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(19,'The day of judgment is near!'),
|
||||
(19,'The prophecy of darkness has been fulfilled!'),
|
||||
(19,'The prophecy of darkness has come to pass!'),
|
||||
(20,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(20,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(20,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(20,'All hail the eternal twilight!'),
|
||||
(20,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(20,'The day of judgment is near!'),
|
||||
(20,'The prophecy of darkness has been fulfilled!'),
|
||||
(20,'The prophecy of darkness has come to pass!'),
|
||||
(21,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(21,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(21,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(21,'All hail the eternal twilight!'),
|
||||
(21,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(21,'The day of judgment is near!'),
|
||||
(21,'The prophecy of darkness has been fulfilled!'),
|
||||
(21,'The prophecy of darkness has come to pass!'),
|
||||
(22,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(22,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(22,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(22,'All hail the eternal twilight!'),
|
||||
(22,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(22,'The day of judgment is near!'),
|
||||
(22,'The prophecy of darkness has been fulfilled!'),
|
||||
(22,'The prophecy of darkness has come to pass!'),
|
||||
(23,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(23,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(23,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(23,'All hail the eternal twilight!'),
|
||||
(23,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(23,'The day of judgment is near!'),
|
||||
(23,'The prophecy of darkness has been fulfilled!'),
|
||||
(23,'The prophecy of darkness has come to pass!'),
|
||||
(24,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(24,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(24,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(24,'All hail the eternal twilight!'),
|
||||
(24,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(24,'The day of judgment is near!'),
|
||||
(24,'The prophecy of darkness has been fulfilled!'),
|
||||
(24,'The prophecy of darkness has come to pass!'),
|
||||
(25,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(25,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(25,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(25,'All hail the eternal twilight!'),
|
||||
(25,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(25,'The day of judgment is near!'),
|
||||
(25,'The prophecy of darkness has been fulfilled!'),
|
||||
(25,'The prophecy of darkness has come to pass!'),
|
||||
(26,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(26,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(26,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(26,'All hail the eternal twilight!'),
|
||||
(26,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(26,'The day of judgment is near!'),
|
||||
(26,'The prophecy of darkness has been fulfilled!'),
|
||||
(26,'The prophecy of darkness has come to pass!'),
|
||||
(27,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(27,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(27,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(27,'All hail the eternal twilight!'),
|
||||
(27,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(27,'The day of judgment is near!'),
|
||||
(27,'The prophecy of darkness has been fulfilled!'),
|
||||
(27,'The prophecy of darkness has come to pass!'),
|
||||
(28,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(28,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(28,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(28,'All hail the eternal twilight!'),
|
||||
(28,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(28,'The day of judgment is near!'),
|
||||
(28,'The prophecy of darkness has been fulfilled!'),
|
||||
(28,'The prophecy of darkness has come to pass!'),
|
||||
(29,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(29,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(29,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(29,'All hail the eternal twilight!'),
|
||||
(29,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(29,'The day of judgment is near!'),
|
||||
(29,'The prophecy of darkness has been fulfilled!'),
|
||||
(29,'The prophecy of darkness has come to pass!'),
|
||||
(30,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(30,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(30,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(30,'All hail the eternal twilight!'),
|
||||
(30,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(30,'The day of judgment is near!'),
|
||||
(30,'The prophecy of darkness has been fulfilled!'),
|
||||
(30,'The prophecy of darkness has come to pass!'),
|
||||
(31,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(31,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(31,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(31,'All hail the eternal twilight!'),
|
||||
(31,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(31,'The day of judgment is near!'),
|
||||
(31,'The prophecy of darkness has been fulfilled!'),
|
||||
(31,'The prophecy of darkness has come to pass!'),
|
||||
(32,'%player_cabal_winner%! I bestow on you the authority of the abyss!'),
|
||||
(32,'%player_cabal_winner%, Darkness shall be banished forever!'),
|
||||
(32,'%player_cabal_winner%, the time for glory is at hand!'),
|
||||
(32,'All hail the eternal twilight!'),
|
||||
(32,'As foretold in the prophecy of darkness, the era of chaos has begun!'),
|
||||
(32,'The day of judgment is near!'),
|
||||
(32,'The prophecy of darkness has been fulfilled!'),
|
||||
(32,'The prophecy of darkness has come to pass!');
|
||||
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE IF NOT EXISTS `bbs_favorites` (
|
||||
`favId` INT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
`playerId` INT UNSIGNED NOT NULL,
|
||||
`favTitle` VARCHAR(50) NOT NULL,
|
||||
`favBypass` VARCHAR(127) NOT NULL,
|
||||
`favAddDate` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`favId`),
|
||||
UNIQUE INDEX `favId_playerId` (`favId`, `playerId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS `buffer_schemes` (
|
||||
`object_id` INT UNSIGNED NOT NULL DEFAULT '0',
|
||||
`scheme_name` VARCHAR(16) NOT NULL DEFAULT 'default',
|
||||
`skills` VARCHAR(200) NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,25 @@
|
||||
-- ---------------------------
|
||||
-- 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)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
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),
|
||||
(8,'Rune',0,0,0,7,20),
|
||||
(9,'Schuttgart',0,0,0,7,20);
|
||||
@@ -0,0 +1,137 @@
|
||||
-- ---------------------------
|
||||
-- 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)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
INSERT INTO `castle_door` (`castleId`, `id`, `name`, `x`, `y`, `z`, `range_xmin`, `range_ymin`, `range_zmin`, `range_xmax`, `range_ymax`, `range_zmax`, `hp`, `pDef`, `mDef`) 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),
|
||||
-- C5 castles, Z-coordinates unchecked
|
||||
(8,20160001,'Rune_outer_001',18492,-49243,-1215,18458,-49337,-1251,18507,-49136,-700,339420,837,674),
|
||||
(8,20160002,'Rune_outer_002',18491,-49069,-1214,18458,-49167,-1251,18506,-48968,-700,339420,837,674),
|
||||
(8,20160003,'Rune_inner_001',15775,-49202,-1059,15752,-49264,-1088,15785,-49136,-700,253200,837,674),
|
||||
(8,20160004,'Rune_inner_002',15776,-49101,-1059,15752,-49168,-1088,15785,-49039,-700,253200,837,674),
|
||||
(8,20160005,'Rune_inner_003',15352,-49149,-1057,15320,-49268,-1093,15361,-49027,-700,253200,837,674),
|
||||
(8,20160006,'Rune_inner_004',12866,-51123,-1087,12746,-51140,-1115,12984,-51096,-800,253200,837,674),
|
||||
(8,20160007,'Rune_wall_001',17162,-51449,-1084,16996,-51780,-1121,17521,-51277,-641,253200,837,674),
|
||||
(8,20160008,'Rune_wall_002',17163,-46854,-1089,16983,-47020,-1121,17522,-46522,-641,253200,837,674),
|
||||
(8,20160009,'Rune_wall_003',13793,-51445,-1072,13526,-52034,-1121,14216,-51354,-353,253200,837,674),
|
||||
(9,22130001,'Schutt_outer_001',77638,-149643,-353,77539,-149648,-381,77754,-149616,-131,316500,837,674),
|
||||
(9,22130002,'Schutt_outer_002',77476,-149643,-353,77362,-149649,-381,77571,-149616,-131,316500,837,674),
|
||||
(9,22130003,'Schutt_inner_001',77550,-150256,-347,77456,-150282,-376,77653,-150235,-126,253200,837,674),
|
||||
(9,22130004,'Schutt_wall_001',79860,-151728,-652,79730,-152022,-840,80861,-150985,-590,678840,837,674),
|
||||
(9,22130005,'Schutt_wall_002',75262,-151692,-652,74229,-152016,-839,75377,-150961,-589,678840,837,674),
|
||||
(9,22130006,'Schutt_side_door_001',79240,-152301,-648,79220,-152449,-676,79250,-152162,-426,253200,837,674),
|
||||
(9,22130007,'Schutt_side_door_002',75889,-152297,-648,75869,-152449,-676,75902,-152162,-426,253200,837,674),
|
||||
(9,22130008,'Schutt_side_door_003',79088,-151856,126,79065,-151955,97,79147,-151762,347,253200,837,674),
|
||||
(9,22130009,'Schutt_side_door_004',76020,-151856,126,75964,-151954,97,76079,-151763,347,253200,837,674),
|
||||
(9,22130010,'Schutt_ctr_001',80334,-152640,-12,80238,-152664,-43,80454,-152613,207,253200,837,674),
|
||||
(9,22130011,'Schutt_ctr_002',74768,-152639,-12,74672,-152664,-43,74888,-152613,207,253200,837,674),
|
||||
(9,22130012,'Schutt_inner_001',78849,-152663,-652,78826,-152745,-682,78855,-152592,-432,253200,837,674),
|
||||
(9,22130013,'Schutt_inner_002',76262,-152667,-652,76255,-152744,-682,76284,-152592,-432,253200,837,674),
|
||||
(9,22130014,'Schutt_station_001',78844,-153186,1055,78740,-153207,1017,78957,-153156,1267,253200,837,674),
|
||||
(9,22130015,'Schutt_station_002',76267,-153181,1055,76170,-153208,1017,76387,-153157,1267,253200,837,674),
|
||||
-- Devastated Castle
|
||||
(34,25170001,'outer_gate',178212,-15038,-2135,178211,-15038,-2294,178342,-15017,-1976,158250,644,518),
|
||||
(34,25170002,'outer_gate',178468,-15038,-2135,178339,-15038,-2295,178469,-15017,-1977,158250,644,518),
|
||||
(34,25170003,'inner_door',178121,-18226,-2286,178120,-18225,-2286,178183,-18211,-1836,79125,644,518),
|
||||
(34,25170004,'inner_door',178247,-18220,-2210,178182,-18225,-2286,178245,-18211,-1836,79125,644,518),
|
||||
(34,25170005,'inner_door',178119,-18220,-2210,178302,-18611,-2287,178309,-18573,-1837,79125,644,518),
|
||||
(34,25170006,'inner_door',178298,-18650,-2233,178302,-18648,-2287,178309,-18610,-1837,79125,644,518);
|
||||
+10
@@ -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 )
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+13
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+12
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+4119
File diff suppressed because it is too large
Load Diff
+6
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_friends` (
|
||||
`char_id` INT UNSIGNED NOT NULL default 0,
|
||||
`friend_id` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`relation` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`char_id`,`friend_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
@@ -0,0 +1,7 @@
|
||||
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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+13
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,12 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_mail` (
|
||||
`charId` int(10) NOT NULL,
|
||||
`letterId` int(10),
|
||||
`senderId` int(10) NOT NULL,
|
||||
`location` varchar(45) NOT NULL,
|
||||
`recipientNames` varchar(200) default NULL,
|
||||
`subject` varchar(128) default NULL,
|
||||
`message` varchar(3000) default NULL,
|
||||
`sentDate` timestamp NULL default NULL,
|
||||
`unread` smallint(1) default 1,
|
||||
PRIMARY KEY (`letterId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
drop table IF EXISTS `character_offline_trade`;
|
||||
CREATE TABLE `character_offline_trade` (
|
||||
`charId` int(11) NOT NULL,
|
||||
`time` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
`type` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`title` varchar(100) DEFAULT NULL,
|
||||
PRIMARY KEY (`charId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
drop table IF EXISTS `character_offline_trade_items`;
|
||||
CREATE TABLE `character_offline_trade_items` (
|
||||
`charId` int(10) NOT NULL DEFAULT '0',
|
||||
`item` int(10) NOT NULL DEFAULT '0',
|
||||
`count` int(20) NOT NULL DEFAULT '0',
|
||||
`price` int(20) NOT NULL DEFAULT '0',
|
||||
`enchant` int(20) NOT NULL DEFAULT '0'
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
-- ----------------------------
|
||||
-- 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) ,
|
||||
PRIMARY KEY (`char_id`,`name`,`var`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_raid_points` (
|
||||
`charId` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`boss_id` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`points` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`charId`,`boss_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
-- ---------------------------
|
||||
-- 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,
|
||||
type INT NOT NULL default 0,
|
||||
PRIMARY KEY (id,char_id)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+8
@@ -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)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+14
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+11
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
+16
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+12
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_variables` (
|
||||
`charId` int(10) UNSIGNED NOT NULL,
|
||||
`var` varchar(255) NOT NULL,
|
||||
`val` text NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,90 @@
|
||||
-- ---------------------------
|
||||
-- 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 1,
|
||||
curHp decimal(18,0) default 1,
|
||||
maxCp decimal(11,0) default 1,
|
||||
curCp decimal(18,0) default 1,
|
||||
maxMp decimal(11,0) default 1,
|
||||
curMp decimal(18,0) default 1,
|
||||
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,
|
||||
expBeforeDeath decimal(20,0) default 0,
|
||||
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,
|
||||
newbie decimal(1,0) default '1',
|
||||
lastAccess decimal(20,0) default NULL,
|
||||
clan_privs INT DEFAULT 0,
|
||||
wantspeace decimal(1,0) DEFAULT 0,
|
||||
isin7sdungeon decimal(1,0) NOT NULL default 0,
|
||||
punish_level TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
punish_timer INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
power_grade decimal(11,0) DEFAULT NULL,
|
||||
nobless decimal(1,0) NOT NULL DEFAULT 0,
|
||||
subpledge int(1) NOT NULL DEFAULT 0,
|
||||
last_recom_date decimal(20,0) NOT NULL DEFAULT 0,
|
||||
lvl_joined_academy int(1) NOT NULL DEFAULT 0,
|
||||
apprentice int(1) NOT NULL DEFAULT 0,
|
||||
sponsor int(1) NOT NULL DEFAULT 0,
|
||||
varka_ketra_ally int(1) NOT NULL DEFAULT 0,
|
||||
clan_join_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
|
||||
clan_create_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
|
||||
death_penalty_level int(2) NOT NULL DEFAULT 0,
|
||||
pc_point int(5) NOT NULL DEFAULT 0,
|
||||
name_color varchar(8) NOT NULL DEFAULT 0x000000,
|
||||
title_color varchar(8) NOT NULL DEFAULT 0x000000,
|
||||
first_log INT DEFAULT 1,
|
||||
aio decimal(1,0) NOT NULL DEFAULT 0,
|
||||
aio_end decimal(20,0) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (obj_Id),
|
||||
KEY `clanid` (`clanid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,27 @@
|
||||
-- ---------------------------
|
||||
-- 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,
|
||||
reputation_score INT NOT NULL default 0,
|
||||
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,
|
||||
ally_penalty_expiry_time DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
|
||||
ally_penalty_type DECIMAL( 1 ) NOT NULL DEFAULT 0,
|
||||
char_penalty_expiry_time DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
|
||||
dissolving_expiry_time DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
|
||||
enabled enum('true','false') NOT NULL DEFAULT 'false',
|
||||
notice TEXT,
|
||||
introduction TEXT,
|
||||
PRIMARY KEY (clan_id),
|
||||
KEY `leader_id` (`leader_id`),
|
||||
KEY `ally_id` (`ally_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS clan_privs (
|
||||
clan_id INT NOT NULL default 0,
|
||||
rank INT NOT NULL default 0,
|
||||
party INT NOT NULL default 0,
|
||||
privs INT NOT NULL default 0,
|
||||
PRIMARY KEY (`clan_id`,`rank`,`party`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
@@ -0,0 +1,10 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for clan_skills
|
||||
-- ----------------------------
|
||||
CREATE TABLE IF NOT EXISTS clan_skills (
|
||||
clan_id int(11) NOT NULL default 0,
|
||||
skill_id int(11) NOT NULL default 0,
|
||||
skill_level int(5) NOT NULL default 0,
|
||||
skill_name varchar(26) default NULL,
|
||||
PRIMARY KEY (`clan_id`,`skill_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS clan_subpledges (
|
||||
clan_id INT NOT NULL default '0',
|
||||
sub_pledge_id INT NOT NULL default '0',
|
||||
name varchar(45),
|
||||
leader_name varchar(35),
|
||||
PRIMARY KEY (`clan_id`,`sub_pledge_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,10 @@
|
||||
--
|
||||
-- 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',
|
||||
PRIMARY KEY (`clan1`,`clan2`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,63 @@
|
||||
-- ---------------------------
|
||||
-- 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` (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('21','Fortress of Resistance','0','100000','Ol Mahum Fortress of Resistance','Partisan','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('22','Moonstone Hall','0','100000','Clan hall located in the Town of Gludio','Gludio','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('23','Onyx Hall','0','100000','Clan hall located in the Town of Gludio','Gludio','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('24','Topaz Hall','0','100000','Clan hall located in the Town of Gludio','Gludio','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('25','Ruby Hall','0','100000','Clan hall located in the Town of Gludio','Gludio','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('26','Crystal Hall','0','100000','Clan hall located in Gludin Village','Gludin','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('27','Onyx Hall','0','100000','Clan hall located in Gludin Village','Gludin','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('28','Sapphire Hall','0','100000','Clan hall located in Gludin Village','Gludin','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('29','Moonstone Hall','0','100000','Clan hall located in Gludin Village','Gludin','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('30','Emerald Hall','0','100000','Clan hall located in Gludin Village','Gludin','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('31','The Atramental Barracks','0','100000','Clan hall located in the Town of Dion','Dion','0','1','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('32','The Scarlet Barracks','0','100000','Clan hall located in the Town of Dion','Dion','0','1','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('33','The Viridian Barracks','0','100000','Clan hall located in the Town of Dion','Dion','0','1','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('34','Devastated Castle','0','100000','Contestable Clan Hall','Devastated','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('35','Bandit Stronghold','0','100000','Contestable Clan Hall','Bandit','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('36','The Golden Chamber','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('37','The Silver Chamber','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('38','The Mithril Chamber','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('39','Silver Manor','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('40','Gold Manor','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('41','The Bronze Chamber','0','100000','Clan hall located in the Town of Aden','Aden','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('42','The Golden Chamber','0','100000','Clan hall located in the Town of Giran','Giran','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('43','The Silver Chamber','0','100000','Clan hall located in the Town of Giran','Giran','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('44','The Mithril Chamber','0','100000','Clan hall located in the Town of Giran','Giran','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('45','The Bronze Chamber','0','100000','Clan hall located in the Town of Giran','Giran','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('46','Silver Manor','0','100000','Clan hall located in the Town of Giran','Giran','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('47','Moonstone Hall','0','100000','Clan hall located in the Town of Goddard','Goddard','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('48','Onyx Hall','0','100000','Clan hall located in the Town of Goddard','Goddard','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('49','Emerald Hall','0','100000','Clan hall located in the Town of Goddard','Goddard','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('50','Sapphire Hall','0','100000','Clan hall located in the Town of Goddard','Goddard','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('51','Mont Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('52','Astaire Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('53','Aria Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('54','Yiana Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('55','Roien Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('56','Luna Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('57','Traban Chamber','0','100000','An upscale Clan hall located in the Rune Township','Rune','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('58','Eisen Hall','0','100000','Clan hall located in the Town of Schuttgart','Schuttgart','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('59','Heavy Metal Hall','0','100000','Clan hall located in the Town of Schuttgart','Schuttgart','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('60','Molten Ore Hall','0','100000','Clan hall located in the Town of Schuttgart','Schuttgart','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('61','Titan Hall','0','100000','Clan hall located in the Town of Schuttgart','Schuttgart','0','2','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('62','Rainbow Springs','0','100000','','HotSpring','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('63','Beast Farm','0','100000','','BeastFarm','0','3','0');
|
||||
INSERT IGNORE INTO `clanhall` VALUES ('64','Fortress of the Dead','0','100000','','DeadForest','0','3','0');
|
||||
+12
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
@@ -0,0 +1,16 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for clanhall_siege
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `clanhall_siege`;
|
||||
CREATE TABLE IF NOT EXISTS `clanhall_siege` (
|
||||
`id` int(11) NOT NULL,
|
||||
`name` varchar(40) NOT NULL,
|
||||
`siege_data` decimal(20,0) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
||||
INSERT INTO `clanhall_siege` VALUES
|
||||
(35, 'Bandit Stronghold', 0);
|
||||
@@ -0,0 +1,28 @@
|
||||
-- --------------------------------
|
||||
-- Table structure for table `ctf`
|
||||
-- Created by SqueezeD & Serpent for l2jfree
|
||||
-- --------------------------------
|
||||
DROP TABLE IF EXISTS `ctf`;
|
||||
CREATE TABLE `ctf` (
|
||||
`eventName` varchar(255) NOT NULL default '',
|
||||
`eventDesc` varchar(255) NOT NULL default '',
|
||||
`joiningLocation` varchar(255) NOT NULL default '',
|
||||
`minlvl` int(4) NOT NULL default '0',
|
||||
`maxlvl` int(4) NOT NULL default '0',
|
||||
`npcId` int(8) NOT NULL default '0',
|
||||
`npcX` int(11) NOT NULL default '0',
|
||||
`npcY` int(11) NOT NULL default '0',
|
||||
`npcZ` int(11) NOT NULL default '0',
|
||||
`npcHeading` int(11) NOT NULL default '0',
|
||||
`rewardId` int(11) NOT NULL default '0',
|
||||
`rewardAmount` int(11) NOT NULL default '0',
|
||||
`teamsCount` int(4) NOT NULL default '0',
|
||||
`joinTime` int(11) NOT NULL default '0',
|
||||
`eventTime` int(11) NOT NULL default '0',
|
||||
`minPlayers` int(4) NOT NULL default '0',
|
||||
`maxPlayers` int(4) NOT NULL default '0',
|
||||
`delayForNextEvent` BIGINT NOT NULL DEFAULT '0'
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
INSERT INTO `ctf` (`eventName`, `eventDesc`, `joiningLocation`, `minlvl`, `maxlvl`, `npcId`, `npcX`, `npcY`, `npcZ`, `npcHeading`, `rewardId`, `rewardAmount`, `teamsCount`, `joinTime`, `eventTime`, `minPlayers`, `maxPlayers`, `delayForNextEvent`) VALUES
|
||||
('Capture the flag', 'CTF', 'Giran', 1, 80, 70011, 82580, 148552, -3468, 16972, 8752, 1, 2, 5, 5, 2, 50, 300000);
|
||||
@@ -0,0 +1,21 @@
|
||||
-- --------------------------------
|
||||
-- Table structure for ctf_teams
|
||||
-- Created by SqueezeD & Serpent for l2jfree
|
||||
-- --------------------------------
|
||||
DROP TABLE IF EXISTS `ctf_teams`;
|
||||
CREATE TABLE `ctf_teams` (
|
||||
`teamId` int(4) NOT NULL default '0',
|
||||
`teamName` varchar(255) NOT NULL default '',
|
||||
`teamX` int(11) NOT NULL default '0',
|
||||
`teamY` int(11) NOT NULL default '0',
|
||||
`teamZ` int(11) NOT NULL default '0',
|
||||
`teamColor` int(11) NOT NULL default '0',
|
||||
`flagX` int(11) NOT NULL default '0',
|
||||
`flagY` int(11) NOT NULL default '0',
|
||||
`flagZ` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`teamId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
INSERT INTO `ctf_teams` (`teamId`, `teamName`, `teamX`, `teamY`, `teamZ`, `teamColor`, `flagX`, `flagY`, `flagZ`) VALUES
|
||||
(0, 'Blue', 87357, -145722, -1288, 16711680, 87358, -145979, -1291),
|
||||
(1, 'Red', 87351, -139984, -1536, 255, 87359, -139584, -1536);
|
||||
@@ -0,0 +1,12 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for `cursed_weapons`
|
||||
-- ----------------------------
|
||||
CREATE TABLE IF NOT EXISTS `cursed_weapons` (
|
||||
`itemId` INT,
|
||||
`playerId` INT DEFAULT 0,
|
||||
`playerKarma` INT DEFAULT 0,
|
||||
`playerPkKills` INT DEFAULT 0,
|
||||
`nbKills` INT DEFAULT 0,
|
||||
`endTime` DECIMAL(20,0) DEFAULT 0,
|
||||
PRIMARY KEY (`itemId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
@@ -0,0 +1,35 @@
|
||||
-- Information about category:
|
||||
-- Only one drop will be given per category, except in the cases when category is -1.
|
||||
-- Category -1 is used for SPOIL/SWEEP drops only! Do NOT change this.
|
||||
-- In general, category 0 is for adena and 1 seal stone color (each seal stone color should be in a different category).
|
||||
-- In general, category 1 is for full drops and parts of equipable items. However, you can change this.
|
||||
-- In general, category 2 is for all other items. However, you can change this.
|
||||
-- In general, more categories are only used for RBs who have 1 item per category (i.e. do not really drop categorized),
|
||||
-- with the sole exception of category 200 that is used for Life Stones. However, you can change this too.
|
||||
-- You can create more categories as you see fit. Just make sure the "category" number is non-negative!!
|
||||
-- Also, it is NOT a problem if category numbers are skipped (so you can have -1, 1, 5, 10 as your categories).
|
||||
--
|
||||
-- If you wish to allow more than one item to be given from the same category, you can
|
||||
-- split them up over several categories.
|
||||
-- In addition, RBs and Grandbosses (mainly) may have the exact same item repeated in multiple categories.
|
||||
-- This allows mobs to give 1 copy of the drop to each of several people (if they are lucky enough to get the drops).
|
||||
-- Calculation for each drop, when in categories, is equivallent in chance as when outside of categories.
|
||||
-- First, the sum of chances for each category is calculated as category chance. If the category is selected
|
||||
-- for drops (i.e. its chance is successful),then exactly 1 item from that category will be selected, with
|
||||
-- such a chance that the overall probability is maintained unchanged.
|
||||
|
||||
|
||||
--
|
||||
-- Table structure for table `droplist`
|
||||
--
|
||||
DROP TABLE IF EXISTS `custom_droplist`;
|
||||
CREATE TABLE `custom_droplist` (
|
||||
`mobId` INT NOT NULL DEFAULT '0',
|
||||
`itemId` INT NOT NULL DEFAULT '0',
|
||||
`min` INT NOT NULL DEFAULT '0',
|
||||
`max` INT NOT NULL DEFAULT '0',
|
||||
`category` INT NOT NULL DEFAULT '0',
|
||||
`chance` INT NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`mobId`,`itemId`,`category`),
|
||||
KEY `key_mobId` (`mobId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
--
|
||||
-- Table structure for table `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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
--
|
||||
-- Table structure for table `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)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS `custom_notspawned` (
|
||||
`id` int(11) NOT NULL,
|
||||
`isCustom` int(1) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
@@ -0,0 +1,61 @@
|
||||
--
|
||||
-- Table structure for table `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,
|
||||
`absorb_type` enum('FULL_PARTY','LAST_HIT','PARTY_ONE_RANDOM') DEFAULT 'LAST_HIT' NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
INSERT ignore INTO custom_npc values
|
||||
('31288', '31228', 'Roy the Cat', '1', 'Class Master', '1', 'Monster.cat_the_cat', '9.00', '16.00', '70', 'male', 'ClassMaster', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '490', '10', '1335', '470', '780', '382', '278', '0', '333', '0', '0', '0', '88', '132', null, '0', '0', '0', 'LAST_HIT'),
|
||||
('50000', '31228', 'Dom the Cat', '1', 'Merchant', '1', 'Monster.cat_the_cat', '9.00', '16.00', '70', 'male', 'Merchant', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '490', '10', '1335', '470', '780', '382', '278', '0', '333', '0', '0', '0', '88', '132', null, '0', '0', '0', 'LAST_HIT'),
|
||||
('50007', '31324', 'Andromeda', '1', 'Wedding Manager', '1', 'NPC.a_casino_FDarkElf', '8.00', '23.00', '70', 'female', 'WeddingManager', '40', '3862', '1493', '500', '500', '40', '43', '30', '21', '20', '10', '0', '0', '9999', '9999', '999', '999', '278', '0', '333', '316', '0', '0', '55', '132', null, '0', '1', '0', 'LAST_HIT'),
|
||||
('50008', '31228', 'Rex the Cat', '1', 'Buffer', '1', 'Monster.cat_the_cat', '9.00', '16.00', '70', 'male', 'SchemeBuffer', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '490', '10', '1335', '470', '780', '382', '278', '0', '333', '0', '0', '0', '88', '132', null, '0', '0', '0', 'LAST_HIT'),
|
||||
('55555', '22124', 'Totor', '1', 'Rebirth Manager', '1', 'NPC.a_fighterguild_master_FHuman', '11.00', '27.00', '83', 'male', 'Merchant', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '88', '132', null, '0', '0', '0', 'LAST_HIT'),
|
||||
('70010', '31606', 'Catrina', '1', 'TvT Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT'),
|
||||
('70011', '31606', 'Catretta', '1', 'CTF Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT'),
|
||||
('70012', '31606', 'Catrosa', '1', 'VIP Join Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT'),
|
||||
('70013', '31606', 'Catrigna', '1', 'VIP End Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT'),
|
||||
('70014', '31606', 'Catrieta', '1', 'DM Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'Npc', '40', '3862', '1493', '11.85', '2.78', '40', '43', '30', '21', '20', '10', '0', '0', '1314', '470', '780', '382', '278', '0', '333', '0', '0', '0', '28', '132', null, '0', '0', '0', 'LAST_HIT');
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
--
|
||||
-- Table structure for table `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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,14 @@
|
||||
--
|
||||
-- Table structure for table `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)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
+93
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
|
||||
-- ----------------------------
|
||||
-- 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)
|
||||
@@ -0,0 +1,31 @@
|
||||
-- --------------------------------
|
||||
-- Table structure for table `dm`
|
||||
-- Created by SqueezeD from l2jfree
|
||||
-- --------------------------------
|
||||
DROP TABLE IF EXISTS `dm`;
|
||||
CREATE TABLE `dm` (
|
||||
`eventName` varchar(255) NOT NULL default '',
|
||||
`eventDesc` varchar(255) NOT NULL default '',
|
||||
`joiningLocation` varchar(255) NOT NULL default '',
|
||||
`minlvl` int(4) NOT NULL default '0',
|
||||
`maxlvl` int(4) NOT NULL default '0',
|
||||
`npcId` int(8) NOT NULL default '0',
|
||||
`npcX` int(11) NOT NULL default '0',
|
||||
`npcY` int(11) NOT NULL default '0',
|
||||
`npcZ` int(11) NOT NULL default '0',
|
||||
`npcHeading` int(11) NOT NULL DEFAULT '0',
|
||||
`rewardId` int(11) NOT NULL default '0',
|
||||
`rewardAmount` int(11) NOT NULL default '0',
|
||||
`joinTime` int(11) NOT NULL DEFAULT '0',
|
||||
`eventTime` int(11) NOT NULL DEFAULT '0',
|
||||
`minPlayers` int(11) NOT NULL DEFAULT '0',
|
||||
`maxPlayers` int(11) NOT NULL DEFAULT '0',
|
||||
`color` int(11) NOT NULL default '0',
|
||||
`playerX` int(11) NOT NULL default '0',
|
||||
`playerY` int(11) NOT NULL default '0',
|
||||
`playerZ` int(11) NOT NULL default '0',
|
||||
`delayForNextEvent` BIGINT NOT NULL DEFAULT '0'
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
INSERT INTO `dm` values
|
||||
('DM', 'A PvP Event', 'Giran', 1, 81, 70014, 82580, 148552, -3468, 1, 8752, 1, 2, 5, 2, 50, 2552550, 116615, 76200, -2729, 300000);
|
||||
File diff suppressed because it is too large
Load Diff
+14538
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,15 @@
|
||||
CREATE TABLE IF NOT EXISTS `engraved_items` (
|
||||
`object_id` int(11) NOT NULL,
|
||||
`item_id` int(11) NOT NULL,
|
||||
`engraver_id` int(11) NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `engraved_log` (
|
||||
`object_id` int(11) NOT NULL,
|
||||
`actiondate` decimal(12,0) NOT NULL,
|
||||
`process` varchar(64) NOT NULL,
|
||||
`itemName` varchar(64) NOT NULL,
|
||||
`form_char` varchar(64) NOT NULL,
|
||||
`to_char` varchar(64) NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS `fishing_championship` (
|
||||
`player_name` VARCHAR(35) NOT NULL,
|
||||
`fish_length` DOUBLE(10,3) NOT NULL,
|
||||
`rewarded` INT(1) NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
+137
@@ -0,0 +1,137 @@
|
||||
DROP TABLE IF EXISTS `fishing_skill_trees`;
|
||||
--
|
||||
-- Table structure for fishing_skill_trees
|
||||
--
|
||||
CREATE TABLE IF NOT EXISTS `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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
|
||||
--
|
||||
-- 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);
|
||||
@@ -0,0 +1,37 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for fort
|
||||
-- ----------------------------
|
||||
CREATE TABLE `fort` (
|
||||
`id` int(11) NOT NULL default '0',
|
||||
`name` varchar(25) NOT NULL,
|
||||
`siegeDate` decimal(20,0) NOT NULL default '0',
|
||||
`siegeDayOfWeek` int(11) NOT NULL default '7',
|
||||
`siegeHourOfDay` int(11) NOT NULL default '20',
|
||||
`owner` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
||||
INSERT INTO `fort` VALUES ('101', 'Shanty', '0', '0', '0', '0');
|
||||
INSERT INTO `fort` VALUES ('102', 'Southern', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('103', 'Hive', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('104', 'Valley', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('105', 'Ivory', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('106', 'Narsell', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('107', 'Basin', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('108', 'WhiteSands', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('109', 'Borderland', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('110', 'Swampland', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('111', 'Archaic', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('112', 'Floran', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('113', 'CloudMountain', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('114', 'Tanor', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('115', 'Dragonspine', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('116', 'Antharas', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('117', 'Western', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('118', 'Hunters', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('119', 'Aaru', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('120', 'Demon', '0', '0', '20', '0');
|
||||
INSERT INTO `fort` VALUES ('121', 'Monastic', '0', '0', '20', '0');
|
||||
@@ -0,0 +1,233 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for fort_door
|
||||
-- ---------------------------
|
||||
DROP TABLE IF EXISTS fort_door;
|
||||
CREATE TABLE fort_door (
|
||||
fortId 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 (fortId)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
INSERT INTO `fort_door` VALUES
|
||||
(101,18220001,'Gate_of_fort',-50796,155913,-2102,0,0,0,0,0,0,67884,644,518),
|
||||
(101,18220002,'Gate_of_fort',-53359,156592,-2081,0,0,0,0,0,0,67884,644,518),
|
||||
(101,18220003,'Gate_of_fort',-53313,156743,-2081,0,0,0,0,0,0,67884,644,518),
|
||||
(101,18220004,'Gate_of_fort',-52211,156244,-2081,0,0,0,0,0,0,67884,644,518),
|
||||
(101,18220005,'Gate_of_fort',-52165,156395,-2081,0,0,0,0,0,0,67884,644,518),
|
||||
(101,18220006,'Gate_of_fort',-52817,157874,-2053,0,0,0,0,0,0,67884,644,518),
|
||||
(101,18220007,'Gate_of_fort',-52771,158025,-2053,0,0,0,0,0,0,67884,644,518),
|
||||
(101,18220008,'Gate_of_fort',-54738,157112,-2102,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240001,'Gate_of_fort',-22326,218062,-3237,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240002,'Gate_of_fort',-22326,218220,-3237,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240003,'Gate_of_fort',-23550,218784,-3263,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240004,'Gate_of_fort',-23550,218940,-3263,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240005,'Gate_of_fort',-25126,219880,-3291,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240006,'Gate_of_fort',-22106,219722,-3264,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240007,'Gate_of_fort',-22106,219880,-3264,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240008,'Gate_of_fort',-23305,219722,-3264,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240009,'Gate_of_fort',-23305,219880,-3264,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240010,'Gate_of_fort',-20241,219888,-3288,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240011,'Gate_of_fort',-23211,221582,-3227,0,0,0,0,0,0,67884,644,518),
|
||||
(102,19240012,'Gate_of_fort',-23211,221740,-3227,0,0,0,0,0,0,67884,644,518),
|
||||
(103,20230003,'Gate_of_fort',15546,186351,-2972,0,0,0,0,0,0,67884,644,518),
|
||||
(103,20230004,'Gate_of_fort',16180,187607,-2952,0,0,0,0,0,0,67884,644,518),
|
||||
(103,20230005,'Gate_of_fort',16312,187520,-2952,0,0,0,0,0,0,67884,644,518),
|
||||
(103,20230006,'Gate_of_fort',17540,187015,-2923,0,0,0,0,0,0,67884,644,518),
|
||||
(103,20230007,'Gate_of_fort',17670,186928,-2923,0,0,0,0,0,0,67884,644,518),
|
||||
(103,20230008,'Gate_of_fort',16848,188606,-2952,0,0,0,0,0,0,67884,644,518),
|
||||
(103,20230009,'Gate_of_fort',16979,188518,-2952,0,0,0,0,0,0,67884,644,518),
|
||||
(103,20230010,'Gate_of_fort',17826,189764,-2972,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210001,'Gate_of_fort',126069,120674,-2634,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210002,'Gate_of_fort',126760,121726,-2613,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210003,'Gate_of_fort',126760,121884,-2613,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210004,'Gate_of_fort',124224,122888,-2583,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210005,'Gate_of_fort',124382,122888,-2583,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210006,'Gate_of_fort',126000,123942,-2613,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210007,'Gate_of_fort',126158,123942,-2613,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210008,'Gate_of_fort',127569,123334,-2571,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210009,'Gate_of_fort',127569,123492,-2571,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210010,'Gate_of_fort',126000,122744,-2613,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210011,'Gate_of_fort',126158,122744,-2613,0,0,0,0,0,0,67884,644,518),
|
||||
(104,23210012,'Gate_of_fort',126066,125563,-2634,0,0,0,0,0,0,67884,644,518),
|
||||
(105,22180001,'Gate_of_fort',74199,2788,-3093,0,0,0,0,0,0,67884,644,518),
|
||||
(105,22180002,'Gate_of_fort',72418,4689,-3073,0,0,0,0,0,0,67884,644,518),
|
||||
(105,22180003,'Gate_of_fort',72540,4790,-3073,0,0,0,0,0,0,67884,644,518),
|
||||
(105,22180004,'Gate_of_fort',73178,3764,-3073,0,0,0,0,0,0,67884,644,518),
|
||||
(105,22180005,'Gate_of_fort',73300,3864,-3073,0,0,0,0,0,0,67884,644,518),
|
||||
(105,22180006,'Gate_of_fort',74141,4890,-3044,0,0,0,0,0,0,67884,644,518),
|
||||
(105,22180007,'Gate_of_fort',74263,4990,-3044,0,0,0,0,0,0,67884,644,518),
|
||||
(105,22180008,'Gate_of_fort',71596,5960,-3093,0,0,0,0,0,0,67884,644,518),
|
||||
(106,24190005,'Gate_of_fort',153328,56710,-3303,0,0,0,0,0,0,67884,644,518),
|
||||
(106,24190006,'Gate_of_fort',155311,54864,-3282,0,0,0,0,0,0,67884,644,518),
|
||||
(106,24190007,'Gate_of_fort',155411,54986,-3282,0,0,0,0,0,0,67884,644,518),
|
||||
(106,24190008,'Gate_of_fort',154384,55624,-3282,0,0,0,0,0,0,67884,644,518),
|
||||
(106,24190009,'Gate_of_fort',154484,55746,-3282,0,0,0,0,0,0,67884,644,518),
|
||||
(106,24190010,'Gate_of_fort',156501,54106,-3303,0,0,0,0,0,0,67884,644,518),
|
||||
(106,24190011,'Gate_of_fort',156035,56156,-3253,0,0,0,0,0,0,67884,644,518),
|
||||
(106,24190012,'Gate_of_fort',156135,56278,-3253,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190001,'Gate_of_fort',189904,37070,-3460,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190002,'Gate_of_fort',190612,38122,-3443,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190003,'Gate_of_fort',190612,38280,-3443,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190004,'Gate_of_fort',188076,39284,-3409,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190005,'Gate_of_fort',188234,39284,-3409,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190006,'Gate_of_fort',189852,40340,-3438,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190007,'Gate_of_fort',190010,40340,-3438,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190008,'Gate_of_fort',189852,39139,-3438,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190009,'Gate_of_fort',190010,39139,-3438,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190010,'Gate_of_fort',191421,39730,-3397,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190011,'Gate_of_fort',191421,39888,-3397,0,0,0,0,0,0,67884,644,518),
|
||||
(107,25190012,'Gate_of_fort',189913,41955,-3460,0,0,0,0,0,0,67884,644,518),
|
||||
(108,23240001,'Gate_of_fort',116614,203941,-3382,0,0,0,0,0,0,67884,644,518),
|
||||
(108,23240002,'Gate_of_fort',118905,205272,-3361,0,0,0,0,0,0,67884,644,518),
|
||||
(108,23240003,'Gate_of_fort',118979,205133,-3361,0,0,0,0,0,0,67884,644,518),
|
||||
(108,23240004,'Gate_of_fort',119430,203983,-3333,0,0,0,0,0,0,67884,644,518),
|
||||
(108,23240005,'Gate_of_fort',119504,203843,-3333,0,0,0,0,0,0,67884,644,518),
|
||||
(108,23240006,'Gate_of_fort',117847,204708,-3361,0,0,0,0,0,0,67884,644,518),
|
||||
(108,23240007,'Gate_of_fort',117922,204568,-3361,0,0,0,0,0,0,67884,644,518),
|
||||
(108,23240008,'Gate_of_fort',120248,205879,-3382,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150001,'Gate_of_fort',158498,-72104,-2865,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150002,'Gate_of_fort',158585,-71973,-2865,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150003,'Gate_of_fort',157297,-69092,-2916,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150004,'Gate_of_fort',159605,-70707,-2892,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150005,'Gate_of_fort',159693,-70576,-2892,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150006,'Gate_of_fort',158606,-70040,-2892,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150007,'Gate_of_fort',158694,-69909,-2892,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150008,'Gate_of_fort',161354,-71814,-2916,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150009,'Gate_of_fort',160742,-70553,-2899,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150010,'Gate_of_fort',160872,-70640,-2899,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150011,'Gate_of_fort',159854,-68987,-2853,0,0,0,0,0,0,67884,644,518),
|
||||
(109,24150012,'Gate_of_fort',159985,-69075,-2853,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160001,'Gate_of_fort',68834,-63635,-2834,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160002,'Gate_of_fort',68643,-62607,-2814,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160003,'Gate_of_fort',68703,-62461,-2814,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160004,'Gate_of_fort',69991,-60842,-2814,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160005,'Gate_of_fort',70137,-60902,-2814,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160006,'Gate_of_fort',67849,-61153,-2776,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160007,'Gate_of_fort',67995,-61214,-2776,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160008,'Gate_of_fort',69532,-61951,-2814,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160009,'Gate_of_fort',69678,-62012,-2814,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160010,'Gate_of_fort',71440,-61683,-2786,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160011,'Gate_of_fort',71586,-61743,-2786,0,0,0,0,0,0,67884,644,518),
|
||||
(110,22160012,'Gate_of_fort',70698,-59119,-2834,0,0,0,0,0,0,67884,644,518),
|
||||
(111,23130001,'Gate_of_fort',107495,-140524,-3009,0,0,0,0,0,0,67884,644,518),
|
||||
(111,23130002,'Gate_of_fort',110037,-141474,-2984,0,0,0,0,0,0,67884,644,518),
|
||||
(111,23130003,'Gate_of_fort',110083,-141323,-2984,0,0,0,0,0,0,67884,644,518),
|
||||
(111,23130004,'Gate_of_fort',108889,-141126,-2984,0,0,0,0,0,0,67884,644,518),
|
||||
(111,23130005,'Gate_of_fort',108935,-140975,-2984,0,0,0,0,0,0,67884,644,518),
|
||||
(111,23130006,'Gate_of_fort',111423,-141714,-3009,0,0,0,0,0,0,67884,644,518),
|
||||
(111,23130007,'Gate_of_fort',110210,-140001,-2959,0,0,0,0,0,0,67884,644,518),
|
||||
(111,23130008,'Gate_of_fort',110255,-139851,-2959,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220017,'Gate_of_fort',4738,147966,-2918,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220018,'Gate_of_fort',4896,147966,-2918,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220019,'Gate_of_fort',6381,148169,-2889,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220020,'Gate_of_fort',6381,148327,-2889,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220021,'Gate_of_fort',4016,148732,-2938,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220022,'Gate_of_fort',6212,149673,-2917,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220023,'Gate_of_fort',6212,149831,-2917,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220024,'Gate_of_fort',5011,149673,-2917,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220025,'Gate_of_fort',5011,149831,-2917,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220026,'Gate_of_fort',7439,150734,-2938,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220027,'Gate_of_fort',5135,151876,-2879,0,0,0,0,0,0,67884,644,518),
|
||||
(112,20220028,'Gate_of_fort',5293,151876,-2879,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200001,'Gate_of_fort',-54247,89585,-2870,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200002,'Gate_of_fort',-53312,91823,-2849,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200003,'Gate_of_fort',-53154,91823,-2849,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200004,'Gate_of_fort',-51513,90259,-2851,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200005,'Gate_of_fort',-51513,90417,-2851,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200006,'Gate_of_fort',-55123,91775,-2819,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200007,'Gate_of_fort',-55123,91933,-2819,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200008,'Gate_of_fort',-51146,91961,-2811,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200009,'Gate_of_fort',-51259,92074,-2811,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200010,'Gate_of_fort',-52256,92985,-2869,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200011,'Gate_of_fort',-53318,90621,-2849,0,0,0,0,0,0,67884,644,518),
|
||||
(113,18200012,'Gate_of_fort',-53160,90621,-2849,0,0,0,0,0,0,67884,644,518),
|
||||
(114,21220001,'Gate_of_fort',58984,138135,-1803,0,0,0,0,0,0,67884,644,518),
|
||||
(114,21220002,'Gate_of_fort',60320,140038,-1782,0,0,0,0,0,0,67884,644,518),
|
||||
(114,21220003,'Gate_of_fort',60474,140007,-1782,0,0,0,0,0,0,67884,644,518),
|
||||
(114,21220004,'Gate_of_fort',61655,138596,-1754,0,0,0,0,0,0,67884,644,518),
|
||||
(114,21220005,'Gate_of_fort',61809,138565,-1754,0,0,0,0,0,0,67884,644,518),
|
||||
(114,21220006,'Gate_of_fort',60086,138864,-1782,0,0,0,0,0,0,67884,644,518),
|
||||
(114,21220007,'Gate_of_fort',60240,138833,-1782,0,0,0,0,0,0,67884,644,518),
|
||||
(114,21220008,'Gate_of_fort',61544,140749,-1803,0,0,0,0,0,0,67884,644,518),
|
||||
(115,20200001,'Gate_of_fort',12496,93487,-3429,0,0,0,0,0,0,158250,644,518),
|
||||
(115,20200002,'Gate_of_fort',11467,94385,-3426,0,0,0,0,0,0,158250,644,518),
|
||||
(115,20200003,'Gate_of_fort',11605,94374,-3426,0,0,0,0,0,0,158250,644,518),
|
||||
(115,20200004,'Gate_of_fort',10126,94940,-3399,0,0,0,0,0,0,158250,644,518),
|
||||
(115,20200005,'Gate_of_fort',10124,95088,-3399,0,0,0,0,0,0,158250,644,518),
|
||||
(115,20200006,'Gate_of_fort',11466,95581,-3426,0,0,0,0,0,0,158250,644,518),
|
||||
(115,20200007,'Gate_of_fort',11610,95585,-3426,0,0,0,0,0,0,158250,644,518),
|
||||
(115,20200008,'Gate_of_fort',10476,96573,-3429,0,0,0,0,0,0,158250,644,518),
|
||||
(116,22200001,'Gate_of_fort',78090,89321,-2934,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200002,'Gate_of_fort',80522,89326,-2877,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200003,'Gate_of_fort',80661,89401,-2877,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200004,'Gate_of_fort',79730,91401,-2912,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200005,'Gate_of_fort',79804,91262,-2912,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200006,'Gate_of_fort',78673,90835,-2912,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200007,'Gate_of_fort',78747,90696,-2912,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200008,'Gate_of_fort',77815,92082,-2887,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200009,'Gate_of_fort',77889,91943,-2887,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200010,'Gate_of_fort',79034,92957,-2916,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200011,'Gate_of_fort',79172,93030,-2916,0,0,0,0,0,0,67884,644,518),
|
||||
(116,22200012,'Gate_of_fort',80167,92700,-2934,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170001,'Gate_of_fort',112349,-16973,-1045,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170002,'Gate_of_fort',109785,-15919,-995,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170003,'Gate_of_fort',109943,-15919,-995,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170004,'Gate_of_fort',111289,-14550,-1023,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170005,'Gate_of_fort',111447,-14550,-1023,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170006,'Gate_of_fort',109582,-14432,-1024,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170007,'Gate_of_fort',109582,-14274,-1024,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170008,'Gate_of_fort',111289,-15750,-1023,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170009,'Gate_of_fort',111447,-15750,-1023,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170010,'Gate_of_fort',113492,-14829,-987,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170011,'Gate_of_fort',113492,-14673,-987,0,0,0,0,0,0,67884,644,518),
|
||||
(117,23170012,'Gate_of_fort',110348,-13549,-1047,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200001,'Gate_of_fort',124213,93493,-2191,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200002,'Gate_of_fort',125167,95734,-2168,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200003,'Gate_of_fort',125325,95734,-2168,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200004,'Gate_of_fort',126966,94171,-2170,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200005,'Gate_of_fort',126966,94329,-2170,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200006,'Gate_of_fort',123356,95687,-2138,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200007,'Gate_of_fort',123356,95845,-2138,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200008,'Gate_of_fort',125167,94534,-2168,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200009,'Gate_of_fort',125325,94534,-2168,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200010,'Gate_of_fort',127221,95985,-2130,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200011,'Gate_of_fort',127332,95873,-2130,0,0,0,0,0,0,67884,644,518),
|
||||
(118,23200012,'Gate_of_fort',126193,96897,-2190,0,0,0,0,0,0,67884,644,518),
|
||||
(119,22230001,'Gate_of_fort',73057,184177,-2630,0,0,0,0,0,0,67884,644,518),
|
||||
(119,22230002,'Gate_of_fort',71908,185170,-2581,0,0,0,0,0,0,67884,644,518),
|
||||
(119,22230003,'Gate_of_fort',71996,185039,-2581,0,0,0,0,0,0,67884,644,518),
|
||||
(119,22230004,'Gate_of_fort',72714,186440,-2609,0,0,0,0,0,0,67884,644,518),
|
||||
(119,22230005,'Gate_of_fort',72846,186528,-2609,0,0,0,0,0,0,67884,644,518),
|
||||
(119,22230006,'Gate_of_fort',73381,185443,-2609,0,0,0,0,0,0,67884,644,518),
|
||||
(119,22230007,'Gate_of_fort',73512,185531,-2609,0,0,0,0,0,0,67884,644,518),
|
||||
(119,22230008,'Gate_of_fort',73037,187834,-2630,0,0,0,0,0,0,67884,644,518),
|
||||
(120,23160001,'Gate_of_fort',99133,-56363,-693,0,0,0,0,0,0,67884,644,518),
|
||||
(120,23160002,'Gate_of_fort',100609,-56729,-645,0,0,0,0,0,0,67884,644,518),
|
||||
(120,23160003,'Gate_of_fort',100767,-56727,-645,0,0,0,0,0,0,67884,644,518),
|
||||
(120,23160004,'Gate_of_fort',101315,-55398,-673,0,0,0,0,0,0,67884,644,518),
|
||||
(120,23160005,'Gate_of_fort',101315,-55240,-673,0,0,0,0,0,0,67884,644,518),
|
||||
(120,23160006,'Gate_of_fort',100114,-55398,-673,0,0,0,0,0,0,67884,644,518),
|
||||
(120,23160007,'Gate_of_fort',100114,-55241,-673,0,0,0,0,0,0,67884,644,518),
|
||||
(120,23160008,'Gate_of_fort',102190,-54353,-695,0,0,0,0,0,0,67884,644,518),
|
||||
(121,22150001,'Gate_of_fort',72491,-96493,-1478,0,0,0,0,0,0,67884,644,518),
|
||||
(121,22150002,'Gate_of_fort',72324,-94183,-1456,0,0,0,0,0,0,67884,644,518),
|
||||
(121,22150003,'Gate_of_fort',72470,-94243,-1456,0,0,0,0,0,0,67884,644,518),
|
||||
(121,22150004,'Gate_of_fort',70847,-94274,-1428,0,0,0,0,0,0,67884,644,518),
|
||||
(121,22150005,'Gate_of_fort',70907,-94128,-1428,0,0,0,0,0,0,67884,644,518),
|
||||
(121,22150006,'Gate_of_fort',71864,-95290,-1456,0,0,0,0,0,0,67884,644,518),
|
||||
(121,22150007,'Gate_of_fort',72010,-95351,-1456,0,0,0,0,0,0,67884,644,518),
|
||||
(121,22150008,'Gate_of_fort',71795,-92905,-1477,0,0,0,0,0,0,67884,644,518);
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for fort_doorupgrade
|
||||
-- ----------------------------
|
||||
CREATE TABLE `fort_doorupgrade` (
|
||||
`doorId` int(11) NOT NULL default '0',
|
||||
`fortId` int(11) NOT NULL,
|
||||
`hp` int(11) NOT NULL default '0',
|
||||
`pDef` int(11) NOT NULL default '0',
|
||||
`mDef` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`doorId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+3472
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,10 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for fortsiege_clans
|
||||
-- ----------------------------
|
||||
CREATE TABLE `fortsiege_clans` (
|
||||
`fort_id` int(1) NOT NULL default '0',
|
||||
`clan_id` int(11) NOT NULL default '0',
|
||||
`type` int(1) default NULL,
|
||||
`fort_owner` int(1) default NULL,
|
||||
PRIMARY KEY (`clan_id`,`fort_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
@@ -0,0 +1,16 @@
|
||||
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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
INSERT IGNORE INTO `forums` VALUES
|
||||
(1, 'NormalRoot', 0, 0, 0, 1, 0),
|
||||
(2, 'ClanRoot', 0, 0, 0, 0, 0),
|
||||
(3, 'MemoRoot', 0, 0, 0, 0, 0),
|
||||
(4, 'MailRoot', 0, 0, 0, 0, 0);
|
||||
+1632
File diff suppressed because it is too large
Load Diff
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS `global_variables` (
|
||||
`var` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
`value` VARCHAR(255) ,
|
||||
PRIMARY KEY (`var`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,40 @@
|
||||
-- ---------------------------
|
||||
-- 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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
|
||||
INSERT IGNORE INTO `grandboss_data` VALUES
|
||||
(29019, 185708,114298,-8221,32768, 0, 13090000, 22197, 0), -- Antharas
|
||||
(29020, 115213,16623,10080,41740, 0, 790857, 3347, 0), -- Baium
|
||||
(29006, 17726, 108915, -6480, 0, 0, 162561, 575, 0), -- Core
|
||||
(29001, -21610, 181594, -5734, 0, 0, 2179536, 667, 0), -- Queen Ant
|
||||
(29045, 0,0,0,0, 0, 790857, 1859, 0), -- Frintezza
|
||||
(29046, 0,0,0,0, 0, 63, 44, 0), -- Scarlet Van Halisha
|
||||
(29047, 0,0,0,0, 0, 350000, 85, 0), -- Scarlet Van Halisha
|
||||
(29054, 0,0,0,0, 0, 300000, 2000, 0), -- Benom
|
||||
(29014, 55024, 17368, -5412, 10126, 0, 325124, 1660, 0), -- Orfen
|
||||
(29062, 0,0,0,0, 0, NULL, NULL, 0),
|
||||
(29022, 55312, 219168, -3223, 0, 0, 858518, 1975, 0), -- Zaken
|
||||
(29028, 213004, -114890, -1595, 0, 0, 16660000, 22197, 0); -- Valakas
|
||||
-- (25333, 000000,000000,000000,0, 0,193763,3718, 0), -- Anakazel (28) -- (Spawn by Dimensional Instance)
|
||||
-- (25334, 000000,000000,000000,0, 0,306698,3718, 0), -- Anakazel (38) -- (Spawn by Dimensional Instance)
|
||||
-- (25335, 000000,000000,000000,0, 0,494363,3718, 0), -- Anakazel (48) -- (Spawn by Dimensional Instance)
|
||||
-- (25336, 000000,000000,000000,0, 0,705074,3718, 0), -- Anakazel (58) -- (Spawn by Dimensional Instance)
|
||||
-- (25337, 000000,000000,000000,0, 0,865808,3718, 0), -- Anakazel (68) -- (Spawn by Dimensional Instance)
|
||||
-- (25338, 000000,000000,000000,0, 0,977523,3718, 0); -- Anakazel (78) -- (Spawn by Dimensional Instance)
|
||||
|
||||
INSERT IGNORE INTO `grandboss_data` VALUES
|
||||
(29066, 185708, 114298, -8221,32768, 0, 11186000, 1998000, 0), -- Antharas Weak (85)
|
||||
(29067, 185708, 114298, -8221,32768, 0, 14518000, 1998000, 0), -- Antharas Normal (85)
|
||||
(29068, 185708, 114298, -8221,32768, 0, 17850000, 1998000, 0); -- Antharas Strong (85)
|
||||
@@ -0,0 +1,10 @@
|
||||
-- ---------------------------
|
||||
-- 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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+34
@@ -0,0 +1,34 @@
|
||||
DROP TABLE IF EXISTS `helper_buff_list`;
|
||||
#----------------------------
|
||||
# Table structure for 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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
#----------------------------
|
||||
# Records for table helper_buff_list
|
||||
#----------------------------
|
||||
|
||||
insert into helper_buff_list values
|
||||
(0, 4322, 'WindWalk', 1, 8, 39, 'false'),
|
||||
(1, 4323, 'Shield', 1, 11, 39, 'false'),
|
||||
(2, 4338, 'Life Cubic', 1, 16, 36, 'false'),
|
||||
(3, 4324, 'Bless the Body', 1, 12, 38, 'false'),
|
||||
(4, 4325, 'Vampiric Rage', 1, 13, 38, 'false'),
|
||||
(5, 4326, 'Regeneration', 1, 14, 38, 'false'),
|
||||
(6, 4327, 'Haste', 1, 15, 37, 'false'),
|
||||
(7, 4322, 'WindWalk', 1, 8, 39, 'true'),
|
||||
(8, 4323, 'Shield', 1, 11, 39, 'true'),
|
||||
(9, 4338, 'Life Cubic', 1, 16, 36, 'true'),
|
||||
(10, 4328, 'Bless the Soul', 1, 12, 38, 'true'),
|
||||
(11, 4329, 'Acumen', 1, 13, 38, 'true'),
|
||||
(12, 4330, 'Concentration', 1, 14, 38, 'true'),
|
||||
(13, 4331, 'Empower', 1, 15, 37, 'true');
|
||||
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS `heroes` (
|
||||
`charId` decimal(11,0) NOT NULL default '0',
|
||||
`char_name` varchar(45) NOT NULL default '',
|
||||
`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 (`charId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -0,0 +1,23 @@
|
||||
-- ----------------------------
|
||||
-- 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,
|
||||
`mana_left` decimal(3,0) NOT NULL default -1,
|
||||
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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,14 @@
|
||||
CREATE TABLE IF NOT EXISTS lottery (
|
||||
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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
@@ -0,0 +1,15 @@
|
||||
CREATE TABLE IF NOT EXISTS `mdt_bets` (
|
||||
`lane_id` INT(1) DEFAULT 0,
|
||||
`bet` INT DEFAULT 0,
|
||||
PRIMARY KEY (`lane_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
|
||||
INSERT INTO `mdt_bets` VALUES
|
||||
('1','0'),
|
||||
('2','0'),
|
||||
('3','0'),
|
||||
('4','0'),
|
||||
('5','0'),
|
||||
('6','0'),
|
||||
('7','0'),
|
||||
('8','0');
|
||||
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS `mdt_history` (
|
||||
`race_id` MEDIUMINT DEFAULT 0,
|
||||
`first` INT(1) DEFAULT 0,
|
||||
`second` INT(1) DEFAULT 0,
|
||||
`odd_rate` DOUBLE(10,2) DEFAULT 0,
|
||||
PRIMARY KEY (`race_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
+30
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
|
||||
--
|
||||
-- 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);
|
||||
+17854
File diff suppressed because it is too large
Load Diff
@@ -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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
+681
@@ -0,0 +1,681 @@
|
||||
--
|
||||
-- Table structure for table `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)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
|
||||
--
|
||||
-- Dumping data for table `merchant_shopids`
|
||||
--
|
||||
|
||||
-- General Shops
|
||||
|
||||
INSERT INTO merchant_shopids VALUES (1,'30001');
|
||||
INSERT INTO merchant_shopids VALUES (2,'30001');
|
||||
INSERT INTO merchant_shopids VALUES (3,'30087');
|
||||
INSERT INTO merchant_shopids VALUES (4,'30087');
|
||||
INSERT INTO merchant_shopids VALUES (5,'30088');
|
||||
INSERT INTO merchant_shopids VALUES (6,'30088');
|
||||
INSERT INTO merchant_shopids VALUES (7,'30090');
|
||||
INSERT INTO merchant_shopids VALUES (8,'30091');
|
||||
INSERT INTO merchant_shopids VALUES (9,'30093');
|
||||
INSERT INTO merchant_shopids VALUES (10,'30093');
|
||||
INSERT INTO merchant_shopids VALUES (11,'30002');
|
||||
INSERT INTO merchant_shopids VALUES (12,'30002');
|
||||
INSERT INTO merchant_shopids VALUES (13,'30003');
|
||||
INSERT INTO merchant_shopids VALUES (14,'30004');
|
||||
INSERT INTO merchant_shopids VALUES (15,'30060');
|
||||
INSERT INTO merchant_shopids VALUES (16,'30060');
|
||||
INSERT INTO merchant_shopids VALUES (17,'30061');
|
||||
INSERT INTO merchant_shopids VALUES (18,'30061');
|
||||
INSERT INTO merchant_shopids VALUES (19,'30062');
|
||||
INSERT INTO merchant_shopids VALUES (20,'30063');
|
||||
INSERT INTO merchant_shopids VALUES (21,'30165');
|
||||
INSERT INTO merchant_shopids VALUES (22,'30078');
|
||||
INSERT INTO merchant_shopids VALUES (23,'30081');
|
||||
INSERT INTO merchant_shopids VALUES (24,'30082');
|
||||
INSERT INTO merchant_shopids VALUES (25,'30084');
|
||||
INSERT INTO merchant_shopids VALUES (26,'30084');
|
||||
INSERT INTO merchant_shopids VALUES (27,'30085');
|
||||
INSERT INTO merchant_shopids VALUES (28,'30085');
|
||||
INSERT INTO merchant_shopids VALUES (29,'30094');
|
||||
INSERT INTO merchant_shopids VALUES (30,'30094');
|
||||
INSERT INTO merchant_shopids VALUES (31,'30135');
|
||||
INSERT INTO merchant_shopids VALUES (32,'30135');
|
||||
INSERT INTO merchant_shopids VALUES (33,'30136');
|
||||
INSERT INTO merchant_shopids VALUES (34,'30136');
|
||||
INSERT INTO merchant_shopids VALUES (35,'30137');
|
||||
INSERT INTO merchant_shopids VALUES (36,'30138');
|
||||
INSERT INTO merchant_shopids VALUES (37,'30147');
|
||||
INSERT INTO merchant_shopids VALUES (38,'30147');
|
||||
INSERT INTO merchant_shopids VALUES (39,'30148');
|
||||
INSERT INTO merchant_shopids VALUES (40,'30148');
|
||||
INSERT INTO merchant_shopids VALUES (41,'30149');
|
||||
INSERT INTO merchant_shopids VALUES (42,'30150');
|
||||
INSERT INTO merchant_shopids VALUES (43,'30163');
|
||||
INSERT INTO merchant_shopids VALUES (44,'30164');
|
||||
INSERT INTO merchant_shopids VALUES (45,'30165');
|
||||
INSERT INTO merchant_shopids VALUES (46,'30166');
|
||||
INSERT INTO merchant_shopids VALUES (47,'30178');
|
||||
INSERT INTO merchant_shopids VALUES (48,'30178');
|
||||
INSERT INTO merchant_shopids VALUES (49,'30179');
|
||||
INSERT INTO merchant_shopids VALUES (50,'30179');
|
||||
INSERT INTO merchant_shopids VALUES (51,'30180');
|
||||
INSERT INTO merchant_shopids VALUES (52,'30181');
|
||||
INSERT INTO merchant_shopids VALUES (53,'30207');
|
||||
INSERT INTO merchant_shopids VALUES (54,'30207');
|
||||
INSERT INTO merchant_shopids VALUES (55,'30208');
|
||||
INSERT INTO merchant_shopids VALUES (56,'30208');
|
||||
INSERT INTO merchant_shopids VALUES (57,'30209');
|
||||
INSERT INTO merchant_shopids VALUES (58,'30230');
|
||||
INSERT INTO merchant_shopids VALUES (59,'30230');
|
||||
INSERT INTO merchant_shopids VALUES (60,'30231');
|
||||
INSERT INTO merchant_shopids VALUES (61,'30253');
|
||||
INSERT INTO merchant_shopids VALUES (62,'30253');
|
||||
INSERT INTO merchant_shopids VALUES (63,'30254');
|
||||
INSERT INTO merchant_shopids VALUES (64,'30294');
|
||||
INSERT INTO merchant_shopids VALUES (65,'30301');
|
||||
INSERT INTO merchant_shopids VALUES (66,'30313');
|
||||
INSERT INTO merchant_shopids VALUES (67,'30314');
|
||||
INSERT INTO merchant_shopids VALUES (68,'30315');
|
||||
INSERT INTO merchant_shopids VALUES (69,'30321');
|
||||
INSERT INTO merchant_shopids VALUES (70,'30321');
|
||||
INSERT INTO merchant_shopids VALUES (71,'30420');
|
||||
INSERT INTO merchant_shopids VALUES (72,'30436');
|
||||
INSERT INTO merchant_shopids VALUES (73,'30834');
|
||||
INSERT INTO merchant_shopids VALUES (74,'30437');
|
||||
INSERT INTO merchant_shopids VALUES (75,'30516');
|
||||
INSERT INTO merchant_shopids VALUES (76,'30516');
|
||||
INSERT INTO merchant_shopids VALUES (77,'30517');
|
||||
INSERT INTO merchant_shopids VALUES (78,'30517');
|
||||
INSERT INTO merchant_shopids VALUES (79,'30518');
|
||||
INSERT INTO merchant_shopids VALUES (80,'30519');
|
||||
INSERT INTO merchant_shopids VALUES (81,'30558');
|
||||
INSERT INTO merchant_shopids VALUES (82,'30558');
|
||||
INSERT INTO merchant_shopids VALUES (83,'30559');
|
||||
INSERT INTO merchant_shopids VALUES (84,'30559');
|
||||
INSERT INTO merchant_shopids VALUES (85,'30560');
|
||||
INSERT INTO merchant_shopids VALUES (86,'30561');
|
||||
INSERT INTO merchant_shopids VALUES (87,'30684');
|
||||
INSERT INTO merchant_shopids VALUES (88,'30684');
|
||||
INSERT INTO merchant_shopids VALUES (89,'30731');
|
||||
INSERT INTO merchant_shopids VALUES (90,'30827');
|
||||
INSERT INTO merchant_shopids VALUES (91,'30828');
|
||||
INSERT INTO merchant_shopids VALUES (92,'30829');
|
||||
INSERT INTO merchant_shopids VALUES (93,'30830');
|
||||
INSERT INTO merchant_shopids VALUES (94,'30831');
|
||||
INSERT INTO merchant_shopids VALUES (95,'30834');
|
||||
INSERT INTO merchant_shopids VALUES (96,'30837');
|
||||
INSERT INTO merchant_shopids VALUES (97,'30837');
|
||||
INSERT INTO merchant_shopids VALUES (98,'30838');
|
||||
INSERT INTO merchant_shopids VALUES (99,'30838');
|
||||
INSERT INTO merchant_shopids VALUES (100,'30839');
|
||||
INSERT INTO merchant_shopids VALUES (101,'30840');
|
||||
INSERT INTO merchant_shopids VALUES (102,'30841');
|
||||
INSERT INTO merchant_shopids VALUES (103,'30842');
|
||||
INSERT INTO merchant_shopids VALUES (104,'30869');
|
||||
INSERT INTO merchant_shopids VALUES (105,'31256');
|
||||
INSERT INTO merchant_shopids VALUES (106,'31256');
|
||||
INSERT INTO merchant_shopids VALUES (107,'31257');
|
||||
INSERT INTO merchant_shopids VALUES (108,'31257');
|
||||
INSERT INTO merchant_shopids VALUES (109,'31258');
|
||||
INSERT INTO merchant_shopids VALUES (110,'31258');
|
||||
INSERT INTO merchant_shopids VALUES (111,'31259');
|
||||
INSERT INTO merchant_shopids VALUES (112,'31259');
|
||||
INSERT INTO merchant_shopids VALUES (113,'31260');
|
||||
INSERT INTO merchant_shopids VALUES (114,'31261');
|
||||
INSERT INTO merchant_shopids VALUES (115,'31262');
|
||||
INSERT INTO merchant_shopids VALUES (116,'31263');
|
||||
INSERT INTO merchant_shopids VALUES (117,'31263');
|
||||
INSERT INTO merchant_shopids VALUES (118,'31265');
|
||||
INSERT INTO merchant_shopids VALUES (119,'31273');
|
||||
INSERT INTO merchant_shopids VALUES (120,'31274');
|
||||
INSERT INTO merchant_shopids VALUES (121,'31284');
|
||||
INSERT INTO merchant_shopids VALUES (122,'31291');
|
||||
INSERT INTO merchant_shopids VALUES (123,'31300');
|
||||
INSERT INTO merchant_shopids VALUES (124,'31300');
|
||||
INSERT INTO merchant_shopids VALUES (125,'31301');
|
||||
INSERT INTO merchant_shopids VALUES (126,'31301');
|
||||
INSERT INTO merchant_shopids VALUES (127,'31302');
|
||||
INSERT INTO merchant_shopids VALUES (128,'31302');
|
||||
INSERT INTO merchant_shopids VALUES (129,'31303');
|
||||
INSERT INTO merchant_shopids VALUES (130,'31303');
|
||||
INSERT INTO merchant_shopids VALUES (131,'31304');
|
||||
INSERT INTO merchant_shopids VALUES (132,'31305');
|
||||
INSERT INTO merchant_shopids VALUES (133,'31306');
|
||||
INSERT INTO merchant_shopids VALUES (134,'31307');
|
||||
INSERT INTO merchant_shopids VALUES (135,'31307');
|
||||
INSERT INTO merchant_shopids VALUES (136,'31309');
|
||||
INSERT INTO merchant_shopids VALUES (137,'31318');
|
||||
INSERT INTO merchant_shopids VALUES (138,'31319');
|
||||
INSERT INTO merchant_shopids VALUES (139,'31338');
|
||||
INSERT INTO merchant_shopids VALUES (140,'31339');
|
||||
INSERT INTO merchant_shopids VALUES (141,'31366');
|
||||
INSERT INTO merchant_shopids VALUES (145,'31366');
|
||||
INSERT INTO merchant_shopids VALUES (146,'31445');
|
||||
INSERT INTO merchant_shopids VALUES (147,'31386');
|
||||
INSERT INTO merchant_shopids VALUES (148,'31438');
|
||||
INSERT INTO merchant_shopids VALUES (149,'31413');
|
||||
INSERT INTO merchant_shopids VALUES (150,'31419');
|
||||
INSERT INTO merchant_shopids VALUES (151,'31666');
|
||||
INSERT INTO merchant_shopids VALUES (152,'31431');
|
||||
INSERT INTO merchant_shopids VALUES (153,'31954');
|
||||
INSERT INTO merchant_shopids VALUES (154,'31441');
|
||||
INSERT INTO merchant_shopids VALUES (155,'31442');
|
||||
INSERT INTO merchant_shopids VALUES (156,'31444');
|
||||
INSERT INTO merchant_shopids VALUES (157,'31669');
|
||||
INSERT INTO merchant_shopids VALUES (158,'31963');
|
||||
INSERT INTO merchant_shopids VALUES (159,'31414');
|
||||
INSERT INTO merchant_shopids VALUES (160,'31418');
|
||||
INSERT INTO merchant_shopids VALUES (161,'31415');
|
||||
INSERT INTO merchant_shopids VALUES (162,'31423');
|
||||
INSERT INTO merchant_shopids VALUES (163,'31433');
|
||||
INSERT INTO merchant_shopids VALUES (164,'31440');
|
||||
INSERT INTO merchant_shopids VALUES (165,'31432');
|
||||
INSERT INTO merchant_shopids VALUES (166,'31425');
|
||||
INSERT INTO merchant_shopids VALUES (167,'31439');
|
||||
INSERT INTO merchant_shopids VALUES (168,'31954');
|
||||
INSERT INTO merchant_shopids VALUES (169,'31962');
|
||||
INSERT INTO merchant_shopids VALUES (170,'31416');
|
||||
INSERT INTO merchant_shopids VALUES (171,'31417');
|
||||
INSERT INTO merchant_shopids VALUES (172,'31435');
|
||||
INSERT INTO merchant_shopids VALUES (173,'31437');
|
||||
INSERT INTO merchant_shopids VALUES (174,'31422');
|
||||
INSERT INTO merchant_shopids VALUES (175,'31668');
|
||||
INSERT INTO merchant_shopids VALUES (176,'31434');
|
||||
INSERT INTO merchant_shopids VALUES (177,'31426');
|
||||
INSERT INTO merchant_shopids VALUES (178,'31428');
|
||||
INSERT INTO merchant_shopids VALUES (179,'31945');
|
||||
INSERT INTO merchant_shopids VALUES (180,'31945');
|
||||
INSERT INTO merchant_shopids VALUES (181,'31946');
|
||||
INSERT INTO merchant_shopids VALUES (182,'31946');
|
||||
INSERT INTO merchant_shopids VALUES (183,'31947');
|
||||
INSERT INTO merchant_shopids VALUES (184,'31947');
|
||||
INSERT INTO merchant_shopids VALUES (185,'31948');
|
||||
INSERT INTO merchant_shopids VALUES (186,'31948');
|
||||
INSERT INTO merchant_shopids VALUES (187,'31949');
|
||||
INSERT INTO merchant_shopids VALUES (188,'31950');
|
||||
INSERT INTO merchant_shopids VALUES (189,'31951');
|
||||
INSERT INTO merchant_shopids VALUES (190,'31952');
|
||||
INSERT INTO merchant_shopids VALUES (191,'31952');
|
||||
INSERT INTO merchant_shopids VALUES (192,'31962');
|
||||
INSERT INTO merchant_shopids VALUES (193,'31963');
|
||||
INSERT INTO merchant_shopids VALUES (194,'31973');
|
||||
INSERT INTO merchant_shopids VALUES (195,'31980');
|
||||
INSERT INTO merchant_shopids VALUES (196,'31670');
|
||||
INSERT INTO merchant_shopids VALUES (197,'31420');
|
||||
INSERT INTO merchant_shopids VALUES (198,'31427');
|
||||
INSERT INTO merchant_shopids VALUES (199,'31436');
|
||||
INSERT INTO merchant_shopids VALUES (200,'31443');
|
||||
INSERT INTO merchant_shopids VALUES (201,'31429');
|
||||
INSERT INTO merchant_shopids VALUES (202,'31421');
|
||||
INSERT INTO merchant_shopids VALUES (203,'31430');
|
||||
INSERT INTO merchant_shopids VALUES (204,'31667');
|
||||
INSERT INTO merchant_shopids VALUES (205,'30314');
|
||||
INSERT INTO merchant_shopids VALUES (351,'30047');
|
||||
INSERT INTO merchant_shopids VALUES (352,'30387');
|
||||
INSERT INTO merchant_shopids VALUES (353,'30879');
|
||||
INSERT INTO merchant_shopids VALUES (354,'31351');
|
||||
INSERT INTO merchant_shopids VALUES (355,'30003');
|
||||
INSERT INTO merchant_shopids VALUES (359,'31414');
|
||||
INSERT INTO merchant_shopids VALUES (360,'30149');
|
||||
INSERT INTO merchant_shopids VALUES (361,'31415');
|
||||
INSERT INTO merchant_shopids VALUES (362,'30138');
|
||||
INSERT INTO merchant_shopids VALUES (363,'30560');
|
||||
INSERT INTO merchant_shopids VALUES (364,'31424');
|
||||
INSERT INTO merchant_shopids VALUES (365,'32106');
|
||||
INSERT INTO merchant_shopids VALUES (366,'30062');
|
||||
INSERT INTO merchant_shopids VALUES (367,'30063');
|
||||
INSERT INTO merchant_shopids VALUES (368,'30081');
|
||||
INSERT INTO merchant_shopids VALUES (369,'30082');
|
||||
INSERT INTO merchant_shopids VALUES (370,'30180');
|
||||
INSERT INTO merchant_shopids VALUES (371,'30181');
|
||||
INSERT INTO merchant_shopids VALUES (372,'30254');
|
||||
INSERT INTO merchant_shopids VALUES (373,'30294');
|
||||
INSERT INTO merchant_shopids VALUES (374,'30301');
|
||||
INSERT INTO merchant_shopids VALUES (375,'30841');
|
||||
INSERT INTO merchant_shopids VALUES (376,'30842');
|
||||
INSERT INTO merchant_shopids VALUES (377,'30892');
|
||||
INSERT INTO merchant_shopids VALUES (378,'30893');
|
||||
INSERT INTO merchant_shopids VALUES (379,'30166');
|
||||
INSERT INTO merchant_shopids VALUES (380,'30231');
|
||||
INSERT INTO merchant_shopids VALUES (381,'32105');
|
||||
INSERT INTO merchant_shopids VALUES (382,'31380');
|
||||
INSERT INTO merchant_shopids VALUES (383,'31373');
|
||||
INSERT INTO merchant_shopids VALUES (5600,'30892');
|
||||
INSERT INTO merchant_shopids VALUES (5601,'30893');
|
||||
INSERT INTO merchant_shopids VALUES (5710,'31067');
|
||||
INSERT INTO merchant_shopids VALUES (5800,'30890');
|
||||
INSERT INTO merchant_shopids VALUES (5801,'30890');
|
||||
INSERT INTO merchant_shopids VALUES (5802,'30891');
|
||||
INSERT INTO merchant_shopids VALUES (5803,'30891');
|
||||
INSERT INTO merchant_shopids VALUES (5804,'31044');
|
||||
INSERT INTO merchant_shopids VALUES (5805,'31045');
|
||||
INSERT INTO merchant_shopids VALUES (350071,'35007');
|
||||
|
||||
-- Mercenary Managers
|
||||
|
||||
INSERT INTO merchant_shopids VALUES (351021,'35102');
|
||||
INSERT INTO merchant_shopids VALUES (351441,'35144');
|
||||
INSERT INTO merchant_shopids VALUES (351861,'35186');
|
||||
INSERT INTO merchant_shopids VALUES (352281,'35228');
|
||||
INSERT INTO merchant_shopids VALUES (352761,'35276');
|
||||
INSERT INTO merchant_shopids VALUES (353181,'35318');
|
||||
INSERT INTO merchant_shopids VALUES (353651,'35365');
|
||||
|
||||
-- Fishermens
|
||||
|
||||
INSERT INTO merchant_shopids VALUES (142,'31578');
|
||||
INSERT INTO merchant_shopids VALUES (143,'31579');
|
||||
INSERT INTO merchant_shopids VALUES (144,'31696');
|
||||
INSERT INTO merchant_shopids VALUES (400,'31562');
|
||||
INSERT INTO merchant_shopids VALUES (401,'31563');
|
||||
INSERT INTO merchant_shopids VALUES (402,'31564');
|
||||
INSERT INTO merchant_shopids VALUES (403,'31565');
|
||||
INSERT INTO merchant_shopids VALUES (404,'31566');
|
||||
INSERT INTO merchant_shopids VALUES (405,'31567');
|
||||
INSERT INTO merchant_shopids VALUES (406,'31568');
|
||||
INSERT INTO merchant_shopids VALUES (407,'31569');
|
||||
INSERT INTO merchant_shopids VALUES (408,'31570');
|
||||
INSERT INTO merchant_shopids VALUES (409,'31571');
|
||||
INSERT INTO merchant_shopids VALUES (410,'31572');
|
||||
INSERT INTO merchant_shopids VALUES (411,'31573');
|
||||
INSERT INTO merchant_shopids VALUES (412,'31574');
|
||||
INSERT INTO merchant_shopids VALUES (413,'31575');
|
||||
INSERT INTO merchant_shopids VALUES (414,'31576');
|
||||
INSERT INTO merchant_shopids VALUES (415,'31577');
|
||||
INSERT INTO merchant_shopids VALUES (416,'31578');
|
||||
INSERT INTO merchant_shopids VALUES (417,'31579');
|
||||
INSERT INTO merchant_shopids VALUES (418,'31616');
|
||||
INSERT INTO merchant_shopids VALUES (419,'31696');
|
||||
INSERT INTO merchant_shopids VALUES (420,'31697');
|
||||
INSERT INTO merchant_shopids VALUES (421,'31989');
|
||||
INSERT INTO merchant_shopids VALUES (423,'32105');
|
||||
|
||||
-- GM Shops
|
||||
|
||||
INSERT INTO merchant_shopids VALUES (1001,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1002,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1003,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1004,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1005,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1006,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1007,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1008,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1009,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1010,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1011,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1012,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1013,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1014,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1015,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (1020,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (2011,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (2012,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (2013,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (2014,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (2015,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (3001,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (3002,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (3003,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9001,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9002,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9003,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9004,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9005,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9006,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9007,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9008,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9009,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9010,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9011,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9012,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9013,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9014,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9015,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9016,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9017,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9018,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9019,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9020,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9021,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9022,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9023,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9024,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9025,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9026,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9027,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9028,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9029,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9030,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9031,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9032,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9033,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9034,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9035,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9036,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9037,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9038,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9039,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9040,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9041,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9042,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9043,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9044,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9045,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9046,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9047,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9048,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9049,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9050,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9051,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9052,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9053,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9054,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9055,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9056,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9057,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9058,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9059,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9060,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9061,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9062,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9063,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9064,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9065,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9066,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9067,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9068,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9069,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9070,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9071,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9072,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9073,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9074,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9075,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9076,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9077,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9078,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9079,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9080,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9081,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9082,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9083,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9084,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9085,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9086,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9087,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9088,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9089,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9090,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9091,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9092,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9093,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9094,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9095,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9096,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9097,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9098,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9099,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9100,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9101,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9102,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9103,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9104,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9105,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9106,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9107,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9108,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9109,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9110,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9111,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9112,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9113,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9114,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9115,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9116,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9117,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9118,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9119,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9120,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9121,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9122,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9123,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9124,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9125,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9126,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9127,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9128,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9148,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9149,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9150,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (9300,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30040,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30041,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30042,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30043,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30044,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30045,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30046,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30047,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30048,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30049,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30050,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30051,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30052,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30053,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30054,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30055,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30056,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30057,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30058,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (30059,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71021,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71022,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71023,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71024,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71025,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71026,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71027,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71028,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71029,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71030,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300523,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300524,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300525,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300526,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300527,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300528,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300529,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300530,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300531,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300532,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300533,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300534,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300535,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300536,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300537,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300538,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300539,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300540,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300541,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300543,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300522,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300511,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300510,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300410,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (300542,'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71031, 'gm');
|
||||
INSERT INTO merchant_shopids VALUES (71032, 'gm');
|
||||
--
|
||||
-- Castle
|
||||
--
|
||||
INSERT INTO `merchant_shopids` VALUES (335103, '35103');
|
||||
INSERT INTO `merchant_shopids` VALUES (335145, '35145');
|
||||
INSERT INTO `merchant_shopids` VALUES (335187, '35187');
|
||||
INSERT INTO `merchant_shopids` VALUES (335229, '35229');
|
||||
INSERT INTO `merchant_shopids` VALUES (335230, '35230');
|
||||
INSERT INTO `merchant_shopids` VALUES (335231, '35231');
|
||||
INSERT INTO `merchant_shopids` VALUES (335277, '35277');
|
||||
INSERT INTO `merchant_shopids` VALUES (335319, '35319');
|
||||
INSERT INTO `merchant_shopids` VALUES (335366, '35366');
|
||||
INSERT INTO `merchant_shopids` VALUES (335512, '35512');
|
||||
INSERT INTO `merchant_shopids` VALUES (335558, '35558');
|
||||
INSERT INTO `merchant_shopids` VALUES (335644, '35644');
|
||||
INSERT INTO `merchant_shopids` VALUES (335645, '35645');
|
||||
--
|
||||
-- Castles Item creation
|
||||
--
|
||||
INSERT INTO merchant_shopids VALUES (351001,'35100');
|
||||
INSERT INTO merchant_shopids VALUES (351002,'35100');
|
||||
INSERT INTO merchant_shopids VALUES (351421,'35142');
|
||||
INSERT INTO merchant_shopids VALUES (351422,'35142');
|
||||
INSERT INTO merchant_shopids VALUES (351841,'35184');
|
||||
INSERT INTO merchant_shopids VALUES (351842,'35184');
|
||||
INSERT INTO merchant_shopids VALUES (352261,'35226');
|
||||
INSERT INTO merchant_shopids VALUES (352262,'35226');
|
||||
INSERT INTO merchant_shopids VALUES (352741,'35274');
|
||||
INSERT INTO merchant_shopids VALUES (352742,'35274');
|
||||
INSERT INTO merchant_shopids VALUES (353161,'35316');
|
||||
INSERT INTO merchant_shopids VALUES (353162,'35316');
|
||||
INSERT INTO merchant_shopids VALUES (353631,'35363');
|
||||
INSERT INTO merchant_shopids VALUES (353632,'35363');
|
||||
INSERT INTO merchant_shopids VALUES (355091,'35509');
|
||||
INSERT INTO merchant_shopids VALUES (355092,'35509');
|
||||
INSERT INTO merchant_shopids VALUES (355551,'35555');
|
||||
INSERT INTO merchant_shopids VALUES (355552,'35555');
|
||||
--
|
||||
-- Clan Halls Item creation
|
||||
--
|
||||
INSERT INTO merchant_shopids VALUES (135445, '35445');
|
||||
INSERT INTO merchant_shopids VALUES (235445, '35445');
|
||||
INSERT INTO merchant_shopids VALUES (335445, '35445');
|
||||
INSERT INTO merchant_shopids VALUES (135453, '35453');
|
||||
INSERT INTO merchant_shopids VALUES (235453, '35453');
|
||||
INSERT INTO merchant_shopids VALUES (335453, '35453');
|
||||
INSERT INTO merchant_shopids VALUES (135455, '35455');
|
||||
INSERT INTO merchant_shopids VALUES (235455, '35455');
|
||||
INSERT INTO merchant_shopids VALUES (335455, '35455');
|
||||
INSERT INTO merchant_shopids VALUES (135451, '35451');
|
||||
INSERT INTO merchant_shopids VALUES (235451, '35451');
|
||||
INSERT INTO merchant_shopids VALUES (335451, '35451');
|
||||
INSERT INTO merchant_shopids VALUES (135457, '35457');
|
||||
INSERT INTO merchant_shopids VALUES (235457, '35457');
|
||||
INSERT INTO merchant_shopids VALUES (335457, '35457');
|
||||
INSERT INTO merchant_shopids VALUES (135459, '35459');
|
||||
INSERT INTO merchant_shopids VALUES (235459, '35459');
|
||||
INSERT INTO merchant_shopids VALUES (335459, '35459');
|
||||
INSERT INTO merchant_shopids VALUES (135383, '35383');
|
||||
INSERT INTO merchant_shopids VALUES (235383, '35383');
|
||||
INSERT INTO merchant_shopids VALUES (335383, '35383');
|
||||
INSERT INTO merchant_shopids VALUES (135398, '35398');
|
||||
INSERT INTO merchant_shopids VALUES (235398, '35398');
|
||||
INSERT INTO merchant_shopids VALUES (335398, '35398');
|
||||
INSERT INTO merchant_shopids VALUES (135400, '35400');
|
||||
INSERT INTO merchant_shopids VALUES (235400, '35400');
|
||||
INSERT INTO merchant_shopids VALUES (335400, '35400');
|
||||
INSERT INTO merchant_shopids VALUES (135392, '35392');
|
||||
INSERT INTO merchant_shopids VALUES (235392, '35392');
|
||||
INSERT INTO merchant_shopids VALUES (335392, '35392');
|
||||
INSERT INTO merchant_shopids VALUES (135394, '35394');
|
||||
INSERT INTO merchant_shopids VALUES (235394, '35394');
|
||||
INSERT INTO merchant_shopids VALUES (335394, '35394');
|
||||
INSERT INTO merchant_shopids VALUES (135396, '35396');
|
||||
INSERT INTO merchant_shopids VALUES (235396, '35396');
|
||||
INSERT INTO merchant_shopids VALUES (335396, '35396');
|
||||
INSERT INTO merchant_shopids VALUES (135384, '35384');
|
||||
INSERT INTO merchant_shopids VALUES (235384, '35384');
|
||||
INSERT INTO merchant_shopids VALUES (335384, '35384');
|
||||
INSERT INTO merchant_shopids VALUES (135390, '35390');
|
||||
INSERT INTO merchant_shopids VALUES (235390, '35390');
|
||||
INSERT INTO merchant_shopids VALUES (335390, '35390');
|
||||
INSERT INTO merchant_shopids VALUES (135386, '35386');
|
||||
INSERT INTO merchant_shopids VALUES (235386, '35386');
|
||||
INSERT INTO merchant_shopids VALUES (335386, '35386');
|
||||
INSERT INTO merchant_shopids VALUES (135388, '35388');
|
||||
INSERT INTO merchant_shopids VALUES (235388, '35388');
|
||||
INSERT INTO merchant_shopids VALUES (335388, '35388');
|
||||
INSERT INTO merchant_shopids VALUES (135407, '35407');
|
||||
INSERT INTO merchant_shopids VALUES (235407, '35407');
|
||||
INSERT INTO merchant_shopids VALUES (335407, '35407');
|
||||
INSERT INTO merchant_shopids VALUES (135403, '35403');
|
||||
INSERT INTO merchant_shopids VALUES (235403, '35403');
|
||||
INSERT INTO merchant_shopids VALUES (335403, '35403');
|
||||
INSERT INTO merchant_shopids VALUES (135405, '35405');
|
||||
INSERT INTO merchant_shopids VALUES (235405, '35405');
|
||||
INSERT INTO merchant_shopids VALUES (335405, '35405');
|
||||
INSERT INTO merchant_shopids VALUES (135421, '35421');
|
||||
INSERT INTO merchant_shopids VALUES (235421, '35421');
|
||||
INSERT INTO merchant_shopids VALUES (335421, '35421');
|
||||
INSERT INTO merchant_shopids VALUES (135439, '35439');
|
||||
INSERT INTO merchant_shopids VALUES (235439, '35439');
|
||||
INSERT INTO merchant_shopids VALUES (335439, '35439');
|
||||
INSERT INTO merchant_shopids VALUES (135441, '35441');
|
||||
INSERT INTO merchant_shopids VALUES (235441, '35441');
|
||||
INSERT INTO merchant_shopids VALUES (335441, '35441');
|
||||
INSERT INTO merchant_shopids VALUES (135443, '35443');
|
||||
INSERT INTO merchant_shopids VALUES (235443, '35443');
|
||||
INSERT INTO merchant_shopids VALUES (335443, '35443');
|
||||
INSERT INTO merchant_shopids VALUES (135447, '35447');
|
||||
INSERT INTO merchant_shopids VALUES (235447, '35447');
|
||||
INSERT INTO merchant_shopids VALUES (335447, '35447');
|
||||
INSERT INTO merchant_shopids VALUES (135449, '35449');
|
||||
INSERT INTO merchant_shopids VALUES (235449, '35449');
|
||||
INSERT INTO merchant_shopids VALUES (335449, '35449');
|
||||
INSERT INTO merchant_shopids VALUES (135467, '35467');
|
||||
INSERT INTO merchant_shopids VALUES (235467, '35467');
|
||||
INSERT INTO merchant_shopids VALUES (335467, '35467');
|
||||
INSERT INTO merchant_shopids VALUES (135465, '35465');
|
||||
INSERT INTO merchant_shopids VALUES (235465, '35465');
|
||||
INSERT INTO merchant_shopids VALUES (335465, '35465');
|
||||
INSERT INTO merchant_shopids VALUES (135463, '35463');
|
||||
INSERT INTO merchant_shopids VALUES (235463, '35463');
|
||||
INSERT INTO merchant_shopids VALUES (335463, '35463');
|
||||
INSERT INTO merchant_shopids VALUES (135461, '35461');
|
||||
INSERT INTO merchant_shopids VALUES (235461, '35461');
|
||||
INSERT INTO merchant_shopids VALUES (335461, '35461');
|
||||
INSERT INTO merchant_shopids VALUES (335566, '35566');
|
||||
INSERT INTO merchant_shopids VALUES (235566, '35566');
|
||||
INSERT INTO merchant_shopids VALUES (135566, '35566');
|
||||
INSERT INTO merchant_shopids VALUES (335568, '35568');
|
||||
INSERT INTO merchant_shopids VALUES (235568, '35568');
|
||||
INSERT INTO merchant_shopids VALUES (135568, '35568');
|
||||
INSERT INTO merchant_shopids VALUES (335570, '35570');
|
||||
INSERT INTO merchant_shopids VALUES (235570, '35570');
|
||||
INSERT INTO merchant_shopids VALUES (135570, '35570');
|
||||
INSERT INTO merchant_shopids VALUES (335572, '35572');
|
||||
INSERT INTO merchant_shopids VALUES (235572, '35572');
|
||||
INSERT INTO merchant_shopids VALUES (135572, '35572');
|
||||
INSERT INTO merchant_shopids VALUES (335574, '35574');
|
||||
INSERT INTO merchant_shopids VALUES (235574, '35574');
|
||||
INSERT INTO merchant_shopids VALUES (135574, '35574');
|
||||
INSERT INTO merchant_shopids VALUES (335576, '35576');
|
||||
INSERT INTO merchant_shopids VALUES (235576, '35576');
|
||||
INSERT INTO merchant_shopids VALUES (135576, '35576');
|
||||
INSERT INTO merchant_shopids VALUES (335578, '35578');
|
||||
INSERT INTO merchant_shopids VALUES (235578, '35578');
|
||||
INSERT INTO merchant_shopids VALUES (135578, '35578');
|
||||
INSERT INTO merchant_shopids VALUES (235580, '35580');
|
||||
INSERT INTO merchant_shopids VALUES (135580, '35580');
|
||||
INSERT INTO merchant_shopids VALUES (335580, '35580');
|
||||
INSERT INTO merchant_shopids VALUES (335582, '35582');
|
||||
INSERT INTO merchant_shopids VALUES (235582, '35582');
|
||||
INSERT INTO merchant_shopids VALUES (135582, '35582');
|
||||
INSERT INTO merchant_shopids VALUES (135584, '35584');
|
||||
INSERT INTO merchant_shopids VALUES (235584, '35584');
|
||||
INSERT INTO merchant_shopids VALUES (335584, '35584');
|
||||
INSERT INTO merchant_shopids VALUES (335586, '35586');
|
||||
INSERT INTO merchant_shopids VALUES (135586, '35586');
|
||||
INSERT INTO merchant_shopids VALUES (235586, '35586');
|
||||
INSERT INTO merchant_shopids VALUES (355111, '35511');
|
||||
INSERT INTO merchant_shopids VALUES (355571, '35557');
|
||||
INSERT INTO merchant_shopids VALUES (135438,'35438');
|
||||
INSERT INTO merchant_shopids VALUES (235438,'35438');
|
||||
INSERT INTO merchant_shopids VALUES (335438,'35438');
|
||||
INSERT INTO merchant_shopids VALUES (135605,'35605');
|
||||
INSERT INTO merchant_shopids VALUES (235605,'35605');
|
||||
INSERT INTO merchant_shopids VALUES (335605,'35605');
|
||||
@@ -0,0 +1,93 @@
|
||||
--
|
||||
-- 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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
|
||||
--
|
||||
-- Dumping data for table `merchants`
|
||||
--
|
||||
|
||||
INSERT INTO `merchants` VALUES (1030001,1);
|
||||
INSERT INTO `merchants` VALUES (1030002,1);
|
||||
INSERT INTO `merchants` VALUES (1030003,1);
|
||||
INSERT INTO `merchants` VALUES (1030004,1);
|
||||
INSERT INTO `merchants` VALUES (1030060,6);
|
||||
INSERT INTO `merchants` VALUES (1030061,6);
|
||||
INSERT INTO `merchants` VALUES (1030062,6);
|
||||
INSERT INTO `merchants` VALUES (1030063,6);
|
||||
INSERT INTO `merchants` VALUES (1030078,7);
|
||||
INSERT INTO `merchants` VALUES (1030081,9);
|
||||
INSERT INTO `merchants` VALUES (1030082,9);
|
||||
INSERT INTO `merchants` VALUES (1030084,9);
|
||||
INSERT INTO `merchants` VALUES (1030085,9);
|
||||
INSERT INTO `merchants` VALUES (1030087,9);
|
||||
INSERT INTO `merchants` VALUES (1030088,9);
|
||||
INSERT INTO `merchants` VALUES (1030090,9);
|
||||
INSERT INTO `merchants` VALUES (1030091,9);
|
||||
INSERT INTO `merchants` VALUES (1030093,9);
|
||||
INSERT INTO `merchants` VALUES (1030094,9);
|
||||
INSERT INTO `merchants` VALUES (1030135,1);
|
||||
INSERT INTO `merchants` VALUES (1030136,1);
|
||||
INSERT INTO `merchants` VALUES (1030137,1);
|
||||
INSERT INTO `merchants` VALUES (1030138,1);
|
||||
INSERT INTO `merchants` VALUES (1030147,1);
|
||||
INSERT INTO `merchants` VALUES (1030148,1);
|
||||
INSERT INTO `merchants` VALUES (1030149,1);
|
||||
INSERT INTO `merchants` VALUES (1030150,1);
|
||||
INSERT INTO `merchants` VALUES (1030163,11);
|
||||
INSERT INTO `merchants` VALUES (1030164,11);
|
||||
INSERT INTO `merchants` VALUES (1030165,11);
|
||||
INSERT INTO `merchants` VALUES (1030166,11);
|
||||
INSERT INTO `merchants` VALUES (1030178,10);
|
||||
INSERT INTO `merchants` VALUES (1030179,10);
|
||||
INSERT INTO `merchants` VALUES (1030180,10);
|
||||
INSERT INTO `merchants` VALUES (1030181,10);
|
||||
INSERT INTO `merchants` VALUES (1030207,3);
|
||||
INSERT INTO `merchants` VALUES (1030208,3);
|
||||
INSERT INTO `merchants` VALUES (1030209,3);
|
||||
INSERT INTO `merchants` VALUES (1030230,8);
|
||||
INSERT INTO `merchants` VALUES (1030231,8);
|
||||
INSERT INTO `merchants` VALUES (1030253,4);
|
||||
INSERT INTO `merchants` VALUES (1030254,4);
|
||||
INSERT INTO `merchants` VALUES (1030294,4);
|
||||
INSERT INTO `merchants` VALUES (1030301,8);
|
||||
INSERT INTO `merchants` VALUES (1030313,3);
|
||||
INSERT INTO `merchants` VALUES (1030314,3);
|
||||
INSERT INTO `merchants` VALUES (1030315,3);
|
||||
INSERT INTO `merchants` VALUES (1030321,4);
|
||||
INSERT INTO `merchants` VALUES (1030420,2);
|
||||
INSERT INTO `merchants` VALUES (1030436,5);
|
||||
INSERT INTO `merchants` VALUES (1030437,5);
|
||||
INSERT INTO `merchants` VALUES (1030516,1);
|
||||
INSERT INTO `merchants` VALUES (1030517,1);
|
||||
INSERT INTO `merchants` VALUES (1030518,1);
|
||||
INSERT INTO `merchants` VALUES (1030519,1);
|
||||
INSERT INTO `merchants` VALUES (1030558,1);
|
||||
INSERT INTO `merchants` VALUES (1030559,1);
|
||||
INSERT INTO `merchants` VALUES (1030560,1);
|
||||
INSERT INTO `merchants` VALUES (1030561,1);
|
||||
INSERT INTO `merchants` VALUES (1030684,8);
|
||||
INSERT INTO `merchants` VALUES (1030746,8);
|
||||
INSERT INTO `merchants` VALUES (1030834,12);
|
||||
INSERT INTO `merchants` VALUES (1030839,13);
|
||||
INSERT INTO `merchants` VALUES (1030840,13);
|
||||
INSERT INTO `merchants` VALUES (1030841,13);
|
||||
INSERT INTO `merchants` VALUES (1030842,13);
|
||||
INSERT INTO `merchants` VALUES (1035102,14);
|
||||
INSERT INTO `merchants` VALUES (1035144,14);
|
||||
INSERT INTO `merchants` VALUES (1035228,14);
|
||||
INSERT INTO `merchants` VALUES (1035186,14);
|
||||
INSERT INTO `merchants` VALUES (1035276,14);
|
||||
INSERT INTO `merchants` VALUES (1035007,14);
|
||||
INSERT INTO `merchants` VALUES (1031562,1);
|
||||
INSERT INTO `merchants` VALUES (1031424,1);
|
||||
INSERT INTO `merchants` VALUES (1031564,1);
|
||||
INSERT INTO `merchants` VALUES (1031415,1);
|
||||
INSERT INTO `merchants` VALUES (1031563,1);
|
||||
INSERT INTO `merchants` VALUES (1031414,1);
|
||||
INSERT INTO `merchants` VALUES (1031565,1);
|
||||
@@ -0,0 +1,499 @@
|
||||
--
|
||||
-- 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`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
|
||||
--
|
||||
-- Dumping data for table `minions`
|
||||
--
|
||||
|
||||
-- c1 mobs
|
||||
INSERT INTO `minions` VALUES
|
||||
(20117,20118,1,3),
|
||||
(20376,20377,1,2),
|
||||
(20398,20399,1,2),
|
||||
(20520,20445,3,5),
|
||||
(20522,20524,2,4),
|
||||
(20738,20739,3,5),
|
||||
(20745,20746,1,2),
|
||||
(20747,20748,1,2),
|
||||
(20749,20750,1,2),
|
||||
(20751,20752,3,3),
|
||||
(20753,21040,4,4),
|
||||
(20758,20759,1,1),
|
||||
(20758,20760,1,1),
|
||||
(20761,20762,2,3),
|
||||
(20763,20764,1,1),
|
||||
(20763,20765,1,1),
|
||||
(20763,20766,1,1),
|
||||
(20767,20768,1,1),
|
||||
(20767,20769,1,1),
|
||||
(20767,20770,1,1),
|
||||
(20771,20772,1,3),
|
||||
(20773,20774,2,4),
|
||||
(20779,20750,1,3),
|
||||
(20930,20928,1,1),
|
||||
(20930,20929,1,1),
|
||||
(20933,20931,1,1),
|
||||
(20933,20932,1,1),
|
||||
(20935,20934,1,3),
|
||||
(20936,20937,1,1),
|
||||
(20936,20938,1,1),
|
||||
(20936,20939,1,1),
|
||||
(20941,20940,3,3),
|
||||
(20944,20942,1,1),
|
||||
(20944,20943,2,2),
|
||||
(20947,20945,1,2),
|
||||
(20947,20946,1,2),
|
||||
(20950,20948,1,2),
|
||||
(20950,20949,1,2),
|
||||
(20953,20951,1,2),
|
||||
(20953,20952,1,2),
|
||||
(20956,20954,1,2),
|
||||
(20956,20955,1,2),
|
||||
(20959,20957,1,2),
|
||||
(20959,20958,1,2),
|
||||
(20963,20960,1,1),
|
||||
(20963,20961,1,1),
|
||||
(20963,20962,1,1),
|
||||
(20966,20964,1,2),
|
||||
(20966,20965,1,2),
|
||||
(20969,20967,1,2),
|
||||
(20969,20968,1,2),
|
||||
(20973,20970,1,1),
|
||||
(20973,20971,1,1),
|
||||
(20973,20972,1,1),
|
||||
(20974,20975,1,2),
|
||||
(20974,20976,1,2),
|
||||
(20977,20978,1,1),
|
||||
(20977,20979,1,1),
|
||||
(20980,20981,1,1),
|
||||
(20980,20982,1,1),
|
||||
(20986,20987,1,2),
|
||||
(20986,20988,1,2),
|
||||
(20989,20990,1,1),
|
||||
(20991,20992,1,2),
|
||||
(20991,20993,1,2),
|
||||
(20994,20995,3,4);
|
||||
|
||||
INSERT INTO `minions` VALUES
|
||||
(21058,21059,1,2),
|
||||
(21058,21060,1,2),
|
||||
(21075,21076,1,1),
|
||||
(21075,21077,1,2),
|
||||
(21078,21079,1,1),
|
||||
(21078,21080,1,2),
|
||||
(21081,21082,1,1),
|
||||
(21081,21083,1,3),
|
||||
(21090,21091,1,1),
|
||||
(21090,21092,1,1),
|
||||
(21312,21313,2,2),
|
||||
(21596,21597,1,1),
|
||||
(21596,21598,1,1),
|
||||
(21599,21600,1,1),
|
||||
(21599,21601,1,1);
|
||||
|
||||
--
|
||||
-- work in progress C5 minions - 22xxx mobs
|
||||
--
|
||||
INSERT INTO `minions` VALUES
|
||||
(22028,22027,3,4),
|
||||
(22080,22079,3,3),
|
||||
(22082,22081,3,3),
|
||||
(22084,22083,3,3),
|
||||
(22086,22085,3,3),
|
||||
(22088,22087,3,3),
|
||||
(22092,22091,3,3),
|
||||
(22094,22093,3,3),
|
||||
(22096,22095,3,3),
|
||||
(22098,22097,3,3),
|
||||
(22123,22122,2,3),
|
||||
(22135,22130,1,1),
|
||||
(22135,22131,1,1),
|
||||
(21345,21346,2,2),
|
||||
(21347,21348,1,1),
|
||||
(21347,21349,1,1),
|
||||
(21369,21370,2,2),
|
||||
(21371,21372,2,2),
|
||||
(21373,21374,1,1),
|
||||
(21373,21375,1,1),
|
||||
(21544,21545,1,1),
|
||||
(21544,21546,1,1);
|
||||
|
||||
INSERT INTO `minions` VALUES
|
||||
(27021,20492,6,8),
|
||||
(27022,20367,1,3),
|
||||
(27036,27037,2,3),
|
||||
(27110,27111,3,5),
|
||||
(27113,27111,3,6);
|
||||
|
||||
-- raid bosses
|
||||
INSERT INTO `minions` VALUES
|
||||
(25001,25002,1,2),
|
||||
(25001,25003,1,2),
|
||||
(25004,25005,2,3),
|
||||
(25004,25006,1,1),
|
||||
(25007,25008,1,1),
|
||||
(25007,25009,1,2),
|
||||
(25010,25011,3,3),
|
||||
(25010,25012,2,2),
|
||||
(25013,25014,1,2),
|
||||
(25013,25015,1,2),
|
||||
(25016,25017,1,2),
|
||||
(25016,25018,1,2),
|
||||
(25217,25218,2,3),
|
||||
(25217,25219,2,4),
|
||||
(25020,25021,2,2),
|
||||
(25020,25022,2,2),
|
||||
(25023,25024,3,5),
|
||||
(25023,25025,4,5),
|
||||
(25026,25027,1,2),
|
||||
(25026,25028,2,4),
|
||||
(25029,25030,1,2),
|
||||
(25029,25031,1,3),
|
||||
(25032,25033,1,2),
|
||||
(25032,25034,4,6),
|
||||
(25035,25036,3,3),
|
||||
(25035,25037,2,2),
|
||||
(25038,25039,1,1),
|
||||
(25038,25040,2,4),
|
||||
(25041,25042,2,3),
|
||||
(25041,25043,1,1),
|
||||
(25044,25045,2,4),
|
||||
(25044,25046,1,1),
|
||||
(25047,25048,1,2),
|
||||
(25047,25049,1,2),
|
||||
(25051,25052,1,1),
|
||||
(25051,25053,1,1),
|
||||
(25054,25055,1,1),
|
||||
(25054,25056,4,4),
|
||||
(25057,25058,1,2),
|
||||
(25057,25059,2,3),
|
||||
(25060,25061,1,2),
|
||||
(25060,25062,1,2),
|
||||
(25064,25065,1,2),
|
||||
(25064,25066,1,2),
|
||||
(25067,25068,1,2),
|
||||
(25067,25069,1,2),
|
||||
(25070,25071,1,2),
|
||||
(25073,25074,1,2),
|
||||
(25076,25077,1,2),
|
||||
(25079,25080,1,2),
|
||||
(25070,25072,1,2),
|
||||
(25073,25075,1,2),
|
||||
(25076,25078,1,2),
|
||||
(25079,25081,1,2),
|
||||
(25082,25083,1,2),
|
||||
(25082,25084,1,2),
|
||||
(25085,25086,1,2),
|
||||
(25085,25087,1,2),
|
||||
(25089,25091,1,2),
|
||||
(25089,25090,1,2),
|
||||
(25092,25093,1,1),
|
||||
(25092,25094,4,4),
|
||||
(25095,25096,1,2),
|
||||
(25095,25097,1,2),
|
||||
(25099,25100,1,2),
|
||||
(25099,25101,1,2),
|
||||
(25103,25104,1,2),
|
||||
(25103,25105,1,2),
|
||||
(25106,25107,1,2),
|
||||
(25106,25108,1,2),
|
||||
(25109,25110,3,3),
|
||||
(25109,25111,1,1),
|
||||
(25112,25113,1,2),
|
||||
(25112,25114,1,2),
|
||||
(25115,25116,1,2),
|
||||
(25115,25117,1,2),
|
||||
(25119,25120,1,2),
|
||||
(25119,25121,1,2),
|
||||
(25122,25123,1,2),
|
||||
(25122,25124,1,2),
|
||||
(25128,25129,1,2),
|
||||
(25128,25130,1,2),
|
||||
(25131,25132,1,2),
|
||||
(25131,25133,1,2),
|
||||
(25134,25135,1,2),
|
||||
(25134,25136,1,2),
|
||||
(25137,25138,1,2),
|
||||
(25137,25139,1,2),
|
||||
(25140,25141,1,2),
|
||||
(25140,25142,1,2),
|
||||
(25143,25144,2,2),
|
||||
(25143,25145,2,2),
|
||||
(25146,25147,1,2),
|
||||
(25146,25148,1,2),
|
||||
(25149,25150,1,2),
|
||||
(25149,25151,1,2),
|
||||
(25152,25153,1,2),
|
||||
(25152,25154,1,2),
|
||||
(25155,25156,1,2),
|
||||
(25155,25157,1,2),
|
||||
(25159,25160,1,2),
|
||||
(25159,25161,1,2),
|
||||
-- (25163,25164,1,3),-- minion npcID removed in interlude
|
||||
-- (25163,25165,1,2),-- minion npcID removed in interlude
|
||||
(25166,25167,1,2),
|
||||
(25166,25168,1,2),
|
||||
(25170,25171,1,2),
|
||||
(25170,25172,1,2),
|
||||
(25173,25174,1,2),
|
||||
(25173,25175,1,2),
|
||||
(25176,25177,1,2),
|
||||
(25176,25178,1,2),
|
||||
(25179,25180,1,2),
|
||||
(25179,25181,1,2),
|
||||
(25182,25183,1,2),
|
||||
(25182,25184,1,2),
|
||||
(25185,25186,1,2),
|
||||
(25185,25187,1,2),
|
||||
(25189,25190,1,2),
|
||||
(25189,25191,1,2),
|
||||
(25192,25193,1,2),
|
||||
(25192,25194,1,2),
|
||||
(25199,25200,3,3),
|
||||
(25199,25201,1,1),
|
||||
(25202,25203,2,2),
|
||||
(25202,25204,2,2),
|
||||
(25205,25206,1,1),
|
||||
(25205,25207,4,4),
|
||||
(25208,25209,1,2),
|
||||
(25208,25210,1,2),
|
||||
(25211,25212,1,2),
|
||||
(25211,25213,1,2),
|
||||
(25214,25215,1,2),
|
||||
(25214,25216,1,2),
|
||||
(25220,25221,3,3),
|
||||
(25220,25222,1,1),
|
||||
(25223,25224,2,3),
|
||||
(25223,25225,1,1),
|
||||
(25226,25227,1,2),
|
||||
(25226,25228,1,2),
|
||||
(25230,25231,1,1),
|
||||
(25230,25232,2,4),
|
||||
(25235,25236,2,2),
|
||||
(25235,25237,2,2),
|
||||
(25238,25239,1,2),
|
||||
(25238,25240,1,2),
|
||||
(25241,25242,1,1),
|
||||
(25241,25243,1,3),
|
||||
(25245,25246,1,1),
|
||||
(25245,25247,4,4),
|
||||
(25249,25250,3,3),
|
||||
(25249,25251,1,1),
|
||||
(25252,25253,3,3),
|
||||
(25252,25254,1,1),
|
||||
(25256,25257,2,3),
|
||||
(25256,25258,1,2),
|
||||
(25260,25261,1,2),
|
||||
(25260,25262,1,3),
|
||||
(25263,25264,1,1),
|
||||
(25263,25265,1,3),
|
||||
(25266,25267,4,4),
|
||||
(25266,25268,1,1),
|
||||
(25269,25270,3,3),
|
||||
(25269,25271,2,2),
|
||||
(25283,25284,4,4),
|
||||
(25283,25285,2,2),
|
||||
(25286,25287,3,3),
|
||||
(25286,25288,2,2),
|
||||
(25286,25289,2,2),
|
||||
(25290,25291,3,3),
|
||||
(25290,25292,1,1),
|
||||
(25293,25294,1,1),
|
||||
(25293,25295,4,4),
|
||||
(25296,25297,3,3),
|
||||
(25296,25298,1,1),
|
||||
(25299,25300,3,3),
|
||||
(25299,25301,2,2),
|
||||
(25302,25303,3,3),
|
||||
(25302,25304,1,1),
|
||||
(25306,25307,1,1),
|
||||
(25306,25308,4,4),
|
||||
(25309,25310,1,1),
|
||||
(25309,25311,4,4),
|
||||
(25312,25313,2,2),
|
||||
(25312,25314,2,2),
|
||||
(25316,25317,1,1),
|
||||
(25316,25318,4,4),
|
||||
(25319,25320,3,3),
|
||||
(25319,25321,1,1),
|
||||
(25322,25323,2,3),
|
||||
(25322,25324,1,3),
|
||||
(25325,25326,1,1),
|
||||
(25325,25327,4,4),
|
||||
(25328,25329,1,1),
|
||||
(25328,25330,1,1),
|
||||
(25328,25331,1,1),
|
||||
(25328,25332,1,1),
|
||||
(25339,25340,1,1),
|
||||
(25339,25341,1,1),
|
||||
(25342,25343,1,1),
|
||||
(25342,25344,1,1),
|
||||
(25342,25345,1,1),
|
||||
(25346,25347,1,1),
|
||||
(25346,25348,1,1),
|
||||
(25349,25350,1,1),
|
||||
(25349,25351,1,1),
|
||||
(25352,25353,3,6),
|
||||
(25354,25355,2,4),
|
||||
(25354,25356,2,4),
|
||||
(25357,25358,1,3),
|
||||
(25357,25359,1,3),
|
||||
(25360,25361,4,6),
|
||||
(25362,25363,2,4),
|
||||
(25362,25364,1,3),
|
||||
(25366,25367,2,4),
|
||||
(25366,25368,1,2),
|
||||
(25369,25370,1,3),
|
||||
(25369,25371,1,3),
|
||||
(25373,25374,2,4),
|
||||
(25375,25376,2,4),
|
||||
(25375,25377,1,3),
|
||||
(25378,25379,1,4),
|
||||
(25380,25381,1,3),
|
||||
(25380,25382,1,3),
|
||||
(25383,25384,3,5),
|
||||
(25385,25386,1,3),
|
||||
(25385,25387,1,3),
|
||||
(25388,25389,1,3),
|
||||
(25388,25390,2,5),
|
||||
(25392,25393,4,7),
|
||||
(25395,25396,1,1),
|
||||
(25395,25397,2,2),
|
||||
(25398,25399,1,4),
|
||||
(25398,25400,1,2),
|
||||
(25401,25402,2,3),
|
||||
(25401,25403,3,5),
|
||||
(25404,25405,2,4),
|
||||
(25404,25406,2,4),
|
||||
(25407,25408,2,3),
|
||||
(25407,25409,2,4),
|
||||
(25410,25411,4,8),
|
||||
(25412,25413,1,2),
|
||||
(25412,25414,1,4),
|
||||
(25415,25416,1,3),
|
||||
(25415,25417,1,3),
|
||||
(25418,25419,2,5),
|
||||
(25420,25421,2,5),
|
||||
(25420,25422,2,3),
|
||||
(25423,25424,6,8),
|
||||
(25423,25425,3,4),
|
||||
(25426,25427,2,3),
|
||||
(25426,25428,2,4),
|
||||
(25429,25430,6,9),
|
||||
(25431,25432,3,4),
|
||||
(25431,25433,3,4),
|
||||
(25434,25435,3,4),
|
||||
(25434,25436,2,3),
|
||||
(25438,25439,3,5),
|
||||
(25438,25440,2,4),
|
||||
(25441,25442,2,5),
|
||||
(25441,25443,2,4),
|
||||
(25444,25445,3,5),
|
||||
(25444,25446,2,4),
|
||||
(25447,25448,2,2),
|
||||
(25447,25449,2,2),
|
||||
(25450,25451,3,3),
|
||||
(25450,25452,1,1),
|
||||
(25453,25454,3,3),
|
||||
(25453,25455,1,1),
|
||||
(25456,25457,3,4),
|
||||
(25456,25458,3,4),
|
||||
(25456,25459,3,4),
|
||||
(25460,25461,3,5),
|
||||
(25460,25462,3,5),
|
||||
(25463,25464,2,4),
|
||||
(25463,25465,2,3),
|
||||
(25463,25466,3,5),
|
||||
(25467,25468,3,5),
|
||||
(25467,25469,2,4),
|
||||
(25470,25471,3,4),
|
||||
(25470,25472,3,5),
|
||||
(25473,25474,6,8),
|
||||
(25475,25476,3,4),
|
||||
(25475,25477,2,3),
|
||||
(25478,25479,3,5),
|
||||
(25478,25480,2,4),
|
||||
(25481,25482,2,4),
|
||||
(25481,25483,2,4),
|
||||
(25484,25485,3,5),
|
||||
(25484,25486,2,4),
|
||||
(25487,25488,2,3),
|
||||
(25487,25489,1,4),
|
||||
(25490,25491,2,3),
|
||||
(25490,25492,1,4),
|
||||
(25493,25494,3,4),
|
||||
(25493,25495,3,4),
|
||||
(25496,25497,5,9),
|
||||
(25498,25499,2,4),
|
||||
(25498,25500,1,5),
|
||||
(25501,25502,3,3),
|
||||
(25501,25503,2,2),
|
||||
(25504,25505,3,3),
|
||||
(25506,25507,1,1),
|
||||
(25506,25508,3,3),
|
||||
(25509,25510,1,1),
|
||||
(25509,25511,3,3),
|
||||
(25514,25515,1,1),
|
||||
(25514,25516,3,3),
|
||||
(25517,25518,2,2),
|
||||
(25517,25519,3,4),
|
||||
(25524,25525,2,2),
|
||||
(25524,25526,2,2),
|
||||
(29056,29057,2,2),
|
||||
(29056,29058,2,2);
|
||||
|
||||
-- Primeval Isle temp mob groups.
|
||||
INSERT INTO `minions` VALUES
|
||||
(22196,22197,1,1),
|
||||
(22196,22198,1,1),
|
||||
(22196,22218,1,1),
|
||||
(22200,22201,1,1),
|
||||
(22200,22202,1,1),
|
||||
(22200,22219,1,1),
|
||||
(22203,22204,1,1),
|
||||
(22203,22205,1,1),
|
||||
(22203,22220,1,1),
|
||||
(22208,22209,1,1),
|
||||
(22208,22210,1,1),
|
||||
(22208,22221,1,1),
|
||||
(22211,22212,1,1),
|
||||
(22211,22213,1,1),
|
||||
(22211,22222,1,1);
|
||||
|
||||
-- GrandBosses
|
||||
INSERT INTO `minions` VALUES
|
||||
-- (29001,29003,5,8),-- Nurse, implant in AI now
|
||||
-- (29001,29004,3,5),-- Guard, implant in AI now
|
||||
-- (29001,29005,3,4),-- Royal guard, implant in AI now
|
||||
(29006,29007,10,10),
|
||||
(29006,29008,3,3),
|
||||
(29006,29011,4,4),
|
||||
(29014,29015,6,8),
|
||||
(29014,29016,4,7),
|
||||
(29014,29017,6,8),
|
||||
(29014,29018,4,7),
|
||||
(29019,29070,4,6),
|
||||
(29019,29076,1,1);
|
||||
|
||||
-- ToI - Binder group
|
||||
INSERT INTO `minions` VALUES
|
||||
(20983,20984,1,1),
|
||||
(20983,20985,1,1),
|
||||
(20983,21074,1,1);
|
||||
|
||||
-- Fairy Trees
|
||||
INSERT INTO `minions` VALUES
|
||||
(27185, 27189, 4, 4),
|
||||
(27186, 27189, 4, 4),
|
||||
(27187, 27189, 4, 4),
|
||||
(27188, 27189, 4, 4);
|
||||
@@ -0,0 +1,14 @@
|
||||
--
|
||||
-- Table structure for table `mods_couples`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `mods_wedding` (
|
||||
`id` int(11) NOT NULL auto_increment,
|
||||
`player1Id` int(11) NOT NULL default '0',
|
||||
`player2Id` int(11) NOT NULL default '0',
|
||||
`married` varchar(5) default NULL,
|
||||
`affianceDate` decimal(20,0) default '0',
|
||||
`weddingDate` decimal(20,0) default '0',
|
||||
`coupleType` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
File diff suppressed because it is too large
Load Diff
+42
@@ -0,0 +1,42 @@
|
||||
-- ---------------------------
|
||||
-- Table structure for `npc_to_pc_polymorph`
|
||||
-- ---------------------------
|
||||
CREATE TABLE IF NOT EXISTS `npc_to_pc_polymorph` (
|
||||
`spawn` int(9) NOT NULL default '0',
|
||||
`template` int(9) NOT NULL default '0',
|
||||
`name` varchar(35) default NULL,
|
||||
`title` varchar(35) default NULL,
|
||||
`class_id` int(3) NOT NULL default '0',
|
||||
`female` int(1) NOT NULL default '0',
|
||||
`hair_style` int(1) NOT NULL default '0',
|
||||
`hair_color` int(1) NOT NULL default '0',
|
||||
`face` int(1) NOT NULL default '0',
|
||||
`name_color` int(7) NOT NULL default '0',
|
||||
`title_color` int(7) NOT NULL default '0',
|
||||
`noble` int(1) NOT NULL default '0',
|
||||
`hero` int(1) NOT NULL default '0',
|
||||
`pvp` int(1) NOT NULL default '0',
|
||||
`karma` int(7) NOT NULL default '0',
|
||||
`wpn_enchant` int(7) NOT NULL default '0',
|
||||
`right_hand` int(7) NOT NULL default '0',
|
||||
`left_hand` int(7) NOT NULL default '0',
|
||||
`gloves` int(7) NOT NULL default '0',
|
||||
`chest` int(7) NOT NULL default '0',
|
||||
`legs` int(7) NOT NULL default '0',
|
||||
`feet` int(7) NOT NULL default '0',
|
||||
`hair` int(7) NOT NULL default '0',
|
||||
`hair2` int(7) NOT NULL default '0',
|
||||
`pledge` int(2) NOT NULL default '0',
|
||||
`cw_level` int(3) NOT NULL default '0',
|
||||
`clan_id` int(9) NOT NULL default '0',
|
||||
`ally_id` int(9) NOT NULL default '0',
|
||||
`clan_crest` int(9) NOT NULL default '0',
|
||||
`ally_crest` int(9) NOT NULL default '0',
|
||||
`rnd_class` int(1) NOT NULL default '0',
|
||||
`rnd_appearance` int(1) NOT NULL default '0',
|
||||
`rnd_weapon` int(1) NOT NULL default '0',
|
||||
`rnd_armor` int(1) NOT NULL default '0',
|
||||
`max_rnd_enchant` int(7) NOT NULL default '0',
|
||||
KEY `spawn` (`spawn`),
|
||||
KEY `template` (`template`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE IF NOT EXISTS `olympiad_data` (
|
||||
`id` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`current_cycle` MEDIUMINT UNSIGNED NOT NULL DEFAULT 1,
|
||||
`period` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`olympiad_end` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||
`validation_end` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||
`next_weekly_change` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
||||
@@ -0,0 +1,23 @@
|
||||
CREATE TABLE IF NOT EXISTS `olympiad_nobles` (
|
||||
`charId` decimal(11,0) NOT NULL default '0',
|
||||
`class_id` decimal(3,0) NOT NULL default '0',
|
||||
`char_name` varchar(45) NOT NULL default '',
|
||||
`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',
|
||||
`competitions_drawn` decimal(3,0) NOT NULL default '0',
|
||||
PRIMARY KEY (`charId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `olympiad_nobles_eom` (
|
||||
`charId` decimal(11,0) NOT NULL default '0',
|
||||
`class_id` decimal(3,0) NOT NULL default '0',
|
||||
`char_name` varchar(45) NOT NULL default '',
|
||||
`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',
|
||||
`competitions_drawn` decimal(3,0) NOT NULL default '0',
|
||||
PRIMARY KEY (`charId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user