Addition of C1 branch.
This commit is contained in:
parent
2630024926
commit
1e5fa7291f
10
L2J_Mobius_C1_HarbingersOfWar/.classpath
Normal file
10
L2J_Mobius_C1_HarbingersOfWar/.classpath
Normal file
@ -0,0 +1,10 @@
|
||||
<?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-12">
|
||||
<attributes>
|
||||
<attribute name="module" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" path="java"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
22
L2J_Mobius_C1_HarbingersOfWar/.project
Normal file
22
L2J_Mobius_C1_HarbingersOfWar/.project
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>L2J_Mobius_C1_HarbingersOfWar</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,453 @@
|
||||
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.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
|
||||
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
|
||||
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=12
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=12
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.doc.comment.support=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
|
||||
org.eclipse.jdt.core.compiler.problem.deadCode=warning
|
||||
org.eclipse.jdt.core.compiler.problem.deprecation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
|
||||
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
|
||||
org.eclipse.jdt.core.compiler.problem.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.nullAnnotationInferenceConflict=error
|
||||
org.eclipse.jdt.core.compiler.problem.nullReference=warning
|
||||
org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
|
||||
org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
|
||||
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
|
||||
org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.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.syntacticNullAnalysisForFields=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
|
||||
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unusedImport=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
|
||||
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
|
||||
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
|
||||
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
|
||||
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
|
||||
org.eclipse.jdt.core.compiler.release=disabled
|
||||
org.eclipse.jdt.core.compiler.source=12
|
||||
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
|
||||
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.align_variable_declarations_on_columns=false
|
||||
org.eclipse.jdt.core.formatter.align_with_spaces=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_compact_loops=16
|
||||
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.align_tags_descriptions_grouped=false
|
||||
org.eclipse.jdt.core.formatter.comment.align_tags_names_descriptions=false
|
||||
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_annotation_declaration_on_one_line=one_line_never
|
||||
org.eclipse.jdt.core.formatter.keep_anonymous_type_declaration_on_one_line=one_line_never
|
||||
org.eclipse.jdt.core.formatter.keep_code_block_on_one_line=one_line_never
|
||||
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_enum_constant_declaration_on_one_line=one_line_never
|
||||
org.eclipse.jdt.core.formatter.keep_enum_declaration_on_one_line=one_line_never
|
||||
org.eclipse.jdt.core.formatter.keep_if_then_body_block_on_one_line=one_line_never
|
||||
org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_lambda_body_block_on_one_line=one_line_never
|
||||
org.eclipse.jdt.core.formatter.keep_loop_body_block_on_one_line=one_line_never
|
||||
org.eclipse.jdt.core.formatter.keep_method_body_on_one_line=one_line_never
|
||||
org.eclipse.jdt.core.formatter.keep_simple_do_while_body_on_same_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_simple_for_body_on_same_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_simple_getter_setter_on_one_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_simple_while_body_on_same_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_type_declaration_on_one_line=one_line_never
|
||||
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
|
133
L2J_Mobius_C1_HarbingersOfWar/.settings/org.eclipse.jdt.ui.prefs
Normal file
133
L2J_Mobius_C1_HarbingersOfWar/.settings/org.eclipse.jdt.ui.prefs
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
|
@ -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
|
79
L2J_Mobius_C1_HarbingersOfWar/build.xml
Normal file
79
L2J_Mobius_C1_HarbingersOfWar/build.xml
Normal file
@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<project name="L2J_Mobius_C1_HarbingersOfWar" 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="datapack" location="dist" />
|
||||
<property name="src" location="java" />
|
||||
|
||||
<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="JDK12.present" />
|
||||
<fail unless="JDK12.present" message="Java 12 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}" destdir="${build.bin}" compiler="modern" debug="true" debuglevel="lines,vars,source" includeantruntime="false" source="12" target="12" 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}/Server.jar" level="9">
|
||||
<fileset dir="${build.bin}" />
|
||||
<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="Main-Class" value="org.l2jmobius.Server" />
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
<target name="adding-core" depends="jar" description="Adding the compiled jars to the Zip file.">
|
||||
<zip destfile="${build}/L2J_Mobius_C1_HarbingersOfWar.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_C1_HarbingersOfWar.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_C1_HarbingersOfWar.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>
|
3
L2J_Mobius_C1_HarbingersOfWar/dist/AccountManager.bat
vendored
Normal file
3
L2J_Mobius_C1_HarbingersOfWar/dist/AccountManager.bat
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@title Account Manager
|
||||
@java -cp Server.jar org.l2jmobius.accountmanager.AccountManager
|
||||
@pause
|
BIN
L2J_Mobius_C1_HarbingersOfWar/dist/Server.exe
vendored
Normal file
BIN
L2J_Mobius_C1_HarbingersOfWar/dist/Server.exe
vendored
Normal file
Binary file not shown.
3
L2J_Mobius_C1_HarbingersOfWar/dist/Server.sh
vendored
Normal file
3
L2J_Mobius_C1_HarbingersOfWar/dist/Server.sh
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
#! /bin/sh
|
||||
|
||||
./ServerTask.sh &
|
14
L2J_Mobius_C1_HarbingersOfWar/dist/ServerTask.sh
vendored
Normal file
14
L2J_Mobius_C1_HarbingersOfWar/dist/ServerTask.sh
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# exit codes of Server:
|
||||
# 0 normal shutdown
|
||||
# 2 reboot attempt
|
||||
|
||||
while :; do
|
||||
[ -f log/java0.log.0 ] && mv log/java0.log.0 "log/`date +%Y-%m-%d_%H-%M-%S`_java.log"
|
||||
[ -f log/stdout.log ] && mv log/stdout.log "log/`date +%Y-%m-%d_%H-%M-%S`_stdout.log"
|
||||
java $(cat "java.cfg") -jar Server.jar > log/stdout.log 2>&1
|
||||
[ $? -ne 2 ] && break
|
||||
# /etc/init.d/mysql restart
|
||||
sleep 10
|
||||
done
|
0
L2J_Mobius_C1_HarbingersOfWar/dist/banned_ip.cfg
vendored
Normal file
0
L2J_Mobius_C1_HarbingersOfWar/dist/banned_ip.cfg
vendored
Normal file
18
L2J_Mobius_C1_HarbingersOfWar/dist/config/rates.ini
vendored
Normal file
18
L2J_Mobius_C1_HarbingersOfWar/dist/config/rates.ini
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# Rate Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
# The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
|
||||
# Warning:
|
||||
# Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
|
||||
|
||||
# Experience multiplier
|
||||
RateXp = 1.0
|
||||
|
||||
# Skill points multiplier
|
||||
RateSp = 1.0
|
||||
|
||||
# Drop multiplier
|
||||
RateDrop = 1.0
|
||||
|
||||
# Adena multiplier
|
||||
RateAdena = 1.0
|
35
L2J_Mobius_C1_HarbingersOfWar/dist/config/server.ini
vendored
Normal file
35
L2J_Mobius_C1_HarbingersOfWar/dist/config/server.ini
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
# This is the server configuration file. Here you can set up the connection for your server.
|
||||
# Usually you have to change the ExternalHostname option to
|
||||
# - 127.0.0.1 (if you want to play alone / testing purpose)
|
||||
# - LAN IP* (if you want to play from another computer in the network)
|
||||
# - WAN IP** (if you want to play with friends over internet)
|
||||
#
|
||||
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
|
||||
# **= If you want to get you WAN IP, visit http://www.whatismyip.com
|
||||
# ===================================================================================================
|
||||
|
||||
# Bind ip of the gameserver, use * to bind on all available IPs
|
||||
GameserverHostname=*
|
||||
GameserverPort=7777
|
||||
|
||||
# Bind ip of the loginserver, use * to bind on all available IPs
|
||||
LoginserverHostname=*
|
||||
|
||||
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
|
||||
ExternalHostname=127.0.0.1
|
||||
|
||||
# This is transmitted to the client from the same network, so it has to be a public IP or resolvable hostname
|
||||
InternalHostname=127.0.0.1
|
||||
|
||||
# Allowed client protocol version.
|
||||
ClientProtocolVersion=419
|
||||
|
||||
# Define how many players are allowed to play simultaneously on your server.
|
||||
MaximumOnlineUsers=2000
|
||||
|
||||
# Useable values: "true" - "false", use this option to choose whether accounts will be created
|
||||
# automatically or not. If not, you have to put it in the accounts.txt in the data folder
|
||||
AutoCreateAccounts=true
|
||||
|
||||
# Enable unknown packet logging.
|
||||
LogUnknownPackets=false
|
0
L2J_Mobius_C1_HarbingersOfWar/dist/data/accounts.txt
vendored
Normal file
0
L2J_Mobius_C1_HarbingersOfWar/dist/data/accounts.txt
vendored
Normal file
1
L2J_Mobius_C1_HarbingersOfWar/dist/data/accounts/readme.txt
vendored
Normal file
1
L2J_Mobius_C1_HarbingersOfWar/dist/data/accounts/readme.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
Account files are stored in this folder.
|
2
L2J_Mobius_C1_HarbingersOfWar/dist/data/announcements.txt
vendored
Normal file
2
L2J_Mobius_C1_HarbingersOfWar/dist/data/announcements.txt
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
Thanks for using L2jMobius!
|
||||
http://www.l2jmobius.org
|
633
L2J_Mobius_C1_HarbingersOfWar/dist/data/armor.csv
vendored
Normal file
633
L2J_Mobius_C1_HarbingersOfWar/dist/data/armor.csv
vendored
Normal file
@ -0,0 +1,633 @@
|
||||
#id;name;bodypart;crystallizable;armor.type;weight;material;crystal.type;avoid.modify;durability;p.def;m.def;mp.bonus
|
||||
21;shirt;chest;false;light;4830;cloth;none;0;90;36;0;0;
|
||||
22;leather_shirt;chest;false;light;4830;leather;none;0;90;43;0;0;
|
||||
23;wooden_breastplate;chest;false;light;4820;wood;none;0;90;47;0;0;
|
||||
24;bone_breastplate;chest;false;light;4770;bone;none;0;85;50;0;0;
|
||||
25;piece_bone_breastplate;chest;false;heavy;8970;bone;none;0;85;62;0;0;
|
||||
26;bronze_breastplate;chest;false;heavy;8920;bronze;none;0;90;68;0;0;
|
||||
27;hard_leather_shirt;chest;false;light;4720;leather;none;0;90;53;0;0;
|
||||
28;pants;legs;false;light;1740;cloth;none;0;90;22;0;0;
|
||||
29;leather_pants;legs;false;light;1730;leather;none;0;90;27;0;0;
|
||||
30;hard_leather_pants;legs;false;light;1700;leather;none;0;90;29;0;0;
|
||||
31;bone_gaiters;legs;false;light;1680;bone;none;0;85;32;0;0;
|
||||
32;piece_bone_gaiters;legs;false;heavy;4020;bone;none;0;85;39;0;0;
|
||||
33;hard_leather_gaiters;legs;false;light;1610;leather;none;0;90;33;0;0;
|
||||
34;bronze_gaiters;legs;false;heavy;3960;bronze;none;0;90;43;0;0;
|
||||
35;cloth_shoes;feet;false;none;1320;cloth;none;0;90;9;0;0;
|
||||
36;leather_sandals;feet;false;none;1320;leather;none;0;90;9;0;0;
|
||||
37;leather_shoes;feet;false;none;1320;leather;none;0;90;13;0;0;
|
||||
38;low_boots;feet;false;none;1320;leather;none;0;90;15;0;0;
|
||||
39;boots;feet;false;none;1310;cloth;none;0;90;17;0;0;
|
||||
40;leather_boots;feet;true;none;1300;leather;d;0;90;19;0;0;
|
||||
41;cloth_cap;head;false;none;660;cloth;none;0;90;13;0;0;
|
||||
42;leather_cap;head;false;none;660;leather;none;0;90;16;0;0;
|
||||
43;wooden_helmet;head;false;none;660;wood;none;0;90;19;0;0;
|
||||
44;leather_helmet;head;false;none;650;leather;none;0;90;23;0;0;
|
||||
45;bone_helmet;head;true;none;640;bone;d;0;90;29;0;0;
|
||||
46;bronze_helmet;head;true;none;630;bronze;d;0;90;33;0;0;
|
||||
47;helmet;head;true;none;640;fine_steel;d;0;90;37;0;0;
|
||||
48;short_gloves;gloves;false;none;660;cloth;none;0;90;9;0;0;
|
||||
49;gloves;gloves;false;none;660;cloth;none;0;90;13;0;0;
|
||||
50;leather_gloves;gloves;false;none;650;leather;none;0;90;15;0;0;
|
||||
51;bracer;gloves;false;none;650;leather;none;0;90;17;0;0;
|
||||
52;hemp_cloak;back;false;none;260;cloth;none;0;90;2;0;0;,
|
||||
53;cotton_cloak;back;false;none;250;cloth;none;0;90;3;0;0;,
|
||||
54;silk_cloak;back;false;none;250;cloth;none;0;90;4;0;0;,
|
||||
55;cotton_underwear_set;underwear;false;none;170;cotton;none;0;90;4;0;0;,
|
||||
56;wool_underwear_set;underwear;false;none;170;wood;none;0;90;5;0;0;,
|
||||
58;mithril_breastplate;chest;true;heavy;8670;mithril;d;0;95;95;0;0;,
|
||||
59;mithril_gaiters;legs;true;heavy;3830;mithril;d;0;95;61;0;0;,
|
||||
60;composite_armor;fullarmor;true;heavy;10980;fine_steel;c;0;90;224;0;0;,
|
||||
61;mithril_glove;gloves;true;none;630;mithril;d;0;90;29;0;0;,
|
||||
62;mithril_boots;feet;true;none;1290;mithril;d;0;97;24;0;0;,
|
||||
63;gauntlet;gloves;true;none;640;cloth;d;0;90;24;0;0;,
|
||||
64;composite_boots;feet;true;none;1220;fine_steel;c;0;90;36;0;0;,
|
||||
112;apprentice's_earing;rear,lear;false;none;150;silver;none;0;95;0;11;0;
|
||||
113;mage_earing;rear,lear;false;none;150;silver;none;0;95;0;13;0;
|
||||
114;earing_of_strength;rear,lear;false;none;150;gold;none;0;95;0;16;0;
|
||||
115;earing_of_wisdom;rear,lear;false;none;150;gold;none;0;95;0;16;0;
|
||||
116;magic_ring;rfinger,lfinger;false;none;150;gold;none;0;95;0;7;0;
|
||||
117;ring_of_mana;rfinger,lfinger;true;none;150;silver;b;0;95;0;34;0;
|
||||
118;necklace_of_magic;neck;false;none;150;silver;none;0;95;0;15;0;,
|
||||
119;necklace_of_binding;neck;true;none;150;adamantaite;c;0;95;0;64;0;,
|
||||
347;ring_breastplate;chest;true;heavy;8820;steel;d;0;90;77;0;0;,
|
||||
348;scale_mail;chest;true;heavy;8720;steel;d;0;90;87;0;0;,
|
||||
349;compound_scale_mail;chest;true;heavy;8620;fine_steel;d;0;98;95;0;0;,
|
||||
350;dwarven_scale_mail;chest;true;heavy;8540;fine_steel;d;0;98;95;0;0;,
|
||||
351;blast_plate;chest;true;heavy;8420;fine_steel;d;0;90;97;0;0;,
|
||||
352;brigandine;chest;true;heavy;8320;fine_steel;d;0;90;108;0;0;,
|
||||
353;half_plate;chest;true;heavy;8220;fine_steel;d;0;90;111;0;0;,
|
||||
354;chain_mail_shirt;chest;true;heavy;8120;fine_steel;c;0;90;120;0;0;,
|
||||
355;dwarven_chain_mail_shirt;chest;true;heavy;8070;fine_steel;c;0;98;129;0;0;,
|
||||
356;full_plate_armor;fullarmor;true;heavy;10480;fine_steel;c;0;90;239;0;0;,
|
||||
357;shrnoen's_breastplate;chest;true;heavy;7970;mithril;b;0;90;157;0;0;,
|
||||
358;blue_wolve's_breastplate;chest;true;heavy;7820;oriharukon;b;0;90;166;0;0;,
|
||||
359;shining_dragon_armor;fullarmor;true;heavy;6400;mithril;b;0;90;301;0;0;
|
||||
360;armor_of_victory;chest;true;heavy;3360;oriharukon;b;0;90;175;0;0;
|
||||
361;breastplate_of_valor;chest;true;heavy;3360;blood_steel;b;0;90;185;0;0;
|
||||
362;glorious_armor;fullarmor;true;heavy;6720;fine_steel;b;0;90;284;0;0;
|
||||
363;red_flame_armor;fullarmor;true;heavy;6400;blood_steel;b;0;90;301;0;0;
|
||||
364;elven_crystal_breastplate;chest;true;heavy;2400;crystal;b;0;95;175;0;0;
|
||||
365;dark_crystal_breastplate;chest;true;heavy;7700;crystal;a;0;95;176;0;0;
|
||||
366;implosion_armor;fullarmor;true;heavy;6080;damascus;b;0;90;284;0;0;
|
||||
367;dark_dragon_armor;fullarmor;true;heavy;5760;damascus;b;0;90;301;0;0;
|
||||
368;elven_vagian_armor;fullarmor;true;heavy;2400;mithril;b;0;95;284;0;0;
|
||||
369;dark_vagian_armor;fullarmor;true;heavy;2400;mithril;b;0;95;301;0;0;
|
||||
370;complate_plate_armor;fullarmor;true;heavy;6400;fine_steel;b;0;98;284;0;0;
|
||||
371;hell_plate;fullarmor;true;heavy;6400;blood_steel;b;0;100;301;0;0;
|
||||
372;art_of_plate;fullarmor;true;heavy;6720;chrysolite;b;0;98;284;0;0;
|
||||
373;masterpiece_armor;fullarmor;true;heavy;5600;oriharukon;b;0;100;301;0;0;
|
||||
374;armor_of_nightmare;fullarmor;true;heavy;9580;blood_steel;a;0;90;301;0;0;
|
||||
375;dragon_scale_mail;chest;true;heavy;7620;scale_of_dragon;s;0;100;198;0;0;
|
||||
376;iron_plate_gaiters;legs;true;heavy;3820;steel;d;0;90;48;0;0;
|
||||
377;scale_gaiters;legs;true;heavy;3860;fine_steel;d;0;90;54;0;0;
|
||||
378;compound_scale_gaiters;legs;true;heavy;3770;fine_steel;d;0;98;61;0;0;
|
||||
379;dwarven_scale_gaiters;legs;true;heavy;3840;fine_steel;d;0;98;61;0;0;
|
||||
380;plate_gaiters;legs;true;heavy;3770;fine_steel;d;0;90;70;0;0;
|
||||
381;chain_gaiters;legs;true;heavy;3680;fine_steel;c;0;90;75;0;0;
|
||||
382;dwarven_chain_gaiters;legs;true;heavy;3620;fine_steel;c;0;98;80;0;0;
|
||||
383;shrnoen's_gaiters;legs;true;heavy;3570;mithril;b;0;90;98;0;0;
|
||||
384;wolves's_gaiters;legs;true;heavy;2560;oriharukon;b;0;90;109;0;0;
|
||||
385;gaiters_of_victory;legs;true;heavy;2240;oriharukon;b;0;90;109;0;0;
|
||||
386;gaiters_of_valor;legs;true;heavy;2240;blood_steel;b;0;90;116;0;0;
|
||||
387;elven_crystal_gaiters;legs;true;heavy;2240;crystal;b;0;95;109;0;0;
|
||||
388;dark_crystal_gaiters;legs;true;heavy;3320;crystal;a;0;95;110;0;0;
|
||||
389;dragon_scale_gaiters;legs;true;heavy;3260;scale_of_dragon;s;0;100;122;0;0;
|
||||
390;tights_shirt;chest;false;light;4770;cloth;none;0;90;50;0;0;
|
||||
391;puma_skin_shirt;chest;true;light;4700;leather;d;0;90;58;0;0;
|
||||
392;lion_skin_shirt;chest;true;light;4580;leather;d;0;90;65;0;0;
|
||||
393;mithril_banded_mail;chest;true;light;4570;mithril;d;0;90;73;0;0;
|
||||
394;reinforce_leather_shirt;chest;true;light;4570;leather;d;0;90;73;0;0;
|
||||
395;manticor_skin_shirt;chest;true;light;4520;leather;d;0;90;81;0;0;
|
||||
396;slamander_skin_mail;fullarmor;true;light;6100;leather;d;0;90;136;0;0;
|
||||
397;tempered_mithril_shirt;chest;true;light;4470;mithril;c;0;98;90;0;0;
|
||||
398;plate_leather;chest;true;light;4450;leather;c;0;90;94;0;0;
|
||||
399;rind_leather_mail;chest;true;light;4420;leather;c;0;90;97;0;0;
|
||||
400;theca_leather_mail;chest;true;light;4370;leather;c;0;90;106;0;0;
|
||||
401;drake_leather_mail;fullarmor;true;light;5800;leather;c;0;90;179;0;0;
|
||||
402;silent_chain_mail;fullarmor;true;light;3200;damascus;b;0;90;213;0;0;
|
||||
403;gust_chain_mail;fullarmor;true;light;2720;blood_steel;b;0;90;225;0;0;
|
||||
404;prairie_leather_mail;chest;true;light;8000;leather;b;0;95;131;0;0;
|
||||
405;leather_mail_of_underworld;chest;true;light;8000;leather;b;0;95;139;0;0;
|
||||
406;leather_mail_of_concentration;fullarmor;true;light;2400;leather;b;0;90;213;0;0;
|
||||
407;ace's_leather_mail;fullarmor;true;light;2400;leather;b;0;90;225;0;0;
|
||||
408;guardian's_leather_mail;chest;true;light;8000;leather;b;0;95;131;0;0;
|
||||
409;sniper's_leather_mail;chest;true;light;4300;leather;b;0;95;139;0;0;
|
||||
410;unicorn_leather_mail;fullarmor;true;light;1280;leather;a;0;90;238;0;0;
|
||||
411;dragon_leather_mail;fullarmor;true;light;4950;leather;s;0;100;237;0;0;
|
||||
412;tights_pants;legs;false;light;1630;cloth;none;0;90;32;0;0;
|
||||
413;puma_skin_gaiters;legs;true;light;1600;leather;d;0;90;36;0;0;
|
||||
414;lion_skin_gaiters;legs;true;light;1570;leather;d;0;90;41;0;0;
|
||||
415;mithril_banded_gaiters;legs;true;light;1580;mithril;d;0;98;46;0;0;
|
||||
416;reinforce_leather_gaiters;legs;true;light;1570;leather;d;0;90;46;0;0;
|
||||
417;manticor_skin_gaiters;legs;true;light;1550;leather;d;0;90;51;0;0;
|
||||
418;plate_leather_gaiters;legs;true;light;1560;leather;c;0;90;59;0;0;
|
||||
419;rind_leather_gaiters;legs;true;light;1550;leather;c;0;90;60;0;0;
|
||||
420;theca_leather_gaiters;legs;true;light;1530;leather;c;0;90;66;0;0;
|
||||
421;prairie_leather_gaiters;legs;true;light;4800;leather;b;0;95;82;0;0;
|
||||
422;gaiters_of_underworld;legs;true;light;4800;leather;b;0;95;87;0;0;
|
||||
423;guardian's_leather_gaiters;legs;true;light;4800;leather;b;0;95;82;0;0;
|
||||
424;sniper's_leather_gaiters;legs;true;light;1490;leather;b;0;95;87;0;0;
|
||||
425;apprentice's_tunic;chest;false;magic;2150;cloth;none;0;90;17;0;19;
|
||||
426;tunic;chest;false;magic;2150;cloth;none;0;90;18;0;24;
|
||||
427;cotton_robe;fullarmor;false;magic;2750;cotton;none;0;90;35;0;61;
|
||||
428;feriotic_tunic;chest;false;magic;2140;cloth;none;0;90;21;0;38;
|
||||
429;leather_tunic;chest;false;magic;2110;leather;none;0;90;25;0;52;
|
||||
430;robe_of_devotion;fullarmor;false;magic;2650;cloth;none;0;90;49;0;109;
|
||||
431;robe_of_magicpower;fullarmor;false;magic;2600;cloth;none;0;90;56;0;140;
|
||||
432;cursed_tunic;chest;true;magic;2090;cloth;d;0;90;39;0;106;
|
||||
433;elven_tunic;chest;true;magic;2080;cloth;d;0;95;43;0;126;
|
||||
434;white_tunic;chest;true;magic;2040;cloth;d;0;90;43;0;126;
|
||||
435;mage's_tunic;chest;true;magic;2030;cloth;d;0;90;43;0;126;
|
||||
436;tunic_of_knowledge;chest;true;magic;2020;cloth;d;0;90;49;0;147;
|
||||
437;mithril_tunic;chest;true;magic;2010;mithril;d;0;98;54;0;169;
|
||||
438;sage's_rag;fullarmor;true;magic;2580;cloth;d;0;90;90;0;320;
|
||||
439;karmian_tunic;chest;true;magic;1980;cloth;c;0;90;60;0;225;
|
||||
440;robe_of_seal;fullarmor;true;magic;2500;cloth;c;0;90;105;0;413;
|
||||
441;demon's_tunic;chest;true;magic;1990;cloth;c;0;90;69;0;284;
|
||||
442;divine_tunic;chest;true;magic;1980;cloth;c;0;90;74;0;314;
|
||||
443;tunic_of_mana;chest;true;magic;2000;cloth;b;0;90;87;0;377;
|
||||
444;sage's_robe;fullarmor;true;magic;1600;cloth;b;0;90;150;0;665;
|
||||
445;paradia_tunic;chest;true;magic;1990;cloth;b;0;98;87;0;377;
|
||||
446;inferno_tunic;chest;true;magic;1880;cloth;b;0;98;92;0;409;
|
||||
447;tunic_of_sola_eclipse;chest;true;magic;1960;cloth;b;0;90;87;0;377;
|
||||
448;robe_of_black_ore;fullarmor;true;magic;1600;cloth;b;0;90;150;0;665;
|
||||
449;tunic_of_summons;chest;true;magic;1950;cloth;b;0;90;87;0;377;
|
||||
450;another_world's_robe;fullarmor;true;magic;1600;cloth;b;0;90;150;0;665;
|
||||
451;elemental_tunic;chest;true;magic;1970;cloth;b;0;98;87;0;377;
|
||||
452;tunic_of_phantom;chest;true;magic;1890;cloth;b;0;98;92;0;409;
|
||||
453;tunic_of_grace;chest;true;magic;1930;cloth;b;0;90;87;0;377;
|
||||
454;robe_of_holy_spirit;fullarmor;true;magic;1600;cloth;b;0;90;150;0;665;
|
||||
455;phoenix's_tunic;chest;true;magic;1950;cloth;b;0;90;87;0;377;
|
||||
456;cerberus's_tunic;chest;true;magic;1870;cloth;b;0;90;92;0;409;
|
||||
457;tunic_of_assistance;chest;true;magic;1910;cloth;b;0;90;87;0;377;
|
||||
458;robe_of_blessing;fullarmor;true;magic;1600;cloth;b;0;90;150;0;665;
|
||||
459;dasparion's_robe;fullarmor;true;magic;1200;cloth;a;0;95;158;0;718;
|
||||
460;the_robe;fullarmor;true;magic;2300;cloth;s;0;100;158;0;773;
|
||||
461;apprentice's_hose;legs;false;magic;1100;cloth;none;0;90;10;0;10;
|
||||
462;hose;legs;false;magic;1080;cloth;none;0;90;11;0;15;
|
||||
463;feriotic_hose;legs;false;magic;1070;cloth;none;0;90;13;0;23;
|
||||
464;leather_hose;legs;false;magic;1020;leather;none;0;90;16;0;33;
|
||||
465;cursed_hose;legs;true;magic;1020;cloth;d;0;90;24;0;66;
|
||||
466;elven_hose;legs;true;magic;1010;cloth;d;0;95;27;0;79;
|
||||
467;dark_hose;legs;true;magic;1000;cloth;d;0;90;27;0;79;
|
||||
468;mage's_hose;legs;true;magic;990;cloth;d;0;90;27;0;79;
|
||||
469;hose_of_knowledge;legs;true;magic;1000;cloth;d;0;90;30;0;92;
|
||||
470;mithril_hose;legs;true;magic;980;mithril;d;0;98;34;0;105;
|
||||
471;karmian_hose;legs;true;magic;970;cloth;c;0;90;37;0;141;
|
||||
472;demon's_hose;legs;true;magic;980;cloth;c;0;90;43;0;177;
|
||||
473;divine_hose;legs;true;magic;960;cloth;c;0;90;46;0;196;
|
||||
474;hose_of_mana;legs;true;magic;2400;cloth;b;0;90;55;0;236;
|
||||
475;paradia_hose;legs;true;magic;1600;cloth;b;0;98;55;0;236;
|
||||
476;inferno_hose;legs;true;magic;1600;cloth;b;0;98;58;0;256;
|
||||
477;hose_of_sola_eclipse;legs;true;magic;2400;cloth;b;0;90;55;0;236;
|
||||
478;hose_of_summons;legs;true;magic;2400;cloth;b;0;90;55;0;236;
|
||||
479;elemental_hose;legs;true;magic;1600;cloth;b;0;98;55;0;236;
|
||||
480;hose_of_phantom;legs;true;magic;1600;cloth;b;0;98;58;0;256;
|
||||
481;hose_of_grace;legs;true;magic;2400;cloth;b;0;90;55;0;236;
|
||||
482;phoenix's_hose;legs;true;magic;2400;cloth;b;0;90;55;0;236;
|
||||
483;cerberus's_hose;legs;true;magic;6400;cloth;b;0;90;58;0;256;
|
||||
484;hose_of_assistance;legs;true;magic;2400;cloth;b;0;90;55;0;236;
|
||||
485;tattoo_o'_power;chest;false;light;4200;dyestuff;none;0;90;53;0;0;
|
||||
486;tattoo_o'_fire;chest;true;light;4050;dyestuff;d;0;90;73;0;0;
|
||||
487;tattoo_o'_stout;chest;true;light;4000;dyestuff;d;0;90;73;0;0;
|
||||
488;tattoo_o'_flame;chest;true;light;800;dyestuff;b;0;90;139;0;0;
|
||||
489;tattoo_o'_braze;chest;true;light;4100;dyestuff;c;0;90;110;0;0;
|
||||
490;tattoo_o'_blood;chest;true;light;3800;dyestuff;a;0;90;132;0;0;
|
||||
491;tattoo_o'_absolute;chest;true;light;800;dyestuff;a;0;90;146;0;0;
|
||||
492;tattoo_o'_soul;chest;true;light;4150;dyestuff;d;0;90;65;0;0;
|
||||
493;tattoo_o'_avadon;chest;true;light;4000;dyestuff;b;0;90;117;0;0;
|
||||
494;tattoo_o'_doom;chest;true;light;4100;dyestuff;b;0;90;125;0;0;
|
||||
495;tattoo_o'_pledge;chest;true;light;4000;dyestuff;b;0;90;124;0;0;
|
||||
496;tattoo_o'_divine;chest;true;light;4100;dyestuff;b;0;90;131;0;0;
|
||||
497;chain_helmet;head;true;none;620;fine_steel;c;0;90;45;0;0;
|
||||
498;metal_plate_helmet;head;true;none;610;fine_steel;c;0;90;49;0;0;
|
||||
499;mithril_helmet;head;true;none;240;mithril;c;0;90;58;0;0;
|
||||
500;great_helmet;head;true;none;610;fine_steel;c;0;90;51;0;0;
|
||||
501;armet;head;true;none;580;chrysolite;b;0;90;62;0;0;
|
||||
502;closed_helmet;head;true;none;570;oriharukon;a;0;90;64;0;0;
|
||||
503;shrnoen's_helmet;head;true;none;590;mithril;b;0;90;62;0;0;
|
||||
504;dragon_helmet;head;true;none;550;bone;s;0;90;77;0;0;
|
||||
505;wolve's_helmet;head;true;none;580;oriharukon;b;0;90;66;0;0;
|
||||
506;shining_dragon_helmet;head;true;none;880;mithril;b;0;90;69;0;0;
|
||||
507;helmet_of_victory;head;true;none;640;oriharukon;b;0;90;66;0;0;
|
||||
508;helmet_of_valor;head;true;none;720;blood_steel;b;0;90;69;0;0;
|
||||
509;glorious_helmet;head;true;none;800;fine_steel;a;0;90;65;0;0;
|
||||
510;red_flame_helmet;head;true;none;960;blood_steel;a;0;90;67;0;0;
|
||||
511;elven_crystal_helmet;head;true;none;580;crystal;b;0;90;66;0;0;
|
||||
512;dark_crystal_helmet;head;true;none;570;crystal;a;0;90;69;0;0;
|
||||
513;implosion_helmet;head;true;none;480;damascus;b;0;90;66;0;0;
|
||||
514;dark_dragon_helmet;head;true;none;400;damascus;b;0;90;69;0;0;
|
||||
515;elven_vagian_helm;head;true;none;560;mithril;a;0;90;65;0;0;
|
||||
516;dark_vagian_helm;head;true;none;560;mithril;a;0;90;67;0;0;
|
||||
517;composite_helmet;head;true;none;610;fine_steel;c;0;90;54;0;0;
|
||||
518;hell_helm;head;true;none;320;blood_steel;a;0;90;67;0;0;
|
||||
519;art_of_helmet;head;true;none;400;chrysolite;b;0;90;66;0;0;
|
||||
520;masterpiece_helm;head;true;none;400;oriharukon;a;0;90;67;0;0;
|
||||
521;silent_helmet;head;true;none;320;damascus;b;0;90;66;0;0;
|
||||
522;gust_helmet;head;true;none;570;blood_steel;b;0;90;69;0;0;
|
||||
523;prairie_helmet;head;true;none;480;leather;b;0;90;66;0;0;
|
||||
524;helm_of_underworld;head;true;none;320;damascus;b;0;90;69;0;0;
|
||||
525;helmet_of_concentration;head;true;none;320;oriharukon;b;0;90;66;0;0;
|
||||
526;ace's_helmet;head;true;none;320;oriharukon;b;0;90;69;0;0;
|
||||
527;guardian's_helmet;head;true;none;240;mithril;b;0;90;66;0;0;
|
||||
528;sniper_helmet;head;true;none;240;leather;b;0;90;69;0;0;
|
||||
529;cap_of_mana;head;true;none;320;cloth;c;0;90;58;0;0;
|
||||
530;sage's_cap;head;true;none;320;cloth;b;0;90;62;0;0;
|
||||
531;paradia_hood;head;true;none;320;cloth;c;0;90;58;0;0;
|
||||
532;inferno_hood;head;true;none;320;cloth;b;0;90;62;0;0;
|
||||
533;hood_of_sola_eclipse;head;true;none;320;cloth;c;0;90;58;0;0;
|
||||
534;hood_of_black_ore;head;true;none;320;cloth;b;0;90;62;0;0;
|
||||
535;hood_of_summons;head;true;none;320;cloth;c;0;90;58;0;0;
|
||||
536;another_world's_hood;head;true;none;320;cloth;b;0;90;62;0;0;
|
||||
537;elemental_hood;head;true;none;320;cloth;c;0;90;58;0;0;
|
||||
538;hood_of_phantom;head;true;none;320;cloth;b;0;90;62;0;0;
|
||||
539;hood_of_grace;head;true;none;320;cloth;c;0;90;58;0;0;
|
||||
540;hood_of_holy_spirit;head;true;none;320;cloth;b;0;90;62;0;0;
|
||||
541;phoenix's_hood;head;true;none;590;cloth;c;0;90;58;0;0;
|
||||
542;cerberus's_hood;head;true;none;320;cloth;b;0;90;62;0;0;
|
||||
543;hood_of_assistance;head;true;none;320;cloth;c;0;90;58;0;0;
|
||||
544;hood_of_blessing;head;true;none;320;cloth;b;0;90;62;0;0;
|
||||
545;flame_bonnet;head;true;none;400;cloth;c;0;90;58;0;0;
|
||||
546;braze_bonnet;head;true;none;400;cloth;b;0;90;62;0;0;
|
||||
547;blood_bonnet;head;true;none;570;cloth;a;0;90;69;0;0;
|
||||
548;absolute_bonnet;head;true;none;400;cloth;b;0;90;62;0;0;
|
||||
549;bonnet_o'_avadon;head;true;none;400;cloth;c;0;90;58;0;0;
|
||||
550;bonnet_o'_doom;head;true;none;400;cloth;b;0;90;62;0;0;
|
||||
551;helmet_of_pledge;head;true;none;400;chrysolite;c;0;90;58;0;0;
|
||||
552;divine_bonnet;head;true;none;400;cloth;b;0;90;62;0;0;
|
||||
553;iron_boots;feet;true;none;1280;fine_steel;d;0;90;24;0;0;
|
||||
554;shrnoen's_boots;feet;true;none;1180;mithril;b;0;90;41;0;0;
|
||||
555;dragon_boots;feet;true;none;1110;leather;a;0;90;49;0;0;
|
||||
556;wolves's_boots;feet;true;none;1180;oriharukon;b;0;90;41;0;0;
|
||||
557;shining_dragon_boots;feet;true;none;1150;mithril;b;0;90;44;0;0;
|
||||
558;boots_of_victory;feet;true;none;1180;oriharukon;b;0;90;41;0;0;
|
||||
559;boots_of_valor;feet;true;none;1150;blood_steel;b;0;90;44;0;0;
|
||||
560;glorious_boots;feet;true;none;1180;fine_steel;b;0;90;41;0;0;
|
||||
561;red_flame_boots;feet;true;none;1120;blood_steel;a;0;90;46;0;0;
|
||||
562;elven_crystal_boots;feet;true;none;1180;crystal;b;0;95;41;0;0;
|
||||
563;dark_crystal_boots;feet;true;none;1110;crystal;a;0;95;46;0;0;
|
||||
564;implosion_boots;feet;true;none;1150;damascus;b;0;90;44;0;0;
|
||||
565;dark_dragon_boots;feet;true;none;1130;damascus;b;0;90;44;0;0;
|
||||
566;elven_vagian_boots;feet;true;none;1150;mithril;b;0;95;41;0;0;
|
||||
567;dark_vagian_boots;feet;true;none;1130;mithril;b;0;95;44;0;0;
|
||||
568;_composite_boots;feet;true;none;200;fine_steel;b;0;90;41;0;0;
|
||||
569;hell_boots;feet;true;none;1130;blood_steel;b;0;90;44;0;0;
|
||||
570;art_of_boots;feet;true;none;1150;chrysolite;b;0;90;41;0;0;
|
||||
571;masterpiece_boots;feet;true;none;1130;oriharukon;b;0;90;44;0;0;
|
||||
572;silent_boots;feet;true;none;1190;damascus;b;0;90;41;0;0;
|
||||
573;gust_boots;feet;true;none;1120;blood_steel;a;0;90;46;0;0;
|
||||
574;prairie_boots;feet;true;none;1140;leather;b;0;90;41;0;0;
|
||||
575;boots_of_underworld;feet;true;none;1110;leather;a;0;90;46;0;0;
|
||||
576;boots_of_concentration;feet;true;none;1170;oriharukon;b;0;90;41;0;0;
|
||||
577;ace's_boots;feet;true;none;1150;oriharukon;b;0;90;44;0;0;
|
||||
578;guardian's_boots;feet;true;none;1180;mithril;b;0;95;41;0;0;
|
||||
579;sniper_boots;feet;true;none;1150;leather;b;0;95;44;0;0;
|
||||
580;boots_of_mana;feet;true;none;1180;leather;b;0;90;41;0;0;
|
||||
581;sage's_boots;feet;true;none;1150;leather;b;0;90;44;0;0;
|
||||
582;paradia_boots;feet;true;none;1140;chrysolite;b;0;95;44;0;0;
|
||||
583;inferno_boots;feet;true;none;1110;blood_steel;a;0;95;49;0;0;
|
||||
584;boots_of_sola_eclipse;feet;true;none;1180;blood_steel;b;0;90;41;0;0;
|
||||
585;boots_of_black_ore;feet;true;none;1200;damascus;b;0;90;44;0;0;
|
||||
586;boots_of_summons;feet;true;none;1170;leather;b;0;90;41;0;0;
|
||||
587;another_world's_boots;feet;true;none;1200;adamantaite;b;0;90;44;0;0;
|
||||
588;elemental_boots;feet;true;none;1130;mithril;b;0;95;44;0;0;
|
||||
589;boots_of_phantom;feet;true;none;1120;oriharukon;a;0;95;49;0;0;
|
||||
590;boots_of_grace;feet;true;none;1130;mithril;b;0;90;44;0;0;
|
||||
591;boots_of_holy_spirit;feet;true;none;1200;chrysolite;b;0;90;44;0;0;
|
||||
592;phoenix's_boots;feet;true;none;1120;blood_steel;a;0;90;46;0;0;
|
||||
593;cerberus's_boots;feet;true;none;1120;damascus;a;0;90;49;0;0;
|
||||
594;boots_of_assistance;feet;true;none;1200;leather;b;0;90;41;0;0;
|
||||
595;boots_of_blessing;feet;true;none;1160;adamantaite;b;0;90;41;0;0;
|
||||
596;flame_boots;feet;true;none;1020;blood_steel;b;0;90;46;0;0;
|
||||
597;braze_boots;feet;true;none;1050;chrysolite;b;0;90;46;0;0;
|
||||
598;blood_boots;feet;true;none;1130;blood_steel;a;0;90;46;0;0;
|
||||
599;absolute_boots;feet;true;none;1130;mithril;b;0;90;46;0;0;
|
||||
600;avadon_boots;feet;true;none;1170;damascus;b;0;90;41;0;0;
|
||||
601;doom_boots;feet;true;none;1130;mithril;b;0;90;44;0;0;
|
||||
602;boots_of_pledge;feet;true;none;1130;chrysolite;b;0;90;46;0;0;
|
||||
603;divine_boots;feet;true;none;1200;adamantaite;c;0;90;39;0;0;
|
||||
604;excellence_leather_gloves;gloves;true;none;650;leather;d;0;90;19;0;0;
|
||||
605;leather_gauntlet;gloves;true;none;640;leather;d;0;90;22;0;0;
|
||||
606;gauntlet_of_repose_of_the_soul;gloves;true;none;630;leather;d;0;90;27;0;0;
|
||||
607;ogre_power_gauntlet;gloves;true;none;620;fine_steel;d;0;90;29;0;0;
|
||||
608;mithril_gauntlet;gloves;true;none;600;mithril;c;0;95;36;0;0;
|
||||
609;gauntlet_of_ghost;gloves;true;none;1920;blood_steel;c;0;90;39;0;0;
|
||||
610;saint_knight's_gauntlet;gloves;true;none;6400;oriharukon;b;0;90;41;0;0;
|
||||
611;soul_suction_gauntlet;gloves;true;none;4800;blood_steel;b;0;90;44;0;0;
|
||||
612;shrnoen's_gauntlet;gloves;true;none;590;mithril;b;0;90;41;0;0;
|
||||
613;sand_dragon's_glove;gloves;true;none;3200;damascus;a;0;90;49;0;0;
|
||||
614;knight's_cloak;back;true;none;240;cloth;d;0;90;7;0;0;
|
||||
615;cobweb_cloak;back;true;none;240;cobweb;d;0;95;8;0;0;
|
||||
616;cloak_of_magic;back;true;none;240;cloth;d;0;90;11;0;0;
|
||||
617;mithril_cloak;back;true;none;240;mithril;d;0;95;11;0;0;
|
||||
618;cloak_of_self_protection;back;true;none;240;cloth;c;0;90;13;0;0;
|
||||
619;ancient_cloak;back;true;none;230;cloth;c;0;90;15;0;0;
|
||||
620;cloak_of_protection;back;true;none;230;cloth;c;0;90;16;0;0;
|
||||
621;clock_of_hell;back;true;none;220;cloth;b;0;90;18;0;0;
|
||||
622;holly_sprit's_clock;back;true;none;220;cloth;a;0;90;18;0;0;
|
||||
623;divine_cloak;back;true;none;220;cloth;a;0;90;19;0;0;
|
||||
624;cloak_of_invisibility;back;false;none;260;cloth;none;0;90;2;0;0;
|
||||
675;silk_yarn_underwear_set;underwear;false;none;170;cloth;none;0;90;6;0;0;
|
||||
676;pure_white_underwear_set;underwear;false;none;160;cloth;none;0;90;9;0;0;
|
||||
677;onepiece_swimsuit_set;underwear;true;none;150;cloth;d;0;90;10;0;0;
|
||||
678;bikini_set;underwear;true;none;150;cloth;d;0;90;11;0;0;
|
||||
679;cursed_underwear_set;underwear;true;none;150;cloth;d;0;90;12;0;0;
|
||||
680;mithril_underwear_set;underwear;true;none;140;mithril;c;0;97;16;0;0;
|
||||
681;fascination_underwear_set;underwear;true;none;140;cloth;c;0;90;17;0;0;,
|
||||
682;demon's_underwear_set;underwear;true;none;140;cloth;c;0;90;19;0;0;,
|
||||
683;holly_underwear_set;underwear;true;none;140;cloth;b;0;95;22;0;0;,
|
||||
684;underwear_of_rule;underwear;true;none;140;cloth;a;0;90;24;0;0;,
|
||||
685;crystal_swimsuit_set;underwear;true;none;130;crystal;s;0;85;26;0;0;,
|
||||
845;cat'seye_earing;rear,lear;false;none;150;silver;none;0;95;0;19;0;
|
||||
846;coral_earing;rear,lear;false;none;150;silver;none;0;95;0;21;0;
|
||||
847;red_cresent_earing;rear,lear;true;none;150;silver;d;0;95;0;24;0;
|
||||
848;enchanted_earing;rear,lear;true;none;150;silver;d;0;95;0;27;0;
|
||||
849;tiger'seye_earing;rear,lear;true;none;150;silver;d;0;95;0;30;0;
|
||||
850;elven_earing;rear,lear;true;none;150;silver;d;0;95;0;34;0;
|
||||
851;onyxbeast'seye_earing;rear,lear;true;none;150;silver;d;0;95;0;36;0;
|
||||
852;moonstone_earing;rear,lear;true;none;150;silver;c;0;95;0;39;0;
|
||||
853;earing_of_protection;rear,lear;true;none;150;silver;c;0;95;0;42;0;
|
||||
854;earing_of_binding;rear,lear;true;none;150;silver;c;0;95;0;45;0;
|
||||
855;nassen's_earing;rear,lear;true;none;150;silver;c;0;95;0;48;0;
|
||||
856;adamantite_earing;rear,lear;true;none;150;silver;b;0;95;0;51;0;
|
||||
857;blessed_earing;rear,lear;true;none;150;silver;c;0;95;0;48;0;
|
||||
858;sanddragon's_earing;rear,lear;true;none;150;silver;s;0;95;0;63;0;
|
||||
859;earing_of_mana;rear,lear;true;none;150;silver;b;0;95;0;51;0;
|
||||
860;sage's_earing;rear,lear;true;none;150;silver;b;0;95;0;54;0;
|
||||
861;paradia_earing;rear,lear;true;none;150;silver;b;0;95;0;54;0;
|
||||
862;inferno_earing;rear,lear;true;none;150;silver;a;0;95;0;60;0;
|
||||
863;earing_of_sola_eclipse;rear,lear;true;none;150;silver;b;0;95;0;51;0;
|
||||
864;earing_of_black_ore;rear,lear;true;none;150;silver;b;0;95;0;54;0;
|
||||
865;earing_of_summons;rear,lear;true;none;150;silver;b;0;95;0;51;0;
|
||||
866;another_world's_earing;rear,lear;true;none;150;silver;b;0;95;0;54;0;
|
||||
867;elemental_earing;rear,lear;true;none;150;silver;b;0;95;0;54;0;
|
||||
868;earing_of_phantom;rear,lear;true;none;150;silver;a;0;95;0;60;0;
|
||||
869;earing_of_grace;rear,lear;true;none;150;silver;b;0;95;0;51;0;
|
||||
870;earing_of_holy_spirit;rear,lear;true;none;150;silver;b;0;95;0;54;0;
|
||||
871;phoenix's_earing;rear,lear;true;none;150;silver;a;0;95;0;57;0;
|
||||
872;cerberus's_earing;rear,lear;true;none;150;silver;a;0;95;0;60;0;
|
||||
873;earing_of_assistance;rear,lear;true;none;150;silver;b;0;95;0;51;0;
|
||||
874;earing_of_blessing;rear,lear;true;none;150;silver;b;0;95;0;51;0;
|
||||
875;ring_of_knowledge;rfinger,lfinger;false;none;150;gold;none;0;95;0;9;0;
|
||||
876;ring_of_anguish;rfinger,lfinger;false;none;150;gold;none;0;95;0;11;0;
|
||||
877;ring_of_wisdom;rfinger,lfinger;false;none;150;gold;none;0;95;0;12;0;
|
||||
878;blue_coral_ring;rfinger,lfinger;false;none;150;gold;none;0;95;0;14;0;
|
||||
879;enchanted_ring;rfinger,lfinger;true;none;150;gold;d;0;95;0;18;0;
|
||||
880;black_pearl_ring;rfinger,lfinger;true;none;150;gold;d;0;95;0;20;0;
|
||||
881;elven_ring;rfinger,lfinger;true;none;150;gold;d;0;95;0;22;0;
|
||||
882;mithril_ring;rfinger,lfinger;true;none;150;gold;d;0;95;0;24;0;
|
||||
883;aquastone_ring;rfinger,lfinger;true;none;150;gold;c;0;95;0;26;0;
|
||||
884;ring_of_protection;rfinger,lfinger;true;none;150;gold;c;0;95;0;28;0;
|
||||
885;ring_of_ages;rfinger,lfinger;true;none;150;gold;c;0;95;0;30;0;
|
||||
886;ring_of_binding;rfinger,lfinger;true;none;150;gold;c;0;95;0;32;0;
|
||||
887;adamantite_ring;rfinger,lfinger;true;none;150;gold;b;0;95;0;34;0;
|
||||
888;blessed_ring;rfinger,lfinger;true;none;150;gold;c;0;95;0;32;0;
|
||||
889;ring_of_aurakyria;rfinger,lfinger;true;none;150;gold;s;0;95;0;42;0;
|
||||
890;ring_of_devotion;rfinger,lfinger;true;none;150;gold;d;0;95;0;16;0;
|
||||
891;sage's_ring;rfinger,lfinger;true;none;150;gold;b;0;95;0;36;0;
|
||||
892;paradia_ring;rfinger,lfinger;true;none;150;gold;b;0;95;0;36;0;
|
||||
893;inferno_ring;rfinger,lfinger;true;none;150;gold;a;0;95;0;40;0;
|
||||
894;ring_of_sola_eclipse;rfinger,lfinger;true;none;150;gold;b;0;95;0;34;0;
|
||||
895;ring_of_black_ore;rfinger,lfinger;true;none;150;gold;b;0;95;0;36;0;
|
||||
896;ring_of_summons;rfinger,lfinger;true;none;150;gold;b;0;95;0;34;0;
|
||||
897;another_world's_ring;rfinger,lfinger;true;none;150;gold;b;0;95;0;36;0;
|
||||
898;elemental_ring;rfinger,lfinger;true;none;150;gold;b;0;95;0;36;0;
|
||||
899;ring_of_phantom;rfinger,lfinger;true;none;150;gold;a;0;95;0;40;0;
|
||||
900;ring_of_grace;rfinger,lfinger;true;none;150;gold;b;0;95;0;34;0;
|
||||
901;ring_of_holy_spirit;rfinger,lfinger;true;none;150;gold;b;0;95;0;36;0;
|
||||
902;phoenix's_ring;rfinger,lfinger;true;none;150;gold;a;0;95;0;38;0;
|
||||
903;cerberus's_ring;rfinger,lfinger;true;none;150;gold;a;0;95;0;40;0;
|
||||
904;ring_of_assistance;rfinger,lfinger;true;none;150;gold;b;0;95;0;34;0;
|
||||
905;ring_of_blessing;rfinger,lfinger;true;none;150;gold;b;0;95;0;34;0;
|
||||
906;necklace_of_knowledge;neck;false;none;150;silver;none;0;95;0;18;0;,
|
||||
907;necklace_of_anguish;neck;false;none;150;silver;none;0;95;0;21;0;,
|
||||
908;necklace_of_wisdom;neck;false;none;150;silver;none;0;95;0;25;0;,
|
||||
909;blue_diamond_necklace;neck;false;none;150;silver;none;0;95;0;28;0;,
|
||||
910;necklace_of_devotion;neck;true;none;150;silver;d;0;95;0;32;0;,
|
||||
911;enchanted_necklace;neck;true;none;150;silver;d;0;95;0;36;0;,
|
||||
912;near_forest_necklace;neck;true;none;150;silver;d;0;95;0;40;0;,
|
||||
913;elven_necklace;neck;true;none;150;silver;d;0;95;0;45;0;,
|
||||
914;necklace_of_darkness;neck;true;none;150;silver;d;0;95;0;48;0;,
|
||||
915;aquastone_necklace;neck;true;none;150;silver;c;0;95;0;52;0;,
|
||||
916;necklace_of_protection;neck;true;none;150;silver;c;0;95;0;56;0;,
|
||||
917;necklace_of_mermaid;neck;true;none;150;silver;c;0;95;0;60;0;,
|
||||
918;adamantite_necklace;neck;true;none;150;silver;b;0;95;0;68;0;,
|
||||
919;blessed_necklace;neck;true;none;150;silver;c;0;95;0;64;0;,
|
||||
920;dragon_necklace;neck;true;none;150;silver;s;0;95;0;85;0;
|
||||
921;necklace_of_mana;neck;true;none;150;silver;b;0;95;0;68;0;
|
||||
922;sage's_necklace;neck;true;none;150;silver;b;0;95;0;72;0;
|
||||
923;paradia_necklace;neck;true;none;150;silver;b;0;95;0;72;0;
|
||||
924;inferno_necklace;neck;true;none;150;silver;a;0;95;0;80;0;
|
||||
925;necklace_of_sola_eclipse;neck;true;none;150;silver;b;0;95;0;68;0;
|
||||
926;necklace_of_black_ore;neck;true;none;150;silver;b;0;95;0;72;0;
|
||||
927;necklace_of_summons;neck;true;none;150;silver;b;0;95;0;68;0;
|
||||
928;another_world's_necklace;neck;true;none;150;silver;b;0;95;0;72;0;
|
||||
929;elemental_necklace;neck;true;none;150;silver;b;0;95;0;72;0;
|
||||
930;necklace_of_phantom;neck;true;none;150;silver;a;0;95;0;80;0;
|
||||
931;necklace_of_grace;neck;true;none;150;silver;b;0;95;0;68;0;
|
||||
932;necklace_of_holy_spirit;neck;true;none;150;silver;b;0;95;0;72;0;
|
||||
933;phoenix's_necklace;neck;true;none;150;silver;a;0;95;0;76;0;
|
||||
934;cerberus's_necklace;neck;true;none;150;silver;a;0;95;0;80;0;
|
||||
935;necklace_of_assistance;neck;true;none;150;silver;b;0;95;0;68;0;
|
||||
936;necklace_of_blessing;neck;true;none;150;silver;b;0;95;0;68;0;
|
||||
990;temp_fist000;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
991;temp_fist001;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
992;temp_fist002;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
993;temp_fist003;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
994;temp_fist004;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
995;temp_fist005;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
996;temp_fist006;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
997;temp_fist007;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
998;temp_fist008;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
999;temp_fist009;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
1000;temp_fist010;gloves;false;none;60;cloth;none;0;90;9;0;0;
|
||||
1100;cotton_tunic;chest;false;magic;2120;cloth;none;0;90;21;0;38;
|
||||
1101;tunic_of_devotion;chest;false;magic;2090;cloth;none;0;90;30;0;67;
|
||||
1102;tunic_of_magicpower;chest;false;magic;2080;cloth;none;0;90;34;0;86;
|
||||
1103;cotton_hose;legs;false;magic;1060;cloth;none;0;90;13;0;23;
|
||||
1104;hose_of_devotion;legs;false;magic;1040;cloth;none;0;90;19;0;42;
|
||||
1105;hose_of_magicpower;legs;false;magic;1030;cloth;none;0;90;21;0;54;
|
||||
1119;short_leather_gloves;gloves;false;none;660;leather;none;0;90;11;0;0;
|
||||
1120;paagrio_hand;gloves;true;none;1600;leather;c;0;90;34;0;0;
|
||||
1121;apprentice's_shoes;feet;false;none;1320;leather;none;0;90;8;0;0;
|
||||
1122;cotton_shoes;feet;false;none;1320;leather;none;0;90;11;0;0;
|
||||
1123;blue_buckskin_boots;feet;true;none;1300;leather;d;0;90;22;0;0;
|
||||
1124;boots_of_power;feet;true;none;1250;leather;d;0;90;27;0;0;
|
||||
1125;assault_boots;feet;true;none;1240;leather;d;0;90;29;0;0;
|
||||
1126;crimson_boots;feet;true;none;1210;leather;c;0;90;34;0;0;
|
||||
1127;forgotten_boots;feet;true;none;4000;leather;c;0;90;36;0;0;
|
||||
1128;adamantite_boots;feet;true;none;4000;adamantaite;c;0;90;39;0;0;
|
||||
1129;crude_leather_shoes;feet;false;none;1320;leather;none;0;90;11;0;0;
|
||||
1146;squire's_shirt;chest;false;light;3301;cloth;none;0;90;33;0;0;
|
||||
1147;squire's_pants;legs;false;light;1750;cloth;none;0;90;20;0;0;
|
||||
1148;hard_leather_helmet;head;false;none;640;leather;none;0;90;26;0;0;
|
||||
1149;shining_circlet;head;true;none;600;steel;c;0;90;54;0;0;
|
||||
1308;Kamex_up01;chest;false;heavy;1400;fine_steel;none;0;98;51;0;0;
|
||||
1309;Kamex_up02;chest;false;heavy;1000;mithril;none;0;95;51;0;0;
|
||||
1310;Kamex_up03;chest;false;magic;150;cloth;none;0;90;51;0;96;
|
||||
1311;Kamex_up04;chest;false;light;300;leather;none;0;90;51;0;0;
|
||||
1312;Kamex_up05;chest;false;magic;150;cloth;none;0;90;51;0;142;
|
||||
1313;Kamex_leg01;legs;false;heavy;1000;fine_steel;none;0;98;32;0;0;
|
||||
1314;Kamex_leg02;legs;false;heavy;600;mithril;none;0;95;32;0;0;
|
||||
1315;Kamex_leg03;legs;false;magic;150;cloth;none;0;90;32;0;60;
|
||||
1316;Kamex_leg04;legs;false;light;400;leather;none;0;90;32;0;0;
|
||||
1317;Kamex_leg05;legs;false;magic;150;cloth;none;0;90;32;0;79;
|
||||
1318;Kamex_gl01;gloves;false;none;80;cloth;none;0;90;14;0;0;
|
||||
1319;Kamex_gl02;gloves;false;none;100;leather;none;0;90;14;0;0;
|
||||
1320;Kamex_gl03;gloves;false;none;100;leather;none;0;90;14;0;0;
|
||||
1321;Kamex_gl04;gloves;false;none;150;leather;none;0;90;14;0;0;
|
||||
1322;Kamex_gl05;gloves;false;none;80;leather;none;0;90;14;0;0;
|
||||
1323;Kamex_ft01;feet;false;none;120;leather;none;0;90;14;0;0;,
|
||||
1324;Kamex_ft02;feet;false;none;150;leather;none;0;90;14;0;0;,
|
||||
1325;Kamex_ft03;feet;false;none;250;leather;none;0;90;14;0;0;,
|
||||
1326;Kamex_ft04;feet;false;none;300;fine_steel;none;0;90;14;0;0;,
|
||||
1327;Kamex_ft05;feet;false;none;200;cloth;none;0;90;14;0;0;,
|
||||
1506;necklace_of_courage;neck;false;none;150;silver;none;0;95;0;15;0;,
|
||||
1507;necklace_of_valor;neck;false;none;150;silver;none;0;95;0;21;0;,
|
||||
1508;ring_of_raccoon;rfinger,lfinger;false;none;150;gold;none;0;95;0;11;0;
|
||||
1509;ring_of_firefly;rfinger,lfinger;false;none;150;gold;none;0;95;0;11;0;
|
||||
2376;avadon_breastplate;chest;true;heavy;7920;leather;b;0;90;157;0;0;,
|
||||
2377;mithril_scale_gaiters;legs;true;heavy;3870;leather;d;0;90;68;0;0;,
|
||||
2378;brigandine_gaiters;legs;true;heavy;3820;leather;d;0;90;68;0;0;,
|
||||
2379;avadon_gaiters;legs;true;heavy;3520;leather;b;0;90;98;0;0;,
|
||||
2380;blue_wolve's_gaiters;legs;true;heavy;3370;leather;b;0;90;104;0;0;,
|
||||
2381;doom_plate_armor;fullarmor;true;heavy;9980;leather;b;0;90;270;0;0;,
|
||||
2382;blood_plate_armor;fullarmor;true;heavy;9780;leather;a;0;90;286;0;0;,
|
||||
2383;inferno_plate_armor;fullarmor;true;heavy;9200;leather;a;0;90;301;0;0;
|
||||
2384;shrnoen's_leather_shirts;chest;true;light;4330;leather;b;0;90;117;0;0;
|
||||
2385;dark_crystal_leather_mail;chest;true;light;4300;leather;a;0;90;132;0;0;
|
||||
2386;wooden_gaiters;legs;false;light;1670;leather;none;0;90;28;0;0;
|
||||
2387;tempered_mithril_gaiters;legs;true;light;1530;leather;c;0;90;56;0;0;
|
||||
2388;shrnoen's_leather_gaiters;legs;true;light;1480;leather;b;0;90;73;0;0;
|
||||
2389;legging_of_dark_crystal;legs;true;light;1480;leather;a;0;90;82;0;0;
|
||||
2390;avadon_leather_mail;fullarmor;true;light;5600;leather;b;0;90;191;0;0;
|
||||
2391;blue_wolve's_leather_mail;fullarmor;true;light;5500;leather;b;0;90;202;0;0;
|
||||
2392;leather_mail_of_doom;fullarmor;true;light;5500;leather;b;0;90;202;0;0;
|
||||
2393;blood_leather_mail;fullarmor;true;light;5400;leather;a;0;90;214;0;0;
|
||||
2394;leather_mail_of_nightmare;fullarmor;true;light;5300;leather;a;0;90;226;0;0;
|
||||
2395;inferno_leather_mail;fullarmor;true;light;5350;leather;a;0;90;226;0;0;
|
||||
2396;elven_mithril_tunic;chest;true;magic;720;leather;d;0;90;54;0;169;
|
||||
2397;tunic_of_shrnoen;chest;true;magic;1960;leather;b;0;90;78;0;345;
|
||||
2398;blue_wolve's_tunic;chest;true;magic;1920;leather;b;0;90;83;0;377;
|
||||
2399;tunic_of_doom;chest;true;magic;1900;leather;b;0;90;83;0;377;
|
||||
2400;blood_tunic;chest;true;magic;1860;leather;a;0;90;88;0;409;
|
||||
2401;elven_mithril_hose;legs;true;magic;2400;leather;d;0;90;34;0;105;
|
||||
2402;hose_of_shrnoen;legs;true;magic;940;leather;b;0;90;49;0;216;
|
||||
2403;blue_wolve's_hose;legs;true;magic;920;leather;b;0;90;52;0;236;
|
||||
2404;hose_of_doom;legs;true;magic;910;leather;b;0;90;52;0;236;
|
||||
2405;blood_hose;legs;true;magic;920;leather;a;0;90;55;0;256;
|
||||
2406;avadon_robe;fullarmor;true;magic;2540;leather;b;0;90;127;0;561;
|
||||
2407;dark_crystal_robe;fullarmor;true;magic;2450;leather;a;0;90;143;0;665;
|
||||
2408;robe_of_nightmare;fullarmor;true;magic;2300;leather;a;0;90;151;0;718;
|
||||
2409;inferno_robe;fullarmor;true;magic;2330;leather;a;0;90;151;0;718;
|
||||
2410;tattoo_o'_nightmare;chest;true;light;3600;leather;a;0;90;139;0;0;
|
||||
2411;brigandine_helmet;head;true;none;630;leather;d;0;90;41;0;0;
|
||||
2412;plate_helmet;head;true;none;630;leather;d;0;90;44;0;0;
|
||||
2413;chain_hood;head;true;none;620;leather;c;0;90;47;0;0;
|
||||
2414;full_plate_helmet;head;true;none;600;leather;c;0;90;58;0;0;
|
||||
2415;avadon_circlet;head;true;none;590;leather;b;0;90;62;0;0;
|
||||
2416;blue_wolve's_helmet;head;true;none;580;leather;b;0;90;66;0;0;
|
||||
2417;doom_helmet;head;true;none;580;leather;b;0;90;66;0;0;
|
||||
2418;helm_of_nightmare;head;true;none;560;leather;a;0;90;73;0;0;
|
||||
2419;inferno_circlet;head;true;none;550;leather;a;0;90;73;0;0;
|
||||
2420;dragon_headgear;head;true;none;540;leather;s;0;90;77;0;0;
|
||||
2421;the_hood;head;true;none;540;leather;s;0;90;77;0;0;
|
||||
2422;reinforce_leather_boots;feet;true;none;1280;leather;d;0;90;24;0;0;
|
||||
2423;boots_of_knowledge;feet;true;none;1270;leather;d;0;90;24;0;0;
|
||||
2424;manticor_skin_boots;feet;true;none;1260;leather;d;0;90;27;0;0;
|
||||
2425;brigandine_boots;feet;true;none;1250;leather;d;0;90;27;0;0;
|
||||
2426;elven_mithril_boots;feet;true;none;1250;leather;d;0;90;27;0;0;
|
||||
2427;slamander_skin_boots;feet;true;none;1230;leather;d;0;90;29;0;0;
|
||||
2428;plate_boots;feet;true;none;1240;leather;d;0;90;29;0;0;
|
||||
2429;chain_boots;feet;true;none;1220;leather;c;0;90;32;0;0;
|
||||
2430;karmian_boots;feet;true;none;1230;leather;c;0;90;32;0;0;
|
||||
2431;plate_leather_boots;feet;true;none;1220;leather;c;0;90;32;0;0;
|
||||
2432;dwarven_chain_boots;feet;true;none;1210;leather;c;0;90;32;0;0;
|
||||
2433;boots_of_seal;feet;true;none;1220;leather;c;0;90;32;0;0;
|
||||
2434;rind_leather_boots;feet;true;none;1220;leather;c;0;90;34;0;0;
|
||||
2435;demon's_boots;feet;true;none;1220;leather;c;0;90;36;0;0;
|
||||
2436;theca_leather_boots;feet;true;none;1210;leather;c;0;90;37;0;0;
|
||||
2437;drake_leather_boots;feet;true;none;1210;leather;c;0;90;39;0;0;
|
||||
2438;full_plate_boots;feet;true;none;1200;leather;c;0;90;39;0;0;
|
||||
2439;blue_wolve's_boots;feet;true;none;1130;leather;b;0;90;44;0;0;
|
||||
2440;boots_of_nightmare;feet;true;none;1110;leather;a;0;90;49;0;0;
|
||||
2441;dark_legion_boots;feet;true;none;1120;leather;a;0;90;49;0;0;
|
||||
2442;dasparion's_boots;feet;true;none;1100;leather;a;0;90;49;0;0;
|
||||
2443;dragon_leather_boots;feet;true;none;1100;leather;s;0;90;51;0;0;
|
||||
2444;the_boots;feet;true;none;1100;leather;s;0;90;51;0;0;
|
||||
2445;dragon_scale_boots;feet;true;none;1100;leather;a;0;90;49;0;0;
|
||||
2446;reinforce_leather_gloves;gloves;true;none;640;leather;d;0;90;24;0;0;
|
||||
2447;gloves_of_knowledge;gloves;true;none;640;leather;d;0;90;24;0;0;
|
||||
2448;manticor_skin_gloves;gloves;true;none;630;leather;d;0;90;27;0;0;
|
||||
2449;brigandine_gauntlet;gloves;true;none;630;leather;d;0;90;27;0;0;
|
||||
2450;elven_mithril_gloves;gloves;true;none;640;leather;d;0;90;27;0;0;
|
||||
2451;sage's_worn_gloves;gloves;true;none;630;leather;d;0;90;29;0;0;
|
||||
2452;reinforce_mithril_gloves;gloves;true;none;620;leather;c;0;90;32;0;0;
|
||||
2453;chain_gloves;gloves;true;none;620;leather;c;0;90;32;0;0;
|
||||
2454;karmian_gloves;gloves;true;none;620;leather;c;0;90;32;0;0;
|
||||
2455;plate_leather_gloves;gloves;true;none;610;leather;c;0;90;33;0;0;
|
||||
2456;dwarven_chain_gloves;gloves;true;none;600;leather;c;0;90;34;0;0;
|
||||
2457;gloves_of_seal;gloves;true;none;620;leather;c;0;90;34;0;0;
|
||||
2458;rind_leather_gloves;gloves;true;none;600;leather;c;0;90;34;0;0;
|
||||
2459;demon's_gloves;gloves;true;none;610;leather;c;0;90;36;0;0;
|
||||
2460;theca_leather_gloves;gloves;true;none;600;leather;c;0;90;37;0;0;
|
||||
2461;drake_leather_gloves;gloves;true;none;600;leather;c;0;90;39;0;0;
|
||||
2462;full_plate_gauntlet;gloves;true;none;600;leather;c;0;90;39;0;0;
|
||||
2463;blessed_gloves;gloves;true;none;610;leather;c;0;90;39;0;0;
|
||||
2464;avadon_gloves;gloves;true;none;590;leather;b;0;90;41;0;0;
|
||||
2465;silent_chain_gloves;gloves;true;none;590;leather;b;0;90;41;0;0;
|
||||
2466;guardian's_gloves;gloves;true;none;590;leather;b;0;90;41;0;0;
|
||||
2467;gloves_of_blessing;gloves;true;none;590;leather;b;0;90;41;0;0;
|
||||
2468;divine_gloves;gloves;true;none;600;leather;c;0;90;39;0;0;
|
||||
2469;gloves_of_underworld;gloves;true;none;580;leather;a;0;90;46;0;0;
|
||||
2470;gloves_of_phantom;gloves;true;none;560;leather;a;0;90;49;0;0;
|
||||
2471;dark_legion_gloves;gloves;true;none;560;leather;a;0;90;49;0;0;
|
||||
2472;dark_crystal_gloves;gloves;true;none;580;leather;a;0;90;46;0;0;
|
||||
2473;the_gloves;gloves;true;none;540;leather;s;0;90;51;0;0;
|
||||
2474;dasparion's_gloves;gloves;true;none;550;leather;a;0;90;49;0;0;
|
||||
2475;doom_gloves;gloves;true;none;580;leather;b;0;90;44;0;0;
|
||||
2476;dragon_gauntlet;gloves;true;none;540;leather;s;0;90;52;0;0;
|
||||
2477;dragon_leather_gloves;gloves;true;none;540;leather;s;0;90;51;0;0;
|
||||
2478;blood_gloves;gloves;true;none;580;leather;a;0;90;46;0;0;
|
||||
2479;gloves_of_nightmare;gloves;true;none;550;leather;a;0;90;49;0;0;
|
||||
2480;elemental_gloves;gloves;true;none;580;leather;b;0;90;44;0;0;
|
||||
2481;gloves_of_grace;gloves;true;none;580;leather;b;0;90;44;0;0;
|
||||
2482;inferno_gloves;gloves;true;none;540;leather;a;0;90;49;0;0;
|
||||
2483;gust_bracer;gloves;true;none;580;leather;a;0;90;46;0;0;
|
||||
2484;cerberus's_gloves;gloves;true;none;540;leather;a;0;90;49;0;0;
|
||||
2485;implosion_gauntlet;gloves;true;none;580;leather;b;0;90;44;0;0;
|
||||
2486;paradia_gloves;gloves;true;none;580;leather;b;0;90;44;0;0;
|
||||
2487;blue_wolve's_gloves;gloves;true;none;590;leather;b;0;90;44;0;0;
|
||||
2488;phoenix's_gloves;gloves;true;none;570;leather;a;0;90;46;0;0;
|
||||
2489;gloves_of_black_ore;gloves;true;none;570;leather;a;0;90;46;0;0;
|
||||
2490;cloak_of_silence;back;false;none;250;leather;none;0;90;5;0;0;
|
||||
2491;goldenyarn_cloak;back;false;none;250;leather;none;0;90;5;0;0;
|
||||
2492;shadow_cloak;back;true;none;240;leather;c;0;90;12;0;0;
|
||||
2506;wolve's_leather_mail;chest;false;light;160;leather;none;0;90;9;14;0;
|
||||
3891;wolves_hide_armor;chest;false;light;160;leather;none;0;90;13;16;0;
|
||||
3892;wolves_hard_leather_mail;chest;false;light;160;leather;none;0;90;16;18;0;
|
||||
3893;wolves_wooden_armor;chest;false;light;160;leather;none;0;90;19;20;0;
|
||||
3894;wolves_ring_mail;chest;false;light;160;leather;none;0;90;22;23;0;
|
||||
3895;wolves_bone_armor;chest;false;light;160;leather;none;0;90;26;26;0;
|
||||
3896;wolves_scale_mail;chest;false;light;160;leather;none;0;90;30;29;0;
|
||||
3897;wolves_bronze_armor;chest;false;light;160;leather;none;0;90;33;31;0;
|
||||
3898;wolves_plate_mail;chest;false;light;160;leather;none;0;90;37;33;0;
|
||||
3899;wolves_steel_armor;chest;false;light;160;leather;none;0;90;40;36;0;
|
||||
3900;wolves_luxury;chest;false;light;160;leather;none;0;90;43;38;0;
|
||||
3901;wolves_mithril_armor;chest;false;light;160;leather;none;0;90;47;41;0;
|
||||
3912;hatchlings_soft_leather;chest;false;light;160;leather;none;0;90;26;26;0;
|
||||
3913;hatchlings_scale_mail;chest;false;light;160;leather;none;0;90;29;29;0;
|
||||
3914;hatchlings_brigandine;chest;false;light;160;leather;none;0;90;31;31;0;
|
||||
3915;hatchlings_bronze_coat;chest;false;light;160;leather;none;0;90;33;33;0;
|
||||
3916;hatchlings_steel_coat;chest;false;light;160;leather;none;0;90;36;36;0;
|
||||
3917;hatchlings_shadowplate;chest;false;light;160;leather;none;0;90;38;38;0;
|
||||
3918;hatchlings_mithril_coat;chest;false;light;160;leather;none;0;90;41;41;0;
|
||||
4224;dream_armor;chest;true;heavy;8920;bronze;none;0;90;68;0;0;
|
||||
4225;dream_hose;legs;true;heavy;3960;bronze;none;0;90;43;0;0;
|
||||
4226;dream_gloves;gloves;true;none;650;leather;none;0;90;17;0;0;
|
||||
4227;dream_boots;feet;true;none;1310;cloth;none;0;90;17;0;0;
|
||||
4228;ubiquitous_armor;chest;true;heavy;8920;bronze;none;0;90;68;0;0;
|
||||
4229;ubiquitous_hose;legs;true;heavy;3960;bronze;none;0;90;43;0;0;
|
||||
4230;ubiquitous_gloves;gloves;true;none;650;leather;none;0;90;17;0;0;
|
||||
4231;ubiquitous_boots;feet;true;none;1310;cloth;none;0;90;17;0;0;
|
Can't render this file because it has a wrong number of fields in line 33.
|
111
L2J_Mobius_C1_HarbingersOfWar/dist/data/buylists.csv
vendored
Normal file
111
L2J_Mobius_C1_HarbingersOfWar/dist/data/buylists.csv
vendored
Normal file
@ -0,0 +1,111 @@
|
||||
#shopid;itemid;price;itemid;price.......so forth
|
||||
# ------------------------------------------------------------------------
|
||||
# starter towns Armor / Weap shops (1st fighter gear, 2nd mage gear)
|
||||
1;1;883;13;883;11;883;4;883;152;9280;215;14375;12;14375;3;14375;5;14375;14;14375;153;21275;122;62215;67;62215;66;62215;1333;62215;271;62215;216;62215;154;62215;15;156400;272;156400;218;156400;2;156400;21;169;28;105;22;2794;29;1748;23;9154;2386;5715;30;5715;24;23345;31;14605;390;23345;412;14605;48;42;1119;698;49;3047;50;7785;1121;8;36;42;35;42;1129;698;1122;698;37;3047;38;7785;18;44;19;733;20;3197;102;8176;41;63;42;1047;43;4577;44;11730;17;2;1341;3
|
||||
2;7;883;308;883;8;14375;99;14375;9;62215;310;156400;176;156400;426;169;462;105;427;2794;1103;1748;428;2794;463;1748;429;9154;464;5715;48;42;1119;698;49;3047;50;7785;1121;8;36;42;35;42;1129;698;1122;698;37;3047;38;7785;18;44;19;733;20;3197;102;8176;41;63;42;1047;43;4577;44;11730;17;2;1341;3
|
||||
# ------------------------------------------------------------------------
|
||||
#starter towns extra items (1st ect, 2nd spellbooks)
|
||||
3;116;37;875;621;876;2691;877;6808;112;56;113;932;114;4036;115;4036;845;10223;118;75;906;1242;907;5382;908;13685;17;2;1341;3;1835;8;2509;17;1833;86;1831;86;1060;103;1785;287;3031;460;736;460;1661;1150;734;1380;735;2760;1665;575;2375;1000;3500;2000;3501;2000;3502;2000
|
||||
4;1095;86;1294;86;1152;115;1050;115;1051;115;1048;115;1049;115;1056;575;1055;575;1053;575;1098;575;1058;575;1054;575;1052;575;1096;632;1097;632;1370;862;1377;862;1386;862;1399;862;1371;862;1403;862;1372;862;1405;862;1411;862;1401;862;1383;862;1515;920;1513;920;1514;920
|
||||
# ------------------------------------------------------------------------
|
||||
#gm shops
|
||||
5;4202;0;2369;0;1;0;4027;0;3;0;738;0;1510;0;743;0;975;0;66;0;67;0;122;0;3029;0;1142;0;2;0;120;0;121;0;2915;0;68;0;4219;0;123;0;83;0;143;0;144;0;69;0;125;0;126;0;128;0;127;0;130;0;129;0;2499;0;72;0;84;0;145;0;73;0;74;0;131;0;133;0;75;0;76;0;77;0;132;0;134;0;146;0;148;0;135;0;85;0;147;0;149;0;150;0;136;0;137;0;138;0;139;0;140;0;141;0;142;0;151;0;79;0;80;0;2500;0;82;0;981;0;1333;0;3027;0;124;0;70;0;71;0;78;0;81;0
|
||||
6;13;0;14;0;271;0;3028;0;1181;0;272;0;1213;0;273;0;274;0;276;0;277;0;275;0;278;0;279;0;280;0;281;0;285;0;282;0;283;0;286;0;284;0;287;0;288;0;290;0;289;0
|
||||
7;6;0;7;0;2370;0;4;0;152;0;5;0;747;0;153;0;1511;0;154;0;2501;0;87;0;155;0;4221;0;156;0;166;0;167;0;168;0;179;0;180;0;181;0;182;0;86;0;157;0;189;0;88;0;158;0;169;0;172;0;193;0;159;0;89;0;160;0;161;0;173;0;174;0;196;0;201;0;202;0;2502;0;162;0;2503;0;91;0;171;0;175;0;2504;0;164;0;165;0;748;0;8;0;744;0;754;0;2373;0;9;0;176;0;177;0;178;0;183;0;184;0;185;0;186;0;90;0;187;0;188;0;190;0;191;0;192;0;194;0;195;0;197;0;198;0;199;0;200;0;203;0;204;0;205;0;206;0;92;0;207;0;208;0;209;0;210;0;211;0;212;0;213;0;214;0
|
||||
8;10;0;1471;0;2507;0;4028;0;11;0;12;0;215;0;3471;0;989;0;2372;0;2374;0;216;0;946;0;1182;0;217;0;218;0;219;0;4220;0;220;0;221;0;222;0;238;0;239;0;240;0;241;0;223;0;1660;0;224;0;225;0;242;0;226;0;230;0;232;0;227;0;231;0;233;0;243;0;228;0;229;0;234;0;235;0;236;0;237;0
|
||||
9;15;0;3026;0;16;0;291;0;1376;0;1472;0;3937;0;3938;0;3939;0;292;0;295;0;293;0;296;0;93;0;294;0;297;0;96;0;298;0;302;0;94;0;95;0;301;0;303;0;299;0;300;0;97;0;98;0;304;0;305;0;306;0;307;0
|
||||
10;308;0;99;0;309;0;310;0;100;0;311;0;101;0;312;0;313;0;314;0;315;0;316;0;317;0;318;0;319;0;320;0;321;0;322;0;323;0;324;0;325;0;326;0;327;0;328;0;329;0;330;0;331;0;332;0;333;0;334;0;335;0;336;0;337;0;338;0;339;0;340;0;341;0;342;0;343;0;344;0;345;0;346;0
|
||||
11;2368;0;253;0;254;0;2371;0;255;0;256;0;257;0;258;0;259;0;260;0;261;0;262;0;263;0;265;0;266;0;264;0;267;0;268;0;269;0;270;0
|
||||
12;2516;0;2517;0;2518;0;2519;0;2520;0;2521;0;2522;0;2525;0;2526;0;2527;0;2528;0;2533;0;2534;0;2535;0;2540;0;2541;0;2546;0;2529;0;2530;0;2536;0;2537;0;2542;0;2543;0;2547;0;2548;0;2523;0;2551;0;2552;0;2555;0;2531;0;2538;0;2544;0;2549;0;2524;0;2532;0;2539;0;2545;0;2550;0;2553;0;2556;0;2554;0;2557;0;2558;0;2559;0;2560;0;2561;0;2562;0;2563;0;2564;0;2565;0;2572;0;2573;0;2574;0;2575;0;2582;0;2583;0;2584;0;2591;0;2592;0;2599;0;2566;0;2567;0;2568;0;2569;0;2570;0;2576;0;2577;0;2578;0;2579;0;2580;0;2585;0;2586;0;2587;0;2588;0;2589;0;2593;0;2594;0;2595;0;2596;0;2597;0;2600;0;2601;0;2602;0;2603;0;2604;0;2571;0;2606;0;2607;0;2608;0;2609;0;2610;0;2612;0;2613;0;2614;0;2615;0;2617;0;2618;0;2619;0;2621;0;2622;0;2624;0;2581;0;2590;0;2598;0;2605;0;2611;0;2616;0;2620;0;2623;0;2625;0;2626;0
|
||||
13;25;0;26;0;4224;0;4228;0;347;0;348;0;58;0;349;0;350;0;351;0;352;0;353;0;354;0;355;0;357;0;2376;0;358;0;360;0;364;0;365;0;361;0;375;0;1146;0;21;0;22;0;23;0;24;0;390;0;27;0;391;0;392;0;393;0;394;0;395;0;397;0;398;0;399;0;400;0;2384;0;404;0;408;0;2385;0;405;0;409;0;425;0;426;0;428;0;1100;0;429;0;1101;0;1102;0;432;0;433;0;434;0;435;0;436;0;437;0;2396;0;439;0;441;0;442;0;2397;0;2398;0;2399;0;443;0;445;0;447;0;449;0;451;0;453;0;455;0;457;0;2400;0;446;0;452;0;456;0
|
||||
14;32;0;34;0;4225;0;4229;0;376;0;377;0;59;0;378;0;379;0;2377;0;2378;0;380;0;381;0;382;0;383;0;2379;0;2380;0;384;0;385;0;387;0;388;0;386;0;389;0;1147;0;28;0;29;0;2386;0;30;0;31;0;412;0;33;0;413;0;414;0;415;0;416;0;417;0;2387;0;418;0;419;0;420;0;2388;0;421;0;423;0;2389;0;422;0;424;0;461;0;462;0;463;0;1103;0;464;0;1104;0;1105;0;465;0;466;0;467;0;468;0;469;0;470;0;2401;0;471;0;472;0;473;0;2402;0;2403;0;2404;0;474;0;475;0;477;0;478;0;479;0;481;0;482;0;484;0;2405;0;476;0;480;0;483;0
|
||||
15;60;0;356;0;2381;0;362;0;366;0;368;0;370;0;372;0;2382;0;359;0;363;0;367;0;369;0;371;0;373;0;374;0;2383;0;396;0;401;0;2390;0;2391;0;2392;0;402;0;406;0;2393;0;403;0;407;0;2394;0;2395;0;411;0;410;0;427;0;430;0;431;0;438;0;440;0;2406;0;2407;0;444;0;448;0;450;0;454;0;458;0;2408;0;2409;0;459;0;460;0
|
||||
16;18;0;19;0;20;0;945;0;102;0;625;0;4222;0;4223;0;626;0;627;0;628;0;629;0;2493;0;630;0;2494;0;631;0;2495;0;2496;0;632;0;103;0;107;0;2497;0;104;0;105;0;109;0;111;0;633;0;635;0;638;0;640;0;642;0;645;0;646;0;648;0;650;0;652;0;654;0;656;0;659;0;661;0;663;0;665;0;667;0;669;0;671;0;673;0;106;0;108;0;110;0;636;0;637;0;639;0;643;0;644;0;647;0;649;0;651;0;653;0;655;0;657;0;658;0;660;0;662;0;664;0;666;0;668;0;670;0;672;0;674;0;641;0;2498;0;634;0
|
||||
17;1121;0;35;0;36;0;1122;0;1129;0;37;0;38;0;39;0;4227;0;4231;0;40;0;1123;0;62;0;553;0;2422;0;2423;0;1124;0;2424;0;2425;0;2426;0;1125;0;2427;0;2428;0;2429;0;2430;0;2431;0;2432;0;2433;0;1126;0;2434;0;64;0;1127;0;2435;0;2436;0;603;0;1128;0;2437;0;2438;0;554;0;556;0;558;0;560;0;562;0;566;0;568;0;570;0;572;0;574;0;576;0;578;0;580;0;584;0;586;0;594;0;595;0;600;0;557;0;559;0;564;0;565;0;567;0;569;0;571;0;577;0;579;0;581;0;582;0;585;0;587;0;588;0;590;0;591;0;601;0;2439;0;561;0;563;0;573;0;575;0;592;0;596;0;597;0;598;0;599;0;602;0;555;0;583;0;589;0;593;0;2440;0;2441;0;2442;0;2445;0;2443;0;2444;0
|
||||
18;48;0;1119;0;49;0;50;0;51;0;4226;0;4230;0;604;0;605;0;63;0;2446;0;2447;0;606;0;2448;0;2449;0;2450;0;61;0;607;0;2451;0;2452;0;2453;0;2454;0;2455;0;1120;0;2456;0;2457;0;2458;0;608;0;2459;0;2460;0;609;0;2461;0;2462;0;2463;0;2468;0;610;0;612;0;2464;0;2465;0;2466;0;2467;0;611;0;2475;0;2480;0;2481;0;2485;0;2486;0;2487;0;2469;0;2472;0;2478;0;2483;0;2488;0;2489;0;613;0;2470;0;2471;0;2474;0;2479;0;2482;0;2484;0;2473;0;2477;0;2476;0
|
||||
19;41;0;42;0;43;0;44;0;1148;0;45;0;46;0;47;0;2411;0;2412;0;497;0;2413;0;498;0;500;0;517;0;1149;0;499;0;529;0;531;0;533;0;535;0;537;0;539;0;541;0;543;0;545;0;549;0;551;0;2414;0;501;0;503;0;530;0;532;0;534;0;536;0;538;0;540;0;542;0;544;0;546;0;548;0;550;0;552;0;2415;0;502;0;509;0;515;0;505;0;507;0;511;0;513;0;519;0;521;0;523;0;525;0;527;0;2416;0;2417;0;510;0;516;0;518;0;520;0;506;0;508;0;512;0;514;0;522;0;524;0;526;0;528;0;547;0;2418;0;2419;0;504;0;2420;0;2421;0
|
||||
20;112;0;113;0;114;0;115;0;845;0;846;0;847;0;848;0;849;0;850;0;851;0;852;0;853;0;854;0;855;0;857;0;856;0;859;0;863;0;865;0;869;0;873;0;874;0;860;0;861;0;864;0;866;0;867;0;870;0;871;0;862;0;868;0;872;0;858;0
|
||||
21;116;0;875;0;876;0;1508;0;1509;0;877;0;878;0;890;0;879;0;880;0;881;0;882;0;883;0;884;0;885;0;886;0;888;0;117;0;887;0;894;0;896;0;900;0;904;0;905;0;891;0;892;0;895;0;897;0;898;0;901;0;902;0;893;0;899;0;903;0;889;0
|
||||
22;118;0;1506;0;906;0;907;0;1507;0;908;0;909;0;910;0;911;0;912;0;913;0;914;0;915;0;916;0;917;0;119;0;919;0;918;0;921;0;925;0;927;0;931;0;935;0;936;0;922;0;923;0;926;0;928;0;929;0;932;0;933;0;924;0;930;0;934;0;920;0
|
||||
23;736;0;1538;0;1829;0;1830;0;737;0;3936;0;958;0;957;0;956;0;955;0;954;0;953;0;952;0;951;0;950;0;949;0;948;0;947;0;732;0;731;0;730;0;729;0;962;0;961;0;960;0;959;0
|
||||
24;17;0;1341;0;1343;0;1342;0;1344;0;1345;0;1835;0;1463;0;1464;0;1465;0;1466;0;1467;0;2509;0;2510;0;2511;0;2512;0;2513;0;2514;0;3947;0;3948;0;3949;0;3950;0;3951;0;3952;0;1831;0;1832;0;3889;0;1833;0;1834;0;734;0;1062;0;735;0;1375;0;1073;0;65;0;725;0;1060;0;1061;0;1539;0;1540;0;726;0;728;0;1665;0;1863;0
|
||||
# ------------------------------------------------------------------------
|
||||
#pet shops
|
||||
#GM...
|
||||
25;2505;0;3439;0;3919;0;3920;0;3921;0;3902;0;3922;0;3923;0;3924;0;3903;0;3925;0;3904;0;3905;0;3906;0;3907;0;3908;0;3909;0;3910;0;3911;0;2506;0;3891;0;3892;0;3893;0;3894;0;3895;0;3912;0;3913;0;3896;0;3914;0;3897;0;3915;0;3916;0;3898;0;3917;0;3899;0;3918;0;3900;0;3901;0;3501;0;3502;0;3500;0;2375;0
|
||||
#Normal Player...
|
||||
901;2506;6961;3891;17781;3892;32265;3893;54779;3894;87433;3895;133276;3896;195967;3897;331497;3898;331497;3899;422762;3900;644347;3901;938705;2505;13517;3439;34067;3902;61084;3903;102365;3904;161061;3905;241655;3906;349137;3907;450651;3908;572957;3909;718153;3910;1073912;3911;1531914;2515;100
|
||||
902;3912;197143;3913;314456;3914;422374;3915;567100;3916;758241;3917;1098768;3918;1567803;3919;197143;3920;314456;3921;422374;3922;567100;3923;758241;3924;1098768;3925;1567803;4038;150
|
||||
#------------------------------------------------------------------------
|
||||
# ------------------------------------------------------------------------
|
||||
# Realistic Shop Data
|
||||
# ------------------------------------------------------------------------
|
||||
#Gludio
|
||||
1000;2;163200;218;163200;272;163200;15;163200;68;292800;219;292800;273;292800;155;292800;87;292800;16;292800;123;490800;220;490800;221;490800;274;490800;156;490800;166;490800;168;490800;291;490800;69;772800;222;772800;275;772800;277;772800;292;772800;295;772800;256;163200;257;292800;258;490800;259;772800;390;15240;412;24360;24;24360;31;15240;25;38160;26;59040;33;27600;32;23880;27;44280;34;36840;413;46920;347;100200;391;75120;414;75000
|
||||
1001;176;163200;310;163200;177;292800;311;292800;100;292800;178;490800;101;490800;312;490800;314;490800;179;772800;182;772800;183;772800;185;772800;315;772800;83;859200;143;859200;144;859200;238;1160400;239;1160400;240;1160400;1104;15240;1101;24360;1105;27600;1102;44280;465;46920;432;75120;467;75000;434;119880;468;75000;435;119880;469;114240;436;182400;102;8532;625;15480;626;26280;627;42000;50;8124;51;14760;604;25080;605;39960;38;8124
|
||||
# ------------------------------------------------------------------------
|
||||
#Ork starter town Armor / Weap shops (1002 fighter gear, 1003 mage gear)
|
||||
1002;1;883;13;883;11;883;4;883;253;833;152;9280;215;14375;12;14375;3;14375;5;14375;14;14375;254;14375;153;21275;122;62215;67;62215;66;62215;1333;62215;271;62215;216;62215;154;62215;255;62215;15;156400;272;156400;218;156400;2;156400;256;156400;21;169;28;105;22;2794;29;1748;23;9154;2386;5715;30;5715;24;23345;31;14605;390;23345;412;14605;48;42;1119;698;49;3047;50;7785;1121;8;36;42;35;42;1129;698;1122;698;37;3047;38;7785;18;44;19;733;20;3197;102;8176;41;63;42;1047;43;4577;44;11730;17;2;1341;3
|
||||
1003;7;883;308;883;8;14375;99;14375;9;62215;310;156400;176;156400;426;169;462;105;427;2794;1103;1748;428;2794;463;1748;429;9154;464;5715;48;42;1119;698;49;3047;50;7785;1121;8;36;42;35;42;1129;698;1122;698;37;3047;38;7785;18;44;19;733;20;3197;102;8176;41;63;42;1047;43;4577;44;11730;17;2;1341;3
|
||||
# ------------------------------------------------------------------------
|
||||
#Ork starter town extra items (1004 ect, 1005 amulets)
|
||||
1004;116;37;875;621;876;2691;877;6808;112;56;113;932;114;4036;115;4036;845;10223;118;75;906;1242;907;5382;908;13685;17;2;1341;3;1835;8;2509;17;1833;86;1831;86;1060;103;1785;287;3031;460;736;460;1661;1150;734;1380;735;2760;1863;575;2375;1000;3500;2000;3501;2000;3502;2000
|
||||
1005;1525;115;1531;115;1529;115;1527;115;1524;115;1526;460;1522;862;1535;920;1521;920;1523;920;1534;920;1537;920;1856;1840
|
||||
# ------------------------------------------------------------------------
|
||||
#Dwarf starter town extra items (1006 ect)
|
||||
1006;116;37;875;621;876;2691;877;6808;112;56;113;932;114;4036;115;4036;845;10223;118;75;906;1242;907;5382;908;13685;17;2;1341;3;1835;8;2509;17;1833;86;1831;86;1060;103;1785;287;3031;460;736;460;1661;1150;2130;1150;734;1380;735;2760;1863;575;2375;1000;3500;2000;3501;2000;3502;2000
|
||||
# ------------------------------------------------------------------------
|
||||
#Floran shops (1007 - weapons, 1008 - armor, 1009 - misc)
|
||||
1007;221;613500;220;613500;156;613500;166;613500;123;613500;291;613500;168;613500;69;966000;275;966000;222;966000;17;3;1341;4
|
||||
1008;34;46050;376;78300;391;93900;347;125250;1105;34500;;1102;55350;465;58650;432;93900
|
||||
1009;876;3510;877;8880;114;5265;115;5265;845;13335;907;7020;908;17850;17;3;1341;4;1060;135;1061;495
|
||||
# ------------------------------------------------------------------------
|
||||
#Giran shops (fighter armor - 1010, fighter weps - 1011, mage armor & weapons - 1012, Misc items & jewelry - 1013)
|
||||
1010;21;22330;27;40590;391;68860;392;109890;394;167200;395;246400;24;22330;25;34980;26;54120;347;91850;348;146300;349;201300;350;201300;58;201300;351;223300;352;328900;28;13970;413;43010;414;68750;415;104720;416;104720;417;154000;31;13970;32;21890;33;25300;34;33770;376;57420;377;91630;378;139700;379;139700;59;139700;2378;205700;44;20240;45;34430;46;55000;47;83820;38;7447;39;13530;40;22990;1123;36630;553;55880;1124;82170;50;7447;51;13530;52;22990;605;36630;63;55880;606;82170;102;7821;625;14190;626;24090;627;38500;628;58630;629;86240
|
||||
1011;2;149600;68;268400;123;449900;126;708400;69;708400;83;787600;143;787600;127;1063700;127;1063700;124;1063700;218;149600;219;268400;220;449900;221;449900;222;708400;238;1063700;239;1063700;240;1063700;241;1063700;129;1540000;226;1540000;224;1540000;272;149600;273;268400;274;449900;275;708400;276;708400;277;708400;279;1540000;16;268400;291;449900;292;708400;295;708400;296;1063700;161;1540000;93;1540000;155;268400;87;268400;156;449900;166;449900;168;449900;182;708400;86;708400;157;1063700;158;1540000;172;1540000;156;1540000
|
||||
1012;1101;22330;1102;40590;432;68860;434;109890;435;109890;436;167200;437;246400;1104;13970;1105;25300;465;43010;467;68750;468;68750;469;104720;470;154000
|
||||
1013;913;125000;912;85700;850;93400;849;64300;911;56800;881;62300;880;42800;848;42600;879;28400;847;26900;909;21300;846;16000;878;10700;908;11900;845;8890;877;5920;17;2;1341;3;1342;5;1834;180;1832;180;1785;250;1061;330;1830;500;1665;500;1380;500;1829;500;1377;750;1401;750;1372;750;1383;750;1371;750;1399;750;1370;750;1405;750;1411;750;1386;750;1403;750;1537;800;1515;800;1523;800;1669;800;1514;800;1521;800;1535;800;1513;800;1534;800;1667;800;1671;800;1661;1000;2130;1000;1512;1150;1379;1150;734;1200;1670;1250;1391;1250;1415;1250;1536;1250;1400;1250;1668;1250;1389;1250;1388;1250;1398;1250;1533;1250;1404;1250;1418;1250;1532;1250;1410;1250;1417;1250;1517;1250;1402;1250;1856;1600;1378;1600;1528;1800;1414;1800;1519;1800;1518;1800;1394;1800;1385;1800;1516;1800;737;2000;735;2400;1408;2450;1390;2450;1407;2450;1406;2450;1413;2450;1520;2450;1412;2450;1387;2450;1397;2450;1530;2450;1392;2450;1409;2450;1416;2450;1384;2600;1382;2600;1381;2600;2131;3000
|
||||
# ------------------------------------------------------------------------
|
||||
#TI harbor (boat ticket shop - 1014)
|
||||
1014;1074;2500;1075;2500;3945;10000;3946;10000
|
||||
# ------------------------------------------------------------------------
|
||||
#Gludin harbor (boat ticket shop - 1015)
|
||||
1015;1075;2500;1074;2500
|
||||
# ------------------------------------------------------------------------
|
||||
#Giran harbor (boat ticket shop - 1016)
|
||||
1016;3946;10000;3945;10000
|
||||
# ------------------------------------------------------------------------
|
||||
#Gludin shops (fighter armor - 1017, fighter weapon - 1018, mage armor - 1019, mage weapon - 1020, misc items & jewelry - 1021, spellbooks & amulets - 1022)
|
||||
1017;29;1824;22;2916;30;5964;2386;5964;23;9552;31;15240;412;15240;24;24360;390;24360;33;27600;34;36840;27;44280;26;59040;18;46;19;765;20;3336;102;8532;625;15480;626;26280;1122;728;1129;728;37;3180;38;8124;39;14760;40;25080;1119;728;49;3180;50;8124;51;14760;604;25080;43;4776;1148;22080;45;37560
|
||||
1018;152;9684;14;15000;3;15000;215;15000;254;15000;12;15000;5;15000;153;22200;1333;64920;216;64920;154;64920;255;64920;66;64920;122;64920;271;64920;67;64920;256;163200;272;163200;2;163200;15;163200;218;163200;155;292800;273;292800;68;292800;87;292800;16;292800;219;292800;257;292800;221;490800;258;490800;220;490800;156;490800;166;490800;123;490800;274;490800;291;490800;168;490800;17;2;1341;3
|
||||
1019;463;1824;1100;2916;428;2916;464;5964;429;9552;1103;15420;1101;24360;1105;27600;1102;44280;465;46920;432;75120;347;100200;18;46;19;765;20;3336;102;8532;625;15480;626;26280;1122;728;1129;728;37;3180;38;8124;39;14760;40;25080;1119;728;49;3180;50;8124;51;14760;604;25080;43;4776;1148;22080;45;37560
|
||||
1020;99;15000;8;15000;9;64920;176;163200;310;163200;311;292800;177;292800;100;292800;178;490800;314;490800;101;490800
|
||||
1021;875;648;113;973;906;1296;876;2808;114;4212;115;4212;907;5616;877;7104;845;10668;908;14280;878;12840;846;19200;890;21600;909;25560;847;32280;910;43080;17;2;1341;3;1831;90;1832;216;1833;90;1834;216;1060;108;1061;396;1785;300;3031;480;736;480;1829;600;737;2400;1665;600;1661;1200;2130;1200;1062;1440;735;2880;3038;1860
|
||||
1022;1053;600;1055;600;1056;600;1052;600;1054;600;1058;600;1099;600;1098;600;1097;660;1096;660;1370;900;1401;900;1411;900;1372;900;1399;900;1386;900;1383;900;1377;900;1405;900;1403;900;1371;900;1513;960;1514;960;1515;960;1667;960;1671;960;1669;960;1512;1380;1379;1380;1402;1500;1517;1500;1415;1500;1391;1500;1398;1500;1389;1500;1388;1500;1410;1500;1404;1500;1668;1500;1670;1500;1417;1500;1400;1500;1418;1500;1378;1920;1516;2160;1414;2160;1385;2160;1394;2160;1526;480;1522;900;1535;960;1521;960;1523;960;1534;960;1537;960;1533;1500;1536;1500;1532;1500;1856;1920;1528;2160;1519;2160;1518;2160
|
||||
# ------------------------------------------------------------------------
|
||||
#Oren shops (jewelry + misc items 1023, spellbooks - 1024, fighter weapon - 1025, mage weapon - 1026, fighter armor - 1027, mage armor - 1028, pet - 1029)
|
||||
1023;907;5382;908;13685;114;4036;115;4036;845;10223;876;2691;877;6808;17;2;1341;3;1665;575;1661;1150;3031;460;1785;287;1831;86;1833;86;1062;1380;735;2760;1061;379;1832;207;736;460;737;2300;1829;575;2130;1150
|
||||
1024;1099;575;1053;575;1055;575;1056;575;1052;575;1054;575;1058;575;1098;575;1097;632;1096;632;1370;862;1401;862;1411;862;1372;862;1513;920;1399;862;1386;862;1856;1840;1377;862;1383;862;1514;920;1405;862;1403;862;1371;862;1515;920;1667;920;1669;920;1671;920;1512;1322;1379;1322;1402;1437;1517;1437;1415;1437;1391;1437;1398;1437;1389;1437;1388;1437;1410;1437;1404;1437;1417;1437;1400;1437;1418;1437;1668;1437;1670;1437;3038;1782;1378;1840;1516;2070;1414;2070;1385;2070;1394;2070;1526;460;1522;862;1535;920;1521;920;1523;920;1534;920;1537;920;1533;1437;1536;1437;1532;1437;1528;2070;1519;2070;1518;2070
|
||||
1025;1333;62215;66;62215;67;62215;122;62215;154;62215;216;62215;271;62215;2;156400;218;156400;272;156400;15;156400;68;292800;219;292800;273;292800;155;292800;87;292800;16;292800;123;470350;220;470350;221;470350;274;470350;156;470350;166;470350;168;470350;291;470350;256;156400;257;292800;258;470350;17;2;1341;2
|
||||
1026;9;62215;176;156400;310;156400;177;292800;311;292800;100;292800;178;470350;101;470350;312;470350;614;470350;179;740600;182;740600;17;2;1341;3
|
||||
1027;30;5715;23;9154;412;14605;390;23345;24;23345;31;14605;25;36570;26;56580;33;26450;32;22885;27;42435;34;35305;413;44965;347;96025;20;3197;102;8176;625;14835;626;25185;49;3047;50;7785;51;14145;604;24035;37;3047;38;7785;39;14145;40;24035;43;4776;44;11730;1148;21160;45;35995
|
||||
1028;464;5715;429;9154;1104;14605;1101;23345;1105;26450;1102;42435;465;44965;432;71990;20;3197;102;8176;625;14835;626;25185;49;3047;50;7785;51;14145;604;24035;37;3047;38;7785;39;14145;40;24035;43;4776;44;11730;1148;21160;45;35995
|
||||
1029;2505;16220;3439;40880;3902;73300;3903;122838;3904;193273;3905;289986;3906;418964;2506;8353;3891;21337;3892;38718;3893;65734;3894;104919;3895;159931;3896;235160;2515;120;3920;377347;3921;506848;3922;680520;3923;909889;3913;377347;3914;506848;3915;680520;3916;909889;4038;180
|
||||
# ------------------------------------------------------------------------
|
||||
#Hunters Village
|
||||
#Merchant 7301 - Magic
|
||||
1040;908;15470;909;27690;910;46670;845;11557;846;20800;847;34970;877;7696;878;13910;890;23400;1665;650;1661;1300;3031;520;1785;325;17;2;1341;3;1062;1560;735;3120;1061;429;1832;234;1834;234;736;520;737;2600;1829;650;2130;1300
|
||||
#Merchant 7684 - 1041 Fighter Armor 1042 Mage Armor
|
||||
1041;30;6461;23;10348;412;16510;390;26390;24;26390;31;16510;25;41340;26;63960;33;29900;32;25870;27;47970;34;39910;413;50830;347;108550;20;3614;102;9243;625;16770;626;28470;49;3445;50;8801;51;15990;604;27170;37;3445;38;8801;39;15990;40;27170;43;5174;44;13260;1148;23920;45;40690
|
||||
1042;464;6461;429;10348;1104;16510;1101;26390;1105;29900;1102;47970;465;50830;432;81380;20;3614;102;9243;625;16770;626;28470;49;3445;50;8801;51;15990;604;27170;37;3445;38;8801;39;15990;40;27170;43;5174;44;13260;1148;23920;45;40690;17;2;1341;3;
|
||||
#Merchant 7831 - Petshop
|
||||
1043;2505;16220;3439;40880;3902;73300;3903;122838;3904;193273;3905;289986;3906;418964;2506;8353;3891;21337;3892;38718;3893;65734;3894;104919;3895;159931;3896;235160;2515;120;3920;377347;3921;506848;3922;680520;3923;909889;3913;377347;3914;506848;3915;680520;3916;909889;4038;180
|
||||
#Merchant 7230 - 1044 Fighters Weapons 1045 Mage Weapons
|
||||
1044;1333;70330;66;70330;67;70330;122;70330;154;70330;216;70330;271;70330;2;176800;218;176800;272;176800;15;176800;68;317200;219;317200;273;317200;155;317200;87;317200;16;317200;123;531700;220;531700;221;531700;274;531700;156;531700;166;531700;168;531700;291;531700;256;176800;257;317200;258;531700;17;2;1341;3
|
||||
1045;9;70330;176;176800;310;176800;177;317200;311;317200;100;317200;178;531700;101;531700;312;531700;314;531700;179;837200;182;837200;17;2;1341;3
|
||||
#Merchant 7231 - Spellbooks
|
||||
1046;1099;650;1053;650;1055;650;1056;650;1052;650;1054;650;1058;650;1098;650;1097;715;1096;715;1370;975;1401;975;1411;975;1372;975;1513;1040;1399;975;1386;975;1856;2080;1377;975;1383;975;1514;1040;1405;975;1403;975;1371;975;1515;1040;1667;1040;1669;1040;1671;1040;1512;1495;1379;1495;1402;1625;1517;1625;1415;1625;1391;1625;1398;1625;1389;1625;1388;1625;1410;1625;1404;1625;1417;1625;1400;1625;1418;1625;1668;1625;1670;1625;3038;2015;1378;1080;1516;2340;1414;2340;1385;2340;1394;2340;1526;520;1522;975;1535;1040;1521;1040;1523;1040;1534;1040;1537;1040;1533;1625;1536;1625;1532;1625;1528;2340;1519;2340;1518;2340
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
|
||||
#------------------------------------------------------------------------
|
|
61
L2J_Mobius_C1_HarbingersOfWar/dist/data/char_stats.csv
vendored
Normal file
61
L2J_Mobius_C1_HarbingersOfWar/dist/data/char_stats.csv
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
# -- By Esa ---------------------------------------------------------------------
|
||||
#classid;str;con;dex;int;men;wit
|
||||
0;19;58;10;-19;28;-36
|
||||
1;19;58;10;-19;28;-36
|
||||
2;19;58;10;-19;28;-36
|
||||
3;19;58;10;-19;28;-36
|
||||
4;19;58;10;-19;28;-36
|
||||
5;19;58;10;-19;28;-36
|
||||
6;19;58;10;-19;28;-36
|
||||
7;19;58;10;-19;28;-36
|
||||
8;19;58;10;-19;28;-36
|
||||
9;19;58;10;-19;28;-36
|
||||
10;-10;24;1;21;48;0
|
||||
11;-10;24;1;21;48;0
|
||||
12;-10;24;1;21;48;0
|
||||
13;-10;24;1;21;48;0
|
||||
14;-10;24;1;21;48;0
|
||||
15;-10;24;1;21;48;0
|
||||
16;-10;24;1;21;48;0
|
||||
17;-10;24;1;21;48;0
|
||||
18;13;42;15;-15;30;-25
|
||||
19;13;42;15;-15;30;-25
|
||||
20;13;42;15;-15;30;-25
|
||||
21;13;42;15;-15;30;-25
|
||||
22;13;42;15;-15;30;-25
|
||||
23;13;42;15;-15;30;-25
|
||||
24;13;42;15;-15;30;-25
|
||||
25;-11;20;4;12;49;16
|
||||
26;-11;20;4;12;49;16
|
||||
27;-11;20;4;12;49;16
|
||||
28;-11;20;4;12;49;16
|
||||
29;-11;20;4;12;49;16
|
||||
30;-11;20;4;12;49;16
|
||||
31;22;34;14;-12;30;-32
|
||||
32;22;34;14;-12;30;-32
|
||||
33;22;34;14;-12;30;-32
|
||||
34;22;34;14;-12;30;-32
|
||||
35;22;34;14;-12;30;-32
|
||||
36;22;34;14;-12;30;-32
|
||||
37;22;34;14;-12;30;-32
|
||||
38;-8;19;3;28;45;-5
|
||||
39;-8;19;3;28;45;-5
|
||||
40;-8;19;3;28;45;-5
|
||||
41;-8;19;3;28;45;-5
|
||||
42;-8;19;3;28;45;-5
|
||||
43;-8;19;3;28;45;-5
|
||||
44;20;67;6;-23;31;-32
|
||||
45;20;67;6;-23;31;-32
|
||||
46;20;67;6;-23;31;-32
|
||||
47;20;67;6;-23;31;-32
|
||||
48;20;67;6;-23;31;-32
|
||||
49;-2;32;4;-1;52;-22
|
||||
50;-2;32;4;-1;52;-22
|
||||
51;-2;32;4;-1;52;-22
|
||||
52;-2;32;4;-1;52;-22
|
||||
53;18;62;9;-20;31;-39
|
||||
54;18;62;9;-20;31;-39
|
||||
55;18;62;9;-20;31;-39
|
||||
56;18;62;9;-20;31;-39
|
||||
57;18;62;9;-20;31;-39
|
||||
58;18;62;9;-20;31;-39
|
|
59
L2J_Mobius_C1_HarbingersOfWar/dist/data/char_templates.csv
vendored
Normal file
59
L2J_Mobius_C1_HarbingersOfWar/dist/data/char_templates.csv
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
#ClassId;ClassName;RaceId;STR;CON;DEX;INT;WIT;MEN;HP;MP;P.ATK;P.DEF;M.ATK;M.DEF;P.SPD;M.SPD;ACC;CRITICAL;EVASION;MOVE.SPD;LOAD;x;y;z;canCraft;M_UNK1;M_UNK2;M_COL_R;M_COL_H;F_UNK1;F_UNK2;F_COL_R;F_COL_H;items;items;items;items;items
|
||||
31;DE Fighter;2;41;32;34;25;12;26;107;39;4;72;3;47;342;226;35;45;35;139;69000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.14;1.2312;7;23.5;1147;1146;10;2369;
|
||||
0;Human Fighter;0;40;43;30;21;11;25;126;38;4;72;3;47;330;213;33;44;33;126;81900;-70880;257360;-3080;0;1.1;1.188;9;23;1.1;1.188;8;23.5;1147;1146;10;2369;
|
||||
18;Elf Fighter;1;36;36;35;23;14;26;113;39;4;72;3;47;345;249;36;46;36;143;73000;43648;40352;-3430;0;1.15;1.242;7.5;24;1.15;1.242;7.5;23;1147;1146;10;2369;
|
||||
44;Orc Fighter;3;40;47;26;18;12;27;133;39;4;72;2;48;318;226;31;42;31;124;87000;-58192;-113408;-650;0;1.06;1.1448;11;28;1.06;1.1448;7;27;1147;1146;2368;2369;
|
||||
53;Dwarf Fighter;4;39;45;29;20;10;27;129;39;4;72;3;48;327;203;33;43;33;125;83000;106880;-175056;-420;1;1.09;1.487196;9;18;1.09;1.487196;5;19;1147;1146;10;2370;
|
||||
38;DE Mage;2;23;24;23;44;19;37;95;58;2;48;7;53;309;316;29;41;29;125;61000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.03;0.88992;7;23.5;461;425;6;;
|
||||
10;Human Mage;0;22;27;21;41;20;39;99;59;2;48;7;54;303;333;28;40;28;121;62500;-90256;249792;-3570;0;1.01;0.87264;7.5;22.8;1.01;0.87264;6.5;22.5;461;425;6;;
|
||||
25;Elf Mage;1;21;25;24;37;23;40;96;59;2;48;6;54;312;386;30;41;30;126;62400;43648;40352;-3430;0;1.04;0.89856;7.5;24;1.04;0.89856;7.5;23;461;425;6;;
|
||||
49;Orc Mage;3;25;31;20;31;21;42;105;60;2;48;4;56;312;265;30;41;30;125;68000;-58192;-113408;-650;0;1.04;0.89856;7;27.5;1.04;0.89856;8;25.5;461;425;7;;
|
||||
1;Human Warrior;0;40;43;30;21;11;25;126;38;4;72;3;47;330;213;33;44;33;126;81900;-70880;257360;-3080;0;1.1;1.188;9;23;1.1;1.188;8;23.5;1147;1146;10;2369;
|
||||
2;Human Gladiator;0;40;43;30;21;11;25;126;38;4;72;3;47;330;213;33;44;33;126;81900;-70880;257360;-3080;0;1.1;1.188;9;23;1.1;1.188;8;23.5;1147;1146;10;2369;
|
||||
3;Human Warlord;0;40;43;30;21;11;25;126;38;4;72;3;47;330;213;33;44;33;126;81900;-70880;257360;-3080;0;1.1;1.188;9;23;1.1;1.188;8;23.5;1147;1146;10;2369;
|
||||
4;Human Knight;0;40;43;30;21;11;25;126;38;4;72;3;47;330;213;33;44;33;126;81900;-70880;257360;-3080;0;1.1;1.188;9;23;1.1;1.188;8;23.5;1147;1146;10;2369;
|
||||
5;Human Paladin;0;40;43;30;21;11;25;126;38;4;72;3;47;330;213;33;44;33;126;81900;-70880;257360;-3080;0;1.1;1.188;9;23;1.1;1.188;8;23.5;1147;1146;10;2369;
|
||||
6;Human Dark Avenger;0;40;43;30;21;11;25;126;38;4;72;3;47;330;213;33;44;33;126;81900;-70880;257360;-3080;0;1.1;1.188;9;23;1.1;1.188;8;23.5;1147;1146;10;2369;
|
||||
7;Human Rouge;0;40;43;30;21;11;25;126;38;4;72;3;47;330;213;33;44;33;126;81900;-70880;257360;-3080;0;1.1;1.188;9;23;1.1;1.188;8;23.5;1147;1146;10;2369;
|
||||
8;Human Treasure Hunter;0;40;43;30;21;11;25;126;38;4;72;3;47;330;213;33;44;33;126;81900;-70880;257360;-3080;0;1.1;1.188;9;23;1.1;1.188;8;23.5;1147;1146;10;2369;
|
||||
9;Human Hawkeye;0;40;43;30;21;11;25;126;38;4;72;3;47;330;213;33;44;33;126;81900;-70880;257360;-3080;0;1.1;1.188;9;23;1.1;1.188;8;23.5;1147;1146;10;2369;
|
||||
17;Human Prophet;0;22;27;21;41;20;39;99;59;2;48;7;54;303;333;28;40;28;121;62500;-90256;249792;-3570;0;1.01;0.87264;7.5;22.8;1.01;0.87264;6.5;22.5;461;425;6;;
|
||||
11;Human Wizard;0;22;27;21;41;20;39;99;59;2;48;7;54;303;333;28;40;28;121;62500;-90256;249792;-3570;0;1.01;0.87264;7.5;22.8;1.01;0.87264;6.5;22.5;461;425;6;;
|
||||
12;Human Sorcerer;0;22;27;21;41;20;39;99;59;2;48;7;54;303;333;28;40;28;121;62500;-90256;249792;-3570;0;1.01;0.87264;7.5;22.8;1.01;0.87264;6.5;22.5;461;425;6;;
|
||||
13;Human Necromancer;0;22;27;21;41;20;39;99;59;2;48;7;54;303;333;28;40;28;121;62500;-90256;249792;-3570;0;1.01;0.87264;7.5;22.8;1.01;0.87264;6.5;22.5;461;425;6;;
|
||||
14;Human Warlock;0;22;27;21;41;20;39;99;59;2;48;7;54;303;333;28;40;28;121;62500;-90256;249792;-3570;0;1.01;0.87264;7.5;22.8;1.01;0.87264;6.5;22.5;461;425;6;;
|
||||
15;Human Cleric;0;22;27;21;41;20;39;99;59;2;48;7;54;303;333;28;40;28;121;62500;-90256;249792;-3570;0;1.01;0.87264;7.5;22.8;1.01;0.87264;6.5;22.5;461;425;6;;
|
||||
16;Human Bishop;0;22;27;21;41;20;39;99;59;2;48;7;54;303;333;28;40;28;121;62500;-90256;249792;-3570;0;1.01;0.87264;7.5;22.8;1.01;0.87264;6.5;22.5;461;425;6;;
|
||||
19;Elf Knight;1;36;36;35;23;14;26;113;39;4;72;3;47;345;249;36;46;36;143;73000;43648;40352;-3430;0;1.15;1.242;7.5;24;1.15;1.242;7.5;23;1147;1146;10;2369;
|
||||
20;Elf Temple Knight;1;36;36;35;23;14;26;113;39;4;72;3;47;345;249;36;46;36;143;73000;43648;40352;-3430;0;1.15;1.242;7.5;24;1.15;1.242;7.5;23;1147;1146;10;2369;
|
||||
21;Elf Swordsinger;1;36;36;35;23;14;26;113;39;4;72;3;47;345;249;36;46;36;143;73000;43648;40352;-3430;0;1.15;1.242;7.5;24;1.15;1.242;7.5;23;1147;1146;10;2369;
|
||||
22;Elf Scout;1;36;36;35;23;14;26;113;39;4;72;3;47;345;249;36;46;36;143;73000;43648;40352;-3430;0;1.15;1.242;7.5;24;1.15;1.242;7.5;23;1147;1146;10;2369;
|
||||
23;Elf Plainswalker;1;36;36;35;23;14;26;113;39;4;72;3;47;345;249;36;46;36;143;73000;43648;40352;-3430;0;1.15;1.242;7.5;24;1.15;1.242;7.5;23;1147;1146;10;2369;
|
||||
24;Elf Silver Ranger;1;36;36;35;23;14;26;113;39;4;72;3;47;345;249;36;46;36;143;73000;43648;40352;-3430;0;1.15;1.242;7.5;24;1.15;1.242;7.5;23;1147;1146;10;2369;
|
||||
26;Elf Wizard;1;21;25;24;37;23;40;96;59;2;48;6;54;312;386;30;41;30;126;62400;43648;40352;-3430;0;1.04;0.89856;7.5;24;1.04;0.89856;7.5;23;461;425;6;;
|
||||
27;Elf Spellsinger;1;21;25;24;37;23;40;96;59;2;48;6;54;312;386;30;41;30;126;62400;43648;40352;-3430;0;1.04;0.89856;7.5;24;1.04;0.89856;7.5;23;461;425;6;;
|
||||
28;Elf Elemental Summoner;1;21;25;24;37;23;40;96;59;2;48;6;54;312;386;30;41;30;126;62400;43648;40352;-3430;0;1.04;0.89856;7.5;24;1.04;0.89856;7.5;23;461;425;6;;
|
||||
29;Elf Oracle;1;21;25;24;37;23;40;96;59;2;48;6;54;312;386;30;41;30;126;62400;43648;40352;-3430;0;1.04;0.89856;7.5;24;1.04;0.89856;7.5;23;461;425;6;;
|
||||
30;Elf Elder;1;21;25;24;37;23;40;96;59;2;48;6;54;312;386;30;41;30;126;62400;43648;40352;-3430;0;1.04;0.89856;7.5;24;1.04;0.89856;7.5;23;461;425;6;;
|
||||
32;DE Palas Knight;2;41;32;34;25;12;26;107;39;4;72;3;47;342;226;35;45;35;139;69000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.14;1.2312;7;23.5;1147;1146;10;2369;
|
||||
33;DE Shillen Knight;2;41;32;34;25;12;26;107;39;4;72;3;47;342;226;35;45;35;139;69000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.14;1.2312;7;23.5;1147;1146;10;2369;
|
||||
34;DE Bladedancer;2;41;32;34;25;12;26;107;39;4;72;3;47;342;226;35;45;35;139;69000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.14;1.2312;7;23.5;1147;1146;10;2369;
|
||||
35;DE Assassin;2;41;32;34;25;12;26;107;39;4;72;3;47;342;226;35;45;35;139;69000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.14;1.2312;7;23.5;1147;1146;10;2369;
|
||||
36;DE Abyss Walker;2;41;32;34;25;12;26;107;39;4;72;3;47;342;226;35;45;35;139;69000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.14;1.2312;7;23.5;1147;1146;10;2369;
|
||||
37;DE Phantom Ranger;2;41;32;34;25;12;26;107;39;4;72;3;47;342;226;35;45;35;139;69000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.14;1.2312;7;23.5;1147;1146;10;2369;
|
||||
39;DE Wizard;2;23;24;23;44;19;37;95;58;2;48;7;53;309;316;29;41;29;125;61000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.03;0.88992;7;23.5;461;425;6;;
|
||||
40;DE Spellhowler;2;23;24;23;44;19;37;95;58;2;48;7;53;309;316;29;41;29;125;61000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.03;0.88992;7;23.5;461;425;6;;
|
||||
41;DE Phantom Summoner;2;23;24;23;44;19;37;95;58;2;48;7;53;309;316;29;41;29;125;61000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.03;0.88992;7;23.5;461;425;6;;
|
||||
42;DE Shillen Oracle;2;23;24;23;44;19;37;95;58;2;48;7;53;309;316;29;41;29;125;61000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.03;0.88992;7;23.5;461;425;6;;
|
||||
43;DE Shillen Elder;2;23;24;23;44;19;37;95;58;2;48;7;53;309;316;29;41;29;125;61000;26960;10496;-4220;0;1.14;1.2312;7.5;24;1.03;0.88992;7;23.5;461;425;6;;
|
||||
45;Orc Raider;3;40;47;26;18;12;27;133;39;4;72;2;48;318;226;31;42;31;124;87000;-58192;-113408;-650;0;1.06;1.1448;11;28;1.06;1.1448;7;27;1147;1146;2368;2369;
|
||||
46;Orc Destroyer;3;40;47;26;18;12;27;133;39;4;72;2;48;318;226;31;42;31;124;87000;-58192;-113408;-650;0;1.06;1.1448;11;28;1.06;1.1448;7;27;1147;1146;2368;2369;
|
||||
47;Orc Monk;3;40;47;26;18;12;27;133;39;4;72;2;48;318;226;31;42;31;124;87000;-58192;-113408;-650;0;1.06;1.1448;11;28;1.06;1.1448;7;27;1147;1146;2368;2369;
|
||||
48;Orc Tyrant;3;40;47;26;18;12;27;133;39;4;72;2;48;318;226;31;42;31;124;87000;-58192;-113408;-650;0;1.06;1.1448;11;28;1.06;1.1448;7;27;1147;1146;2368;2369;
|
||||
50;Orc Shaman;3;25;31;20;31;21;42;105;60;2;48;4;56;312;265;30;41;30;125;68000;-58192;-113408;-650;0;1.04;0.89856;7;27.5;1.04;0.89856;8;25.5;461;425;7;;
|
||||
51;Orc Overlord;3;25;31;20;31;21;42;105;60;2;48;4;56;312;265;30;41;30;125;68000;-58192;-113408;-650;0;1.04;0.89856;7;27.5;1.04;0.89856;8;25.5;461;425;7;;
|
||||
52;Orc Warcryer;3;25;31;20;31;21;42;105;60;2;48;4;56;312;265;30;41;30;125;68000;-58192;-113408;-650;0;1.04;0.89856;7;27.5;1.04;0.89856;8;25.5;461;425;7;;
|
||||
54;Dwarf Scavenger;4;39;45;29;20;10;27;129;39;4;72;3;48;327;203;33;43;33;125;83000;106880;-175056;-420;1;1.09;1.487196;9;18;1.09;1.487196;5;19;1147;1146;10;2370;
|
||||
55;Dwarf Bounty Hunter;4;39;45;29;20;10;27;129;39;4;72;3;48;327;203;33;43;33;125;83000;106880;-175056;-420;1;1.09;1.487196;9;18;1.09;1.487196;5;19;1147;1146;10;2370;
|
||||
56;Dwarf Artisan;4;39;45;29;20;10;27;129;39;4;72;3;48;327;203;33;43;33;125;83000;106880;-175056;-420;1;1.09;1.487196;9;18;1.09;1.487196;5;19;1147;1146;10;2370;
|
||||
57;Dwarf Warsmith;4;39;45;29;20;10;27;129;39;4;72;3;48;327;203;33;43;33;125;83000;106880;-175056;-420;1;1.09;1.487196;9;18;1.09;1.487196;5;19;1147;1146;10;2370;
|
|
1
L2J_Mobius_C1_HarbingersOfWar/dist/data/clans/readme.txt
vendored
Normal file
1
L2J_Mobius_C1_HarbingersOfWar/dist/data/clans/readme.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
Clan files are stored in this folder.
|
1
L2J_Mobius_C1_HarbingersOfWar/dist/data/crests/readme.txt
vendored
Normal file
1
L2J_Mobius_C1_HarbingersOfWar/dist/data/crests/readme.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
Crest files are stored in this folder.
|
7939
L2J_Mobius_C1_HarbingersOfWar/dist/data/droplist.csv
vendored
Normal file
7939
L2J_Mobius_C1_HarbingersOfWar/dist/data/droplist.csv
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3489
L2J_Mobius_C1_HarbingersOfWar/dist/data/etcitem.csv
vendored
Normal file
3489
L2J_Mobius_C1_HarbingersOfWar/dist/data/etcitem.csv
vendored
Normal file
File diff suppressed because it is too large
Load Diff
81
L2J_Mobius_C1_HarbingersOfWar/dist/data/exp.csv
vendored
Normal file
81
L2J_Mobius_C1_HarbingersOfWar/dist/data/exp.csv
vendored
Normal file
@ -0,0 +1,81 @@
|
||||
#Level;Experience
|
||||
1;1
|
||||
2;69
|
||||
3;364
|
||||
4;1169
|
||||
5;2885
|
||||
6;6039
|
||||
7;11288
|
||||
8;19424
|
||||
9;31379
|
||||
10;48230
|
||||
11;71203
|
||||
12;101678
|
||||
13;141194
|
||||
14;191455
|
||||
15;254331
|
||||
16;331868
|
||||
17;426289
|
||||
18;540001
|
||||
19;675597
|
||||
20;835863
|
||||
21;1023785
|
||||
22;1242547
|
||||
23;1495544
|
||||
24;1786380
|
||||
25;2118877
|
||||
26;2497078
|
||||
27;2925251
|
||||
28;3407898
|
||||
29;3949755
|
||||
30;4555797
|
||||
31;5231247
|
||||
32;5981577
|
||||
33;6812514
|
||||
34;7730045
|
||||
35;8740423
|
||||
36;9850167
|
||||
37;11066073
|
||||
38;12395216
|
||||
39;13844952
|
||||
40;15422930
|
||||
41;17137088
|
||||
42;18995666
|
||||
43;21007204
|
||||
44;23180551
|
||||
45;25524869
|
||||
46;28049636
|
||||
47;30764655
|
||||
48;33680053
|
||||
49;36806290
|
||||
50;40154163
|
||||
51;43734810
|
||||
52;47559715
|
||||
53;51640714
|
||||
54;55989996
|
||||
55;60620114
|
||||
56;65543986
|
||||
57;70774897
|
||||
58;76326510
|
||||
59;82212868
|
||||
60;88448397
|
||||
61;94800000
|
||||
62;101400000
|
||||
63;108200000
|
||||
64;115200000
|
||||
65;122400000
|
||||
66;129800000
|
||||
67;137400000
|
||||
68;145200000
|
||||
69;153200000
|
||||
70;161400000
|
||||
71;169800000
|
||||
72;178400000
|
||||
73;187200000
|
||||
74;196200000
|
||||
75;205400000
|
||||
76;214800000
|
||||
77;224600000
|
||||
78;234600000
|
||||
79;244800000
|
||||
80;255200000
|
|
9
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/admhelp.htm
vendored
Normal file
9
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/admhelp.htm
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<html><title>Help</title><body>
|
||||
<br>
|
||||
<a action="bypass -h admin_help readme.htm">Readme.</a>
|
||||
<br>
|
||||
<a action="bypass -h admin_help changes.htm">Read Changes of Server.</a>
|
||||
<br>
|
||||
<a action="bypass -h admin_help license.htm">Read L2J Server License.</a>
|
||||
<br>
|
||||
</body></html>
|
3
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/changes.htm
vendored
Normal file
3
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/changes.htm
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
<html><title>Server Changes</title><body><br>
|
||||
<center>Please refer to README.txt in your server folder.</center>
|
||||
</body></html>
|
28
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/gmshops.htm
vendored
Normal file
28
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/gmshops.htm
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
<html><title>GM Shops:</title><body><p>
|
||||
<a action="bypass -h admin_buy 5">Swords</a>
|
||||
<a action="bypass -h admin_buy 6">Bows</a>
|
||||
<a action="bypass -h admin_buy 7">Blunts</a>
|
||||
<a action="bypass -h admin_buy 8">Daggers</a>
|
||||
<a action="bypass -h admin_buy 9">Polearms</a>
|
||||
<a action="bypass -h admin_buy 10">Spell Books</a>
|
||||
<a action="bypass -h admin_buy 11">Dual Fists</a>
|
||||
<a action="bypass -h admin_buy 12">Dual Swords</a>
|
||||
<br>
|
||||
<a action="bypass -h admin_buy 13">Armors</a>
|
||||
<a action="bypass -h admin_buy 14">Pants</a>
|
||||
<a action="bypass -h admin_buy 15">Full Armors</a>
|
||||
<a action="bypass -h admin_buy 16">Shields</a>
|
||||
<a action="bypass -h admin_buy 17">Boots</a>
|
||||
<a action="bypass -h admin_buy 18">Gloves</a>
|
||||
<a action="bypass -h admin_buy 19">Helmets</a>
|
||||
<br>
|
||||
<a action="bypass -h admin_buy 20">Earrings</a>
|
||||
<a action="bypass -h admin_buy 21">Rings</a>
|
||||
<a action="bypass -h admin_buy 22">Necklaces</a>
|
||||
<br>
|
||||
<a action="bypass -h admin_buy 23">Scrolls</a>
|
||||
<a action="bypass -h admin_buy 24">Others</a>
|
||||
<br>
|
||||
<a action="bypass -h admin_buy 25">Pet</a>
|
||||
<center><button value="Back" action="bypass -h admin_show" width=40 height=15></center>
|
||||
</body></html>
|
7
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/itemcreation.htm
vendored
Normal file
7
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/itemcreation.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<html><title>Item Creation:</title><body><p>
|
||||
<p>
|
||||
<br>Item-id to spawn:<edit var="itemid" width=50>
|
||||
<button value="itemid" action="bypass -h admin_create_item $itemid" width=40 height=15 back="sek.cbui94" fore="sek.cbui92">
|
||||
<br>
|
||||
<center><button value="Back" action="bypass -h admin_show" width=40 height=15></center>
|
||||
</body></html>
|
8
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/license.htm
vendored
Normal file
8
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/license.htm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<html><title>License</title><body>
|
||||
<br>
|
||||
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 2, 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, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
<br>
|
||||
http://www.gnu.org/copyleft/gpl.html
|
||||
</body></html>
|
8
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/readme.htm
vendored
Normal file
8
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/readme.htm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<html><title>Readme</title><body>
|
||||
<br>
|
||||
Chronicle 1 server<br>
|
||||
--------------------------------------------------<br>
|
||||
by L2jMobius<br>
|
||||
Visit us at: <b>http://l2jmobius.org</b><br>
|
||||
--------------------------------------------------<br>
|
||||
</body></html>
|
78
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns.htm
vendored
Normal file
78
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns.htm
vendored
Normal file
@ -0,0 +1,78 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
<a action="bypass -h admin_spawn_index 1">Level 1</a>
|
||||
<a action="bypass -h admin_spawn_index 2">Level 2</a>
|
||||
<a action="bypass -h admin_spawn_index 3">Level 3</a>
|
||||
<a action="bypass -h admin_spawn_index 4">Level 4</a>
|
||||
<a action="bypass -h admin_spawn_index 5">Level 5</a>
|
||||
<a action="bypass -h admin_spawn_index 6">Level 6</a>
|
||||
<a action="bypass -h admin_spawn_index 7">Level 7</a>
|
||||
<a action="bypass -h admin_spawn_index 8">Level 8</a>
|
||||
<a action="bypass -h admin_spawn_index 9">Level 9</a>
|
||||
<a action="bypass -h admin_spawn_index 10">Level 10</a>
|
||||
<a action="bypass -h admin_spawn_index 11">Level 11</a>
|
||||
<a action="bypass -h admin_spawn_index 12">Level 12</a>
|
||||
<a action="bypass -h admin_spawn_index 13">Level 13</a>
|
||||
<a action="bypass -h admin_spawn_index 14">Level 14</a>
|
||||
<a action="bypass -h admin_spawn_index 15">Level 15</a>
|
||||
<a action="bypass -h admin_spawn_index 16">Level 16</a>
|
||||
<a action="bypass -h admin_spawn_index 17">Level 17</a>
|
||||
<a action="bypass -h admin_spawn_index 18">Level 18</a>
|
||||
<a action="bypass -h admin_spawn_index 19">Level 19</a>
|
||||
<a action="bypass -h admin_spawn_index 20">Level 20</a>
|
||||
<a action="bypass -h admin_spawn_index 21">Level 21</a>
|
||||
<a action="bypass -h admin_spawn_index 22">Level 22</a>
|
||||
<a action="bypass -h admin_spawn_index 23">Level 23</a>
|
||||
<a action="bypass -h admin_spawn_index 24">Level 24</a>
|
||||
<a action="bypass -h admin_spawn_index 25">Level 25</a>
|
||||
<a action="bypass -h admin_spawn_index 26">Level 26</a>
|
||||
<a action="bypass -h admin_spawn_index 27">Level 27</a>
|
||||
<a action="bypass -h admin_spawn_index 28">Level 28</a>
|
||||
<a action="bypass -h admin_spawn_index 29">Level 29</a>
|
||||
<a action="bypass -h admin_spawn_index 30">Level 30</a>
|
||||
<a action="bypass -h admin_spawn_index 31">Level 31</a>
|
||||
<a action="bypass -h admin_spawn_index 32">Level 32</a>
|
||||
<a action="bypass -h admin_spawn_index 33">Level 33</a>
|
||||
<a action="bypass -h admin_spawn_index 34">Level 34</a>
|
||||
<a action="bypass -h admin_spawn_index 35">Level 35</a>
|
||||
<a action="bypass -h admin_spawn_index 36">Level 36</a>
|
||||
<a action="bypass -h admin_spawn_index 37">Level 37</a>
|
||||
<a action="bypass -h admin_spawn_index 38">Level 38</a>
|
||||
<a action="bypass -h admin_spawn_index 39">Level 39</a>
|
||||
<a action="bypass -h admin_spawn_index 40">Level 40</a>
|
||||
<a action="bypass -h admin_spawn_index 41">Level 41</a>
|
||||
<a action="bypass -h admin_spawn_index 42">Level 42</a>
|
||||
<a action="bypass -h admin_spawn_index 43">Level 43</a>
|
||||
<a action="bypass -h admin_spawn_index 44">Level 44</a>
|
||||
<a action="bypass -h admin_spawn_index 45">Level 45</a>
|
||||
<a action="bypass -h admin_spawn_index 46">Level 46</a>
|
||||
<a action="bypass -h admin_spawn_index 47">Level 47</a>
|
||||
<a action="bypass -h admin_spawn_index 48">Level 48</a>
|
||||
<a action="bypass -h admin_spawn_index 49">Level 49</a>
|
||||
<a action="bypass -h admin_spawn_index 50">Level 50</a>
|
||||
<a action="bypass -h admin_spawn_index 51">Level 51</a>
|
||||
<a action="bypass -h admin_spawn_index 52">Level 52</a>
|
||||
<a action="bypass -h admin_spawn_index 53">Level 53</a>
|
||||
<a action="bypass -h admin_spawn_index 54">Level 54</a>
|
||||
<a action="bypass -h admin_spawn_index 55">Level 55</a>
|
||||
<a action="bypass -h admin_spawn_index 56">Level 56</a>
|
||||
<a action="bypass -h admin_spawn_index 57">Level 57</a>
|
||||
<a action="bypass -h admin_spawn_index 58">Level 58</a>
|
||||
<a action="bypass -h admin_spawn_index 59">Level 59</a>
|
||||
<a action="bypass -h admin_spawn_index 60">Level 60</a>
|
||||
<a action="bypass -h admin_spawn_index 61">Level 61</a>
|
||||
<a action="bypass -h admin_spawn_index 62">Level 62</a>
|
||||
<a action="bypass -h admin_spawn_index 63">Level 63</a>
|
||||
<a action="bypass -h admin_spawn_index 64">Level 64</a>
|
||||
<a action="bypass -h admin_spawn_index 65">Level 65</a>
|
||||
<a action="bypass -h admin_spawn_index 66">Level 66</a>
|
||||
<a action="bypass -h admin_spawn_index 67">Level 67</a>
|
||||
<a action="bypass -h admin_spawn_index 68">Level 68</a>
|
||||
<a action="bypass -h admin_spawn_index 69">Level 69</a>
|
||||
<a action="bypass -h admin_spawn_index 70">Level 70</a>
|
||||
Spawn a custom monster:
|
||||
<table>
|
||||
<tr><td>ID: <edit var="id" width=80></td></tr>
|
||||
</table><p>
|
||||
<button value="Spawn" action="bypass -h admin_spawn_monster $id" width=80 height=15>
|
||||
<br><center><button value="Back" action="bypass -h admin_show" width=40 height=15></center>
|
||||
</body></html>
|
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/1.htm
vendored
Normal file
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/1.htm
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 1:
|
||||
<a action="bypass -h admin_spawn_monster 12082">Bearded Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 481">Bearded Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 432">Elpy</a>
|
||||
<a action="bypass -h admin_spawn_monster 1">Gremlin</a>
|
||||
<a action="bypass -h admin_spawn_monster 334">Gremlin Scavenger</a>
|
||||
<a action="bypass -h admin_spawn_monster 2">Rabbit</a>
|
||||
<a action="bypass -h admin_spawn_monster 405">Young Brown Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 529">Young Brown Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 407">Young Crimson Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 91">Young Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 545">Young Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 531">Young Prarie Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 406">Young Red Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 530">Young Red Keltir</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
31
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/10.htm
vendored
Normal file
31
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/10.htm
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 10:
|
||||
<a action="bypass -h admin_spawn_monster 386">Balor Orc Fighter</a>
|
||||
<a action="bypass -h admin_spawn_monster 372">Baraq Orc Fighter</a>
|
||||
<a action="bypass -h admin_spawn_monster 739">Bepook's Pet</a>
|
||||
<a action="bypass -h admin_spawn_monster 480">Blade Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 5037">Calpicos Goons</a>
|
||||
<a action="bypass -h admin_spawn_monster 426">Evil Eye</a>
|
||||
<a action="bypass -h admin_spawn_monster 427">Evil Eye Watcher</a>
|
||||
<a action="bypass -h admin_spawn_monster 324">Goblin Brigand Lieutenant</a>
|
||||
<a action="bypass -h admin_spawn_monster 321">Goblin Thief</a>
|
||||
<a action="bypass -h admin_spawn_monster 471">Kaboo Orc Fighter</a>
|
||||
<a action="bypass -h admin_spawn_monster 92">Monster Eye</a>
|
||||
<a action="bypass -h admin_spawn_monster 331">Monster Eye Tracker</a>
|
||||
<a action="bypass -h admin_spawn_monster 93">Orc Fighter</a>
|
||||
<a action="bypass -h admin_spawn_monster 94">Orc Marksman</a>
|
||||
<a action="bypass -h admin_spawn_monster 5001">Orc Marksman</a>
|
||||
<a action="bypass -h admin_spawn_monster 5018">Orc Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 520">Pirate Captain Uthanka</a>
|
||||
<a action="bypass -h admin_spawn_monster 489">Quicksilver Beast</a>
|
||||
<a action="bypass -h admin_spawn_monster 313">Rakeclaw Imp Chieftain</a>
|
||||
<a action="bypass -h admin_spawn_monster 5004">Spirit Of Mirrors</a>
|
||||
<a action="bypass -h admin_spawn_monster 172">Sylph</a>
|
||||
<a action="bypass -h admin_spawn_monster 361">Tunath Orc Marksman</a>
|
||||
<a action="bypass -h admin_spawn_monster 381">Vaiss Orc</a>
|
||||
<a action="bypass -h admin_spawn_monster 95">Vampire Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 376">Varikan Brignad Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 343">Werewolf Hunter</a>
|
||||
<a action="bypass -h admin_spawn_monster 522">White Fang</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
27
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/11.htm
vendored
Normal file
27
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/11.htm
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 11:
|
||||
<a action="bypass -h admin_spawn_monster 388">Balor Orc Lieutenant</a>
|
||||
<a action="bypass -h admin_spawn_monster 373">Baraq Orc Fighter Lieutenant</a>
|
||||
<a action="bypass -h admin_spawn_monster 5061">Batoh</a>
|
||||
<a action="bypass -h admin_spawn_monster 5006">Bhato Bloodspear</a>
|
||||
<a action="bypass -h admin_spawn_monster 316">Darkwing Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 97">Drill Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 473">Kaboo Orc Fighter Lieutenant</a>
|
||||
<a action="bypass -h admin_spawn_monster 5067">Kamut</a>
|
||||
<a action="bypass -h admin_spawn_monster 5008">Kraacul Blackskull</a>
|
||||
<a action="bypass -h admin_spawn_monster 5060">Kracha</a>
|
||||
<a action="bypass -h admin_spawn_monster 5034">Lizardman</a>
|
||||
<a action="bypass -h admin_spawn_monster 153">Magical Weaver</a>
|
||||
<a action="bypass -h admin_spawn_monster 330">Mineshaft Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 96">Orc Lieutenant</a>
|
||||
<a action="bypass -h admin_spawn_monster 5019">Orc Warrior Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 5005">Spirit Of Mirrors</a>
|
||||
<a action="bypass -h admin_spawn_monster 5009">Taarq Blackskull</a>
|
||||
<a action="bypass -h admin_spawn_monster 5007">Tanuki Skullcrusher</a>
|
||||
<a action="bypass -h admin_spawn_monster 5070">Tumran Orc Brigand</a>
|
||||
<a action="bypass -h admin_spawn_monster 5064">Turel</a>
|
||||
<a action="bypass -h admin_spawn_monster 5059">Uoph</a>
|
||||
<a action="bypass -h admin_spawn_monster 382">Vaiss Orc Lieutenant</a>
|
||||
<a action="bypass -h admin_spawn_monster 5043">Varangka'S Tracker</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
23
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/12.htm
vendored
Normal file
23
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/12.htm
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 12:
|
||||
<a action="bypass -h admin_spawn_monster 425">Akaste Bone Soldier</a>
|
||||
<a action="bypass -h admin_spawn_monster 387">Balor Orc Fighter Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 5041">Baranka Messenger</a>
|
||||
<a action="bypass -h admin_spawn_monster 370">Barbed Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 400">Blood Fungus</a>
|
||||
<a action="bypass -h admin_spawn_monster 464">Dungeon Skeleton</a>
|
||||
<a action="bypass -h admin_spawn_monster 540">Gemstone Beast</a>
|
||||
<a action="bypass -h admin_spawn_monster 320">Goblin Tomb Raider Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 143">Grizzly</a>
|
||||
<a action="bypass -h admin_spawn_monster 472">Kaboo Orc Fighter Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 5033">Lizardman Scout</a>
|
||||
<a action="bypass -h admin_spawn_monster 5042">Orc Escort</a>
|
||||
<a action="bypass -h admin_spawn_monster 5002">Orc Fight Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 98">Orc Fighter Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 99">Skeleton</a>
|
||||
<a action="bypass -h admin_spawn_monster 517">Skeleton Hunter</a>
|
||||
<a action="bypass -h admin_spawn_monster 340">Slave Skeleton</a>
|
||||
<a action="bypass -h admin_spawn_monster 362">Tunath Orc Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 342">Werewolf Chieftain</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
21
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/13.htm
vendored
Normal file
21
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/13.htm
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 13:
|
||||
<a action="bypass -h admin_spawn_monster 395">Brae Orc Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 5036">Calpico</a>
|
||||
<a action="bypass -h admin_spawn_monster 349">Cave Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 346">Darkstone Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 13">Dryad</a>
|
||||
<a action="bypass -h admin_spawn_monster 463">Dungeon Skeleton Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 433">Festering Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 528">Goblin Lord</a>
|
||||
<a action="bypass -h admin_spawn_monster 368">Grave Keeper</a>
|
||||
<a action="bypass -h admin_spawn_monster 333">Greystone Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 738">Kobold Looter Bepook</a>
|
||||
<a action="bypass -h admin_spawn_monster 5032">Lizardman Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 15">Marsh Zombie</a>
|
||||
<a action="bypass -h admin_spawn_monster 100">Skeleton Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 518">Skeleton Hunter Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 378">Stone Giant</a>
|
||||
<a action="bypass -h admin_spawn_monster 16">Stone Golem</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
25
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/14.htm
vendored
Normal file
25
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/14.htm
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 14:
|
||||
<a action="bypass -h admin_spawn_monster 423">Akaste Bone Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 18">Carnivorous Fungus</a>
|
||||
<a action="bypass -h admin_spawn_monster 101">Crasher</a>
|
||||
<a action="bypass -h admin_spawn_monster 455">Doom Soldier</a>
|
||||
<a action="bypass -h admin_spawn_monster 504">Dread Soldier</a>
|
||||
<a action="bypass -h admin_spawn_monster 19">Dryad Elder</a>
|
||||
<a action="bypass -h admin_spawn_monster 429">Evil Eye Lookout</a>
|
||||
<a action="bypass -h admin_spawn_monster 428">Evil Eye Patroller</a>
|
||||
<a action="bypass -h admin_spawn_monster 8">Felim Lizardman</a>
|
||||
<a action="bypass -h admin_spawn_monster 323">Goblin Brigand Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 777">Hunter Bear</a>
|
||||
<a action="bypass -h admin_spawn_monster 364">Maraku Werewolf Chieftain</a>
|
||||
<a action="bypass -h admin_spawn_monster 20">Marsh Zombie Lord</a>
|
||||
<a action="bypass -h admin_spawn_monster 22">Misery Skeleton</a>
|
||||
<a action="bypass -h admin_spawn_monster 260">Orc Champion</a>
|
||||
<a action="bypass -h admin_spawn_monster 5017">Plague Zombie</a>
|
||||
<a action="bypass -h admin_spawn_monster 21">Red Bear</a>
|
||||
<a action="bypass -h admin_spawn_monster 102">Skeleton Marksman</a>
|
||||
<a action="bypass -h admin_spawn_monster 516">Skeleton Sentinel</a>
|
||||
<a action="bypass -h admin_spawn_monster 379">Stone Soldier</a>
|
||||
<a action="bypass -h admin_spawn_monster 9">Vuku Orc</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
36
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/15.htm
vendored
Normal file
36
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/15.htm
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 15:
|
||||
<a action="bypass -h admin_spawn_monster 396">Brae Orc Fighter</a>
|
||||
<a action="bypass -h admin_spawn_monster 262">Cat's Eye Bandit</a>
|
||||
<a action="bypass -h admin_spawn_monster 5038">Cat'S Eye Bandit</a>
|
||||
<a action="bypass -h admin_spawn_monster 348">Cave Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 483">Corpse Candle</a>
|
||||
<a action="bypass -h admin_spawn_monster 460">Crimson Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 394">Crimson Tarantula</a>
|
||||
<a action="bypass -h admin_spawn_monster 491">Crypt Horror</a>
|
||||
<a action="bypass -h admin_spawn_monster 461">Dungeon Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 10">Felim Lizardman Scout</a>
|
||||
<a action="bypass -h admin_spawn_monster 484">Follower Of Kuroboros</a>
|
||||
<a action="bypass -h admin_spawn_monster 103">Giant Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 479">Kasha Bear</a>
|
||||
<a action="bypass -h admin_spawn_monster 474">Kasha Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 30">Langk Lizardman</a>
|
||||
<a action="bypass -h admin_spawn_monster 25">Lesser Dark Horror</a>
|
||||
<a action="bypass -h admin_spawn_monster 371">Mist Terror</a>
|
||||
<a action="bypass -h admin_spawn_monster 526">Obsidian Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 435">Opal Beast</a>
|
||||
<a action="bypass -h admin_spawn_monster 510">Puma</a>
|
||||
<a action="bypass -h admin_spawn_monster 189">Puma</a>
|
||||
<a action="bypass -h admin_spawn_monster 392">Redeye Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 26">Ruin Zombie</a>
|
||||
<a action="bypass -h admin_spawn_monster 410">Scavenger Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 23">Shadow Beast</a>
|
||||
<a action="bypass -h admin_spawn_monster 514">Shield Skeleton</a>
|
||||
<a action="bypass -h admin_spawn_monster 104">Skeleton Lord</a>
|
||||
<a action="bypass -h admin_spawn_monster 170">Spartoi</a>
|
||||
<a action="bypass -h admin_spawn_monster 502">Twink Puma</a>
|
||||
<a action="bypass -h admin_spawn_monster 398">Vrykolakas</a>
|
||||
<a action="bypass -h admin_spawn_monster 11">Vuku Orc Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 449">Will-O-Wisp</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
24
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/16.htm
vendored
Normal file
24
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/16.htm
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 16:
|
||||
<a action="bypass -h admin_spawn_monster 389">Boogle Ratman</a>
|
||||
<a action="bypass -h admin_spawn_monster 310">Brown Bear</a>
|
||||
<a action="bypass -h admin_spawn_monster 350">Cave Fang Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 105">Dark Horror</a>
|
||||
<a action="bypass -h admin_spawn_monster 345">Dark Terror</a>
|
||||
<a action="bypass -h admin_spawn_monster 139">Giant Bee</a>
|
||||
<a action="bypass -h admin_spawn_monster 12">Gora Werewolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 308">Hook Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 403">Hunter Tarantula</a>
|
||||
<a action="bypass -h admin_spawn_monster 476">Kasha Fang Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 27">Langk Lizardman Scout</a>
|
||||
<a action="bypass -h admin_spawn_monster 28">Pincher</a>
|
||||
<a action="bypass -h admin_spawn_monster 360">Ratman Spy</a>
|
||||
<a action="bypass -h admin_spawn_monster 393">Red Scavenger Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 29">Ruin Zombie Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 404">Silent Horror</a>
|
||||
<a action="bypass -h admin_spawn_monster 515">Skeleton Infantryman</a>
|
||||
<a action="bypass -h admin_spawn_monster 380">Stone Guardian</a>
|
||||
<a action="bypass -h admin_spawn_monster 106">Talon Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 107">Wererat</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
41
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/17.htm
vendored
Normal file
41
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/17.htm
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 17:
|
||||
<a action="bypass -h admin_spawn_monster 422">Akaste Bone Warlord</a>
|
||||
<a action="bypass -h admin_spawn_monster 108">Blade Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 397">Brae Orc Chief</a>
|
||||
<a action="bypass -h admin_spawn_monster 775">Bugbear Raider</a>
|
||||
<a action="bypass -h admin_spawn_monster 462">Cave Blade Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 482">Corpse Scavenger</a>
|
||||
<a action="bypass -h admin_spawn_monster 355">Dementia Beast</a>
|
||||
<a action="bypass -h admin_spawn_monster 14">Felim Lizardman Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 335">Grizzly Bear</a>
|
||||
<a action="bypass -h admin_spawn_monster 5058">Honey Bear</a>
|
||||
<a action="bypass -h admin_spawn_monster 5044">Kasha Bear Totem Spirit</a>
|
||||
<a action="bypass -h admin_spawn_monster 478">Kasha Blade Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 488">Kuruka Ratman Hunter</a>
|
||||
<a action="bypass -h admin_spawn_monster 24">Langk Lizardman Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 369">Moonstone Beast</a>
|
||||
<a action="bypass -h admin_spawn_monster 454">Oblivion Watcher</a>
|
||||
<a action="bypass -h admin_spawn_monster 263">Ol Mahum Novice</a>
|
||||
<a action="bypass -h admin_spawn_monster 782">Ol Mahum Novice</a>
|
||||
<a action="bypass -h admin_spawn_monster 5031">Ol Mahum Sentry</a>
|
||||
<a action="bypass -h admin_spawn_monster 31">Omen Beast</a>
|
||||
<a action="bypass -h admin_spawn_monster 261">Orc Shaman</a>
|
||||
<a action="bypass -h admin_spawn_monster 541">Ore Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 5029">Phantom Of Salamander</a>
|
||||
<a action="bypass -h admin_spawn_monster 466">Pincer Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 32">Pinrul</a>
|
||||
<a action="bypass -h admin_spawn_monster 508">Plunder Tarantula</a>
|
||||
<a action="bypass -h admin_spawn_monster 34">Prowler</a>
|
||||
<a action="bypass -h admin_spawn_monster 506">Ruin Imp</a>
|
||||
<a action="bypass -h admin_spawn_monster 109">Salamander</a>
|
||||
<a action="bypass -h admin_spawn_monster 415">Scarlet Salamander</a>
|
||||
<a action="bypass -h admin_spawn_monster 33">Shade Horror</a>
|
||||
<a action="bypass -h admin_spawn_monster 35">Tracker Skeleton</a>
|
||||
<a action="bypass -h admin_spawn_monster 5024">Undead Priest</a>
|
||||
<a action="bypass -h admin_spawn_monster 110">Undine</a>
|
||||
<a action="bypass -h admin_spawn_monster 17">Vuku Orc Fighter</a>
|
||||
<a action="bypass -h admin_spawn_monster 5030">Water Seer</a>
|
||||
<a action="bypass -h admin_spawn_monster 111">Wererat Leader</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
20
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/18.htm
vendored
Normal file
20
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/18.htm
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 18:
|
||||
<a action="bypass -h admin_spawn_monster 390">Boogle Ratman Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 418">Crystalline Beast</a>
|
||||
<a action="bypass -h admin_spawn_monster 5056">Durka Spirit</a>
|
||||
<a action="bypass -h admin_spawn_monster 5045">Kuruka Ratman Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 36">Lirein</a>
|
||||
<a action="bypass -h admin_spawn_monster 37">Mana Seeker</a>
|
||||
<a action="bypass -h admin_spawn_monster 38">Poison Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 358">Ratman Hunter</a>
|
||||
<a action="bypass -h admin_spawn_monster 112">Salamander Elder</a>
|
||||
<a action="bypass -h admin_spawn_monster 416">Scarlet Salamander Elder</a>
|
||||
<a action="bypass -h admin_spawn_monster 411">Scavenger Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 39">Scavenger Wererat</a>
|
||||
<a action="bypass -h admin_spawn_monster 40">Sukar Wererat</a>
|
||||
<a action="bypass -h admin_spawn_monster 41">Tainted Zombie</a>
|
||||
<a action="bypass -h admin_spawn_monster 42">Tracker Skeleton Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 113">Undine Elder</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
20
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/19.htm
vendored
Normal file
20
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/19.htm
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 19:
|
||||
<a action="bypass -h admin_spawn_monster 424">Akaste Bone Lord</a>
|
||||
<a action="bypass -h admin_spawn_monster 43">Arachnid Tracker</a>
|
||||
<a action="bypass -h admin_spawn_monster 44">Lirein Elder</a>
|
||||
<a action="bypass -h admin_spawn_monster 152">Lizardman</a>
|
||||
<a action="bypass -h admin_spawn_monster 511">Pitchstone Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 359">Ratman Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 114">Salamander Noble</a>
|
||||
<a action="bypass -h admin_spawn_monster 542">Skeleton Longbowman</a>
|
||||
<a action="bypass -h admin_spawn_monster 45">Skeleton Scout</a>
|
||||
<a action="bypass -h admin_spawn_monster 46">Stink Zombie</a>
|
||||
<a action="bypass -h admin_spawn_monster 47">Sukar Wererat Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 5035">Tamil</a>
|
||||
<a action="bypass -h admin_spawn_monster 341">Undead Slave</a>
|
||||
<a action="bypass -h admin_spawn_monster 115">Undine Noble</a>
|
||||
<a action="bypass -h admin_spawn_monster 521">Whinstone Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 457">Zombie Soldier</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
13
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/2.htm
vendored
Normal file
13
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/2.htm
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 2:
|
||||
<a action="bypass -h admin_spawn_monster 309">Brown Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 532">Brown Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 116">Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 337">Longtail Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 533">Longtail Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 465">Prarie Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 535">Prarie Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 391">Red Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 534">Red Keltir</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
35
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/20.htm
vendored
Normal file
35
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/20.htm
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 20:
|
||||
<a action="bypass -h admin_spawn_monster 419">Akaste Succubus</a>
|
||||
<a action="bypass -h admin_spawn_monster 50">Arachnid Predator</a>
|
||||
<a action="bypass -h admin_spawn_monster 5051">Bumbum</a>
|
||||
<a action="bypass -h admin_spawn_monster 5048">Chewba</a>
|
||||
<a action="bypass -h admin_spawn_monster 5053">Chichi</a>
|
||||
<a action="bypass -h admin_spawn_monster 5040">Dark Succubus</a>
|
||||
<a action="bypass -h admin_spawn_monster 203">Dion Grizzly</a>
|
||||
<a action="bypass -h admin_spawn_monster 384">Discarded Guardian</a>
|
||||
<a action="bypass -h admin_spawn_monster 117">Dre Vanul</a>
|
||||
<a action="bypass -h admin_spawn_monster 351">Dre Vanul Tracker</a>
|
||||
<a action="bypass -h admin_spawn_monster 354">Dwarf Ghost</a>
|
||||
<a action="bypass -h admin_spawn_monster 431">Elf Ghost</a>
|
||||
<a action="bypass -h admin_spawn_monster 292">Enku Orc Shaman</a>
|
||||
<a action="bypass -h admin_spawn_monster 543">Ghost</a>
|
||||
<a action="bypass -h admin_spawn_monster 142">Griffon</a>
|
||||
<a action="bypass -h admin_spawn_monster 5049">Heitafu</a>
|
||||
<a action="bypass -h admin_spawn_monster 453">Human Ghost</a>
|
||||
<a action="bypass -h admin_spawn_monster 48">Lesser Succubus</a>
|
||||
<a action="bypass -h admin_spawn_monster 49">Lycanthrope</a>
|
||||
<a action="bypass -h admin_spawn_monster 366">Madness Beast</a>
|
||||
<a action="bypass -h admin_spawn_monster 223">Mandragora Sprout</a>
|
||||
<a action="bypass -h admin_spawn_monster 5052">Minsku</a>
|
||||
<a action="bypass -h admin_spawn_monster 5050">Picubo</a>
|
||||
<a action="bypass -h admin_spawn_monster 505">Ruin Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 51">Skeleton Bowman</a>
|
||||
<a action="bypass -h admin_spawn_monster 5046">Sue</a>
|
||||
<a action="bypass -h admin_spawn_monster 5054">Umbar</a>
|
||||
<a action="bypass -h admin_spawn_monster 5020">Varool Foulclaw</a>
|
||||
<a action="bypass -h admin_spawn_monster 293">Virud Lizardman</a>
|
||||
<a action="bypass -h admin_spawn_monster 5047">Wanuk</a>
|
||||
<a action="bypass -h admin_spawn_monster 5055">Zakan</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
26
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/21.htm
vendored
Normal file
26
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/21.htm
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 21:
|
||||
<a action="bypass -h admin_spawn_monster 420">Akaste Succubus Turen</a>
|
||||
<a action="bypass -h admin_spawn_monster 375">Baranka Escort</a>
|
||||
<a action="bypass -h admin_spawn_monster 133">Bugbear</a>
|
||||
<a action="bypass -h admin_spawn_monster 353">Dre Vanul Beholder</a>
|
||||
<a action="bypass -h admin_spawn_monster 118">Dre Vanul Scout</a>
|
||||
<a action="bypass -h admin_spawn_monster 291">Enku Orc Champion</a>
|
||||
<a action="bypass -h admin_spawn_monster 329">Ghost Guardian</a>
|
||||
<a action="bypass -h admin_spawn_monster 147">Hobgoblin</a>
|
||||
<a action="bypass -h admin_spawn_monster 492">Kirunak'S Guards</a>
|
||||
<a action="bypass -h admin_spawn_monster 357">Langk Lizardman Lieutenant</a>
|
||||
<a action="bypass -h admin_spawn_monster 52">Lesser Succubus Turen</a>
|
||||
<a action="bypass -h admin_spawn_monster 154">Mandragora Sprout</a>
|
||||
<a action="bypass -h admin_spawn_monster 367">Merkenis Escort</a>
|
||||
<a action="bypass -h admin_spawn_monster 338">Nightmare Weaver</a>
|
||||
<a action="bypass -h admin_spawn_monster 53">Ol Mahum Patrol</a>
|
||||
<a action="bypass -h admin_spawn_monster 437">Ol Mahum Recruit</a>
|
||||
<a action="bypass -h admin_spawn_monster 451">Relic Spartoi</a>
|
||||
<a action="bypass -h admin_spawn_monster 507">Ruin Imp Elder</a>
|
||||
<a action="bypass -h admin_spawn_monster 54">Ruin Spartoi</a>
|
||||
<a action="bypass -h admin_spawn_monster 486">Soldier Of Kuroboros</a>
|
||||
<a action="bypass -h admin_spawn_monster 296">Virud Lizardman Scout</a>
|
||||
<a action="bypass -h admin_spawn_monster 55">Wandering Eye</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
23
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/22.htm
vendored
Normal file
23
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/22.htm
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 22:
|
||||
<a action="bypass -h admin_spawn_monster 421">Akaste Succubus Tilfo</a>
|
||||
<a action="bypass -h admin_spawn_monster 374">Baranka Guard</a>
|
||||
<a action="bypass -h admin_spawn_monster 56">Dre Vanul Disposer</a>
|
||||
<a action="bypass -h admin_spawn_monster 352">Dre Vanul Slayer</a>
|
||||
<a action="bypass -h admin_spawn_monster 722">Freki's Bloodseeker Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 59">Hungry Eye</a>
|
||||
<a action="bypass -h admin_spawn_monster 5021">Kirunak</a>
|
||||
<a action="bypass -h admin_spawn_monster 57">Lesser Succubus Tilfo</a>
|
||||
<a action="bypass -h admin_spawn_monster 5022">Merkenis</a>
|
||||
<a action="bypass -h admin_spawn_monster 265">Monster Eye Searcher</a>
|
||||
<a action="bypass -h admin_spawn_monster 742">Mystical Weaver</a>
|
||||
<a action="bypass -h admin_spawn_monster 5016">Nerkas</a>
|
||||
<a action="bypass -h admin_spawn_monster 58">Ol Mahum Guard</a>
|
||||
<a action="bypass -h admin_spawn_monster 224">Ol Mahum Ranger</a>
|
||||
<a action="bypass -h admin_spawn_monster 60">Raging Spartoi</a>
|
||||
<a action="bypass -h admin_spawn_monster 741">Rampage Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 744">Red Eye Vampire Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 295">Virud Lizardman Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 458">Zombie Warrior</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/23.htm
vendored
Normal file
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/23.htm
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 23:
|
||||
<a action="bypass -h admin_spawn_monster 204">Bloody Bee</a>
|
||||
<a action="bypass -h admin_spawn_monster 155">Mandragora Sapling</a>
|
||||
<a action="bypass -h admin_spawn_monster 163">Ol Mahum</a>
|
||||
<a action="bypass -h admin_spawn_monster 548">Ol Mahum Deserter</a>
|
||||
<a action="bypass -h admin_spawn_monster 61">Ol Mahum Straggler</a>
|
||||
<a action="bypass -h admin_spawn_monster 436">Ol Mahum Supplier</a>
|
||||
<a action="bypass -h admin_spawn_monster 62">Tumran Bugbear</a>
|
||||
<a action="bypass -h admin_spawn_monster 401">Veelan Bugbear</a>
|
||||
<a action="bypass -h admin_spawn_monster 298">Virud Lizardman Shaman</a>
|
||||
<a action="bypass -h admin_spawn_monster 297">Virud Lizardman Shaman</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/24.htm
vendored
Normal file
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/24.htm
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 24:
|
||||
<a action="bypass -h admin_spawn_monster 205">Dire Wolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 140">Giant Leech</a>
|
||||
<a action="bypass -h admin_spawn_monster 356">Langk Lizardman Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 439">Ol Mahum Officer</a>
|
||||
<a action="bypass -h admin_spawn_monster 63">Ol Mahum Shooter</a>
|
||||
<a action="bypass -h admin_spawn_monster 64">Tumran Bugbear Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 494">Turek War Hound</a>
|
||||
<a action="bypass -h admin_spawn_monster 402">Veelan Bugbear Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 294">Virud Lizardman Matriarch</a>
|
||||
<a action="bypass -h admin_spawn_monster 434">Yellow Hornet</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
20
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/25.htm
vendored
Normal file
20
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/25.htm
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 25:
|
||||
<a action="bypass -h admin_spawn_monster 721">Betrayer of Urutu Freki</a>
|
||||
<a action="bypass -h admin_spawn_monster 135">Crocodile</a>
|
||||
<a action="bypass -h admin_spawn_monster 225">Giant Mist Leech</a>
|
||||
<a action="bypass -h admin_spawn_monster 743">Howler</a>
|
||||
<a action="bypass -h admin_spawn_monster 206">Kadif Werewolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 156">Mandragora Blossom</a>
|
||||
<a action="bypass -h admin_spawn_monster 266">Monster Eye Gazer</a>
|
||||
<a action="bypass -h admin_spawn_monster 67">Monster Eye Watcher</a>
|
||||
<a action="bypass -h admin_spawn_monster 164">Ol Mahum Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 211">Ol Mahum Captain</a>
|
||||
<a action="bypass -h admin_spawn_monster 66">Ol Mahum Captain</a>
|
||||
<a action="bypass -h admin_spawn_monster 549">Ol Mahum Lord</a>
|
||||
<a action="bypass -h admin_spawn_monster 65">Ol Mahum Patrolman</a>
|
||||
<a action="bypass -h admin_spawn_monster 740">Rampage Golem Leader, Talos</a>
|
||||
<a action="bypass -h admin_spawn_monster 413">Sukar Wererat Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 500">Turek Orc Sentinel</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
15
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/26.htm
vendored
Normal file
15
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/26.htm
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 26:
|
||||
<a action="bypass -h admin_spawn_monster 503">Farakelsus Zombie</a>
|
||||
<a action="bypass -h admin_spawn_monster 226">Gray Ant</a>
|
||||
<a action="bypass -h admin_spawn_monster 68">Monster Eye Destroyer</a>
|
||||
<a action="bypass -h admin_spawn_monster 438">Ol Mahum General</a>
|
||||
<a action="bypass -h admin_spawn_monster 207">Ol Mahum Guerilla</a>
|
||||
<a action="bypass -h admin_spawn_monster 69">Selu Lizardman Scout</a>
|
||||
<a action="bypass -h admin_spawn_monster 408">Sharuk'S Henchmen</a>
|
||||
<a action="bypass -h admin_spawn_monster 169">Skeleton Royal Guard</a>
|
||||
<a action="bypass -h admin_spawn_monster 171">Specter</a>
|
||||
<a action="bypass -h admin_spawn_monster 493">Tiger Hornet</a>
|
||||
<a action="bypass -h admin_spawn_monster 499">Turek Orc Footman</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/27.htm
vendored
Normal file
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/27.htm
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 27:
|
||||
<a action="bypass -h admin_spawn_monster 430">Abyss Flyer</a>
|
||||
<a action="bypass -h admin_spawn_monster 138">Gargoyle</a>
|
||||
<a action="bypass -h admin_spawn_monster 250">Glass Jaguar</a>
|
||||
<a action="bypass -h admin_spawn_monster 227">Horror Mist Ripper</a>
|
||||
<a action="bypass -h admin_spawn_monster 606">Kuran Kobold</a>
|
||||
<a action="bypass -h admin_spawn_monster 613">Lafi Lizardman</a>
|
||||
<a action="bypass -h admin_spawn_monster 70">Lesser Basilisk</a>
|
||||
<a action="bypass -h admin_spawn_monster 208">Ol Mahum Raider</a>
|
||||
<a action="bypass -h admin_spawn_monster 71">Selu Lizardman Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 519">Skeleton Pikeman</a>
|
||||
<a action="bypass -h admin_spawn_monster 197">Sorrow Maiden</a>
|
||||
<a action="bypass -h admin_spawn_monster 757">Talakin Raider</a>
|
||||
<a action="bypass -h admin_spawn_monster 496">Turek Orc Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 498">Turek Orc Supplier</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
19
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/28.htm
vendored
Normal file
19
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/28.htm
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 28:
|
||||
<a action="bypass -h admin_spawn_monster 72">Basilisk</a>
|
||||
<a action="bypass -h admin_spawn_monster 251">Delu Lizardman</a>
|
||||
<a action="bypass -h admin_spawn_monster 228">Giant Crimson Ant</a>
|
||||
<a action="bypass -h admin_spawn_monster 607">Kuran Kobold Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 614">Lafi Lizardman Scout</a>
|
||||
<a action="bypass -h admin_spawn_monster 5125">Leto Lizardman Sniper</a>
|
||||
<a action="bypass -h admin_spawn_monster 160">Neer Crawler</a>
|
||||
<a action="bypass -h admin_spawn_monster 339">Nightmare Flyer</a>
|
||||
<a action="bypass -h admin_spawn_monster 73">Ol Mahum Legionnaire</a>
|
||||
<a action="bypass -h admin_spawn_monster 209">Ol Mahum Marksman</a>
|
||||
<a action="bypass -h admin_spawn_monster 254">Skeleton Axeman</a>
|
||||
<a action="bypass -h admin_spawn_monster 414">Sukar Wererat Chief</a>
|
||||
<a action="bypass -h admin_spawn_monster 756">Talakin Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 467">Tracker Sharuk</a>
|
||||
<a action="bypass -h admin_spawn_monster 497">Turek Orc Skirmisher</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/29.htm
vendored
Normal file
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/29.htm
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 29:
|
||||
<a action="bypass -h admin_spawn_monster 74">Androscorpio</a>
|
||||
<a action="bypass -h admin_spawn_monster 75">Ant Larva</a>
|
||||
<a action="bypass -h admin_spawn_monster 252">Delu Lizardman Scout</a>
|
||||
<a action="bypass -h admin_spawn_monster 750">Fire Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 157">Marsh Stakato</a>
|
||||
<a action="bypass -h admin_spawn_monster 198">Neer Ghoul Berserker</a>
|
||||
<a action="bypass -h admin_spawn_monster 165">Ol Mahum Champion</a>
|
||||
<a action="bypass -h admin_spawn_monster 76">Ol Mahum Commander</a>
|
||||
<a action="bypass -h admin_spawn_monster 210">Ol Mahum Sergeant</a>
|
||||
<a action="bypass -h admin_spawn_monster 615">Ritmal Swordsman</a>
|
||||
<a action="bypass -h admin_spawn_monster 748">Roxide Cohort</a>
|
||||
<a action="bypass -h admin_spawn_monster 190">Skeleton Marauder</a>
|
||||
<a action="bypass -h admin_spawn_monster 501">Turek Orc Shaman</a>
|
||||
<a action="bypass -h admin_spawn_monster 459">Zombie Lord Farakelsus</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/3.htm
vendored
Normal file
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/3.htm
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 3:
|
||||
<a action="bypass -h admin_spawn_monster 440">Elder Brown Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 536">Elder Brown Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 119">Elder Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 544">Elder Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 441">Elder Longtail Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 539">Elder Longtail Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 444">Elder Prarie Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 538">Elder Prarie Keltir</a>
|
||||
<a action="bypass -h admin_spawn_monster 443">Elder Red Fox</a>
|
||||
<a action="bypass -h admin_spawn_monster 537">Elder Red Keltir</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
21
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/30.htm
vendored
Normal file
21
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/30.htm
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 30:
|
||||
<a action="bypass -h admin_spawn_monster 199">Amber Basilisk</a>
|
||||
<a action="bypass -h admin_spawn_monster 77">Androscorpio Hunter</a>
|
||||
<a action="bypass -h admin_spawn_monster 383">Arachnid Hunter</a>
|
||||
<a action="bypass -h admin_spawn_monster 253">Delu Lizardman Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 314">Great White Shark</a>
|
||||
<a action="bypass -h admin_spawn_monster 452">Kaysha Herald Of Ikaros</a>
|
||||
<a action="bypass -h admin_spawn_monster 609">Lakin Salamander</a>
|
||||
<a action="bypass -h admin_spawn_monster 616">Lakin Undine</a>
|
||||
<a action="bypass -h admin_spawn_monster 344">Malex Herald Of Dagoniel</a>
|
||||
<a action="bypass -h admin_spawn_monster 608">Patin Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 168">Silenos</a>
|
||||
<a action="bypass -h admin_spawn_monster 191">Skeleton Raider</a>
|
||||
<a action="bypass -h admin_spawn_monster 229">Stinger Wasp</a>
|
||||
<a action="bypass -h admin_spawn_monster 755">Talakin</a>
|
||||
<a action="bypass -h admin_spawn_monster 495">Turek Orc Warlord</a>
|
||||
<a action="bypass -h admin_spawn_monster 5077">Unicorn Of Eva</a>
|
||||
<a action="bypass -h admin_spawn_monster 78">Whispering Wind</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
15
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/31.htm
vendored
Normal file
15
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/31.htm
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 31:
|
||||
<a action="bypass -h admin_spawn_monster 79">Ant</a>
|
||||
<a action="bypass -h admin_spawn_monster 80">Ant Captain</a>
|
||||
<a action="bypass -h admin_spawn_monster 255">Batur Orc</a>
|
||||
<a action="bypass -h admin_spawn_monster 267">Breka Orc</a>
|
||||
<a action="bypass -h admin_spawn_monster 230">Marsh Stakato Worker</a>
|
||||
<a action="bypass -h admin_spawn_monster 485">Priest Of Kuroboros</a>
|
||||
<a action="bypass -h admin_spawn_monster 617">Sentinel Of Water</a>
|
||||
<a action="bypass -h admin_spawn_monster 610">Sentinel Of Water</a>
|
||||
<a action="bypass -h admin_spawn_monster 200">Strain</a>
|
||||
<a action="bypass -h admin_spawn_monster 248">Turak Bugbear</a>
|
||||
<a action="bypass -h admin_spawn_monster 746">Wild Desperado Cohort</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
17
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/32.htm
vendored
Normal file
17
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/32.htm
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 32:
|
||||
<a action="bypass -h admin_spawn_monster 81">Ant Overseer</a>
|
||||
<a action="bypass -h admin_spawn_monster 256">Batur Orc Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 268">Breka Orc Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 749">Death Fire</a>
|
||||
<a action="bypass -h admin_spawn_monster 611">Dre Vanul Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 201">Ghoul</a>
|
||||
<a action="bypass -h admin_spawn_monster 145">Harpy</a>
|
||||
<a action="bypass -h admin_spawn_monster 618">Kanil Succubus</a>
|
||||
<a action="bypass -h admin_spawn_monster 150">King Bugbear</a>
|
||||
<a action="bypass -h admin_spawn_monster 747">Roxide</a>
|
||||
<a action="bypass -h admin_spawn_monster 513">Skeleton Knight</a>
|
||||
<a action="bypass -h admin_spawn_monster 166">Succubus</a>
|
||||
<a action="bypass -h admin_spawn_monster 231">Toad Lord</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/33.htm
vendored
Normal file
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/33.htm
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 33:
|
||||
<a action="bypass -h admin_spawn_monster 82">Ant Recruit</a>
|
||||
<a action="bypass -h admin_spawn_monster 257">Batur Orc Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 271">Breka Orc Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 702">Follower of The Eye</a>
|
||||
<a action="bypass -h admin_spawn_monster 83">Granite Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 232">Marsh Stakato Soldier</a>
|
||||
<a action="bypass -h admin_spawn_monster 694">Messenger Escort</a>
|
||||
<a action="bypass -h admin_spawn_monster 692">Red Eye Guards</a>
|
||||
<a action="bypass -h admin_spawn_monster 690">Revenant of The Executed</a>
|
||||
<a action="bypass -h admin_spawn_monster 619">Rowin Undine</a>
|
||||
<a action="bypass -h admin_spawn_monster 612">Salamander Rowin</a>
|
||||
<a action="bypass -h admin_spawn_monster 173">Troll</a>
|
||||
<a action="bypass -h admin_spawn_monster 249">Turak Bugbear Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 523">Wasteland Basilisk</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
12
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/34.htm
vendored
Normal file
12
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/34.htm
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 34:
|
||||
<a action="bypass -h admin_spawn_monster 84">Ant Patrol</a>
|
||||
<a action="bypass -h admin_spawn_monster 269">Breka Orc Shaman</a>
|
||||
<a action="bypass -h admin_spawn_monster 202">Dead Seeker</a>
|
||||
<a action="bypass -h admin_spawn_monster 233">Marsh Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 158">Medusa</a>
|
||||
<a action="bypass -h admin_spawn_monster 85">Puncher</a>
|
||||
<a action="bypass -h admin_spawn_monster 546">Turek Orc Elder</a>
|
||||
<a action="bypass -h admin_spawn_monster 212">Turmak</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
23
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/35.htm
vendored
Normal file
23
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/35.htm
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 35:
|
||||
<a action="bypass -h admin_spawn_monster 86">Ant Guard</a>
|
||||
<a action="bypass -h admin_spawn_monster 87">Ant Soldier</a>
|
||||
<a action="bypass -h admin_spawn_monster 259">Batur Orc Overlord</a>
|
||||
<a action="bypass -h admin_spawn_monster 270">Breka Orc Overlord</a>
|
||||
<a action="bypass -h admin_spawn_monster 701">Eye of Beleth</a>
|
||||
<a action="bypass -h admin_spawn_monster 512">Field Stalker</a>
|
||||
<a action="bypass -h admin_spawn_monster 315">Giant Wasteland Basilisk</a>
|
||||
<a action="bypass -h admin_spawn_monster 144">Hangman Tree</a>
|
||||
<a action="bypass -h admin_spawn_monster 577">Leto Lizardman</a>
|
||||
<a action="bypass -h admin_spawn_monster 234">Marsh Stakato Drone</a>
|
||||
<a action="bypass -h admin_spawn_monster 712">Necrosentinel Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 12003">Nurse Ant</a>
|
||||
<a action="bypass -h admin_spawn_monster 332">Patriarch Kuroboros</a>
|
||||
<a action="bypass -h admin_spawn_monster 409">Soul Scavenger</a>
|
||||
<a action="bypass -h admin_spawn_monster 688">Squire of Calibus</a>
|
||||
<a action="bypass -h admin_spawn_monster 174">Two-Headed Giant</a>
|
||||
<a action="bypass -h admin_spawn_monster 192">Tyrant</a>
|
||||
<a action="bypass -h admin_spawn_monster 745">Wild Desperado</a>
|
||||
<a action="bypass -h admin_spawn_monster 176">Wyrm</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/36.htm
vendored
Normal file
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/36.htm
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 36:
|
||||
<a action="bypass -h admin_spawn_monster 88">Ant Warrior Captain</a>
|
||||
<a action="bypass -h admin_spawn_monster 550">Guardian Basilisk</a>
|
||||
<a action="bypass -h admin_spawn_monster 578">Leto Lizardman Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 304">Marsh Stakato Queen</a>
|
||||
<a action="bypass -h admin_spawn_monster 766">Scout of Plain</a>
|
||||
<a action="bypass -h admin_spawn_monster 193">Tyrant Kingpin</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/37.htm
vendored
Normal file
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/37.htm
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 37:
|
||||
<a action="bypass -h admin_spawn_monster 5133">Evil Eye Lord</a>
|
||||
<a action="bypass -h admin_spawn_monster 12004">Guard Ant</a>
|
||||
<a action="bypass -h admin_spawn_monster 579">Leto Lizardman Soldier</a>
|
||||
<a action="bypass -h admin_spawn_monster 714">Nakonda's Slave</a>
|
||||
<a action="bypass -h admin_spawn_monster 89">Noble Ant</a>
|
||||
<a action="bypass -h admin_spawn_monster 551">Road Scavenger</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
13
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/38.htm
vendored
Normal file
13
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/38.htm
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 38:
|
||||
<a action="bypass -h admin_spawn_monster 689">Demon Tempest</a>
|
||||
<a action="bypass -h admin_spawn_monster 552">Fettered Soul</a>
|
||||
<a action="bypass -h admin_spawn_monster 149">Iron Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 580">Leto Lizardman Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 696">Marsh Stakato Noble</a>
|
||||
<a action="bypass -h admin_spawn_monster 90">Noble Ant Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 693">Nurka's Messenger</a>
|
||||
<a action="bypass -h admin_spawn_monster 698">Titan's Creation, Bemos</a>
|
||||
<a action="bypass -h admin_spawn_monster 765">Warrior of Plain</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
9
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/39.htm
vendored
Normal file
9
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/39.htm
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 39:
|
||||
<a action="bypass -h admin_spawn_monster 581">Leto Lizardman Shaman</a>
|
||||
<a action="bypass -h admin_spawn_monster 12005">Royal Guard Ant</a>
|
||||
<a action="bypass -h admin_spawn_monster 764">Shaman of Plain</a>
|
||||
<a action="bypass -h admin_spawn_monster 704">Skyla's Retainer</a>
|
||||
<a action="bypass -h admin_spawn_monster 553">Windsus</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/4.htm
vendored
Normal file
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/4.htm
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 4:
|
||||
<a action="bypass -h admin_spawn_monster 456">Ashen Wolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 317">Black Wolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 525">Gray Wolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 475">Kasha Wolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 151">Kobold</a>
|
||||
<a action="bypass -h admin_spawn_monster 5069">Murtikas Warhound</a>
|
||||
<a action="bypass -h admin_spawn_monster 5066">Rokos Warhound</a>
|
||||
<a action="bypass -h admin_spawn_monster 5063">Tanukias Warhound</a>
|
||||
<a action="bypass -h admin_spawn_monster 527">White Wolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 120">Wolf</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
21
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/40.htm
vendored
Normal file
21
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/40.htm
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 40:
|
||||
<a action="bypass -h admin_spawn_monster 490">Death Doll</a>
|
||||
<a action="bypass -h admin_spawn_monster 555">Giant Fungus</a>
|
||||
<a action="bypass -h admin_spawn_monster 554">Grandis</a>
|
||||
<a action="bypass -h admin_spawn_monster 305">Grave</a>
|
||||
<a action="bypass -h admin_spawn_monster 148">Hungry Spirit</a>
|
||||
<a action="bypass -h admin_spawn_monster 600">Karul Bugbear</a>
|
||||
<a action="bypass -h admin_spawn_monster 582">Leto Lizardman Overlord</a>
|
||||
<a action="bypass -h admin_spawn_monster 763">Lord of Plain</a>
|
||||
<a action="bypass -h admin_spawn_monster 563">Manashen Gargoyle</a>
|
||||
<a action="bypass -h admin_spawn_monster 711">Necrosentinel Guard</a>
|
||||
<a action="bypass -h admin_spawn_monster 213">Porta</a>
|
||||
<a action="bypass -h admin_spawn_monster 691">Red Eye Leader Trakia</a>
|
||||
<a action="bypass -h admin_spawn_monster 687">Revenant of Sir Calibus</a>
|
||||
<a action="bypass -h admin_spawn_monster 167">Serpent Slave</a>
|
||||
<a action="bypass -h admin_spawn_monster 630">Taik Orc</a>
|
||||
<a action="bypass -h admin_spawn_monster 583">Timak Orc</a>
|
||||
<a action="bypass -h admin_spawn_monster 299">Zenta Lizardman</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/41.htm
vendored
Normal file
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/41.htm
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 41:
|
||||
<a action="bypass -h admin_spawn_monster 703">Adherent of Antharas, Skyla</a>
|
||||
<a action="bypass -h admin_spawn_monster 564">Enchanted Monstereye</a>
|
||||
<a action="bypass -h admin_spawn_monster 214">Excuro</a>
|
||||
<a action="bypass -h admin_spawn_monster 556">Giant Monstereye</a>
|
||||
<a action="bypass -h admin_spawn_monster 162">Ogre</a>
|
||||
<a action="bypass -h admin_spawn_monster 631">Taik Orc Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 601">Tamlin Orc</a>
|
||||
<a action="bypass -h admin_spawn_monster 584">Timak Orc Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 770">Timak Orc Troop Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 301">Zenta Lizardman Scout</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
13
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/42.htm
vendored
Normal file
13
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/42.htm
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 42:
|
||||
<a action="bypass -h admin_spawn_monster 557">Dire Wyrm</a>
|
||||
<a action="bypass -h admin_spawn_monster 565">Enchanted Stone Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 713">Envoy of Antharas, Nakondas</a>
|
||||
<a action="bypass -h admin_spawn_monster 215">Mordeo</a>
|
||||
<a action="bypass -h admin_spawn_monster 752">Snipe Cohort</a>
|
||||
<a action="bypass -h admin_spawn_monster 632">Taik Orc Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 602">Tamlin Orc Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 585">Timak Orc Soldier</a>
|
||||
<a action="bypass -h admin_spawn_monster 302">Zenta Lizardman Warrior</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/43.htm
vendored
Normal file
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/43.htm
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 43:
|
||||
<a action="bypass -h admin_spawn_monster 705">Corsair Captain Kylon</a>
|
||||
<a action="bypass -h admin_spawn_monster 566">Enchanted Iron Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 603">Kronbe Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 159">Minotaur</a>
|
||||
<a action="bypass -h admin_spawn_monster 12001">Queen Ant</a>
|
||||
<a action="bypass -h admin_spawn_monster 216">Ricenseo</a>
|
||||
<a action="bypass -h admin_spawn_monster 558">Rotting tree</a>
|
||||
<a action="bypass -h admin_spawn_monster 417">Sirocco Gargoyle</a>
|
||||
<a action="bypass -h admin_spawn_monster 695">Stakato Queen Zyrnna</a>
|
||||
<a action="bypass -h admin_spawn_monster 633">Taik Orc Shaman</a>
|
||||
<a action="bypass -h admin_spawn_monster 769">Timak Orc Troop Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 586">Timak Orc Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 697">Titan's Creation, Premo Prime</a>
|
||||
<a action="bypass -h admin_spawn_monster 303">Zenta Lizardman Shaman</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
13
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/44.htm
vendored
Normal file
13
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/44.htm
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 44:
|
||||
<a action="bypass -h admin_spawn_monster 567">Enchanted Gargoyle</a>
|
||||
<a action="bypass -h admin_spawn_monster 217">Krator</a>
|
||||
<a action="bypass -h admin_spawn_monster 604">Lakin</a>
|
||||
<a action="bypass -h admin_spawn_monster 559">Rotting Golem</a>
|
||||
<a action="bypass -h admin_spawn_monster 751">Snipe</a>
|
||||
<a action="bypass -h admin_spawn_monster 634">Taik Orc Captain</a>
|
||||
<a action="bypass -h admin_spawn_monster 587">Timak Orc Shaman</a>
|
||||
<a action="bypass -h admin_spawn_monster 768">Timak Orc Troop Shaman</a>
|
||||
<a action="bypass -h admin_spawn_monster 300">Zenta Lizardman Matriarch</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/45.htm
vendored
Normal file
18
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/45.htm
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 45:
|
||||
<a action="bypass -h admin_spawn_monster 635">Carinkain</a>
|
||||
<a action="bypass -h admin_spawn_monster 716">Dread Panther</a>
|
||||
<a action="bypass -h admin_spawn_monster 589">Fline</a>
|
||||
<a action="bypass -h admin_spawn_monster 568">Formor</a>
|
||||
<a action="bypass -h admin_spawn_monster 306">Gargoyle Lord Sirocco</a>
|
||||
<a action="bypass -h admin_spawn_monster 659">Grave Wanderer</a>
|
||||
<a action="bypass -h admin_spawn_monster 218">Premo</a>
|
||||
<a action="bypass -h admin_spawn_monster 710">Rinoket's Henchman</a>
|
||||
<a action="bypass -h admin_spawn_monster 235">Shackle</a>
|
||||
<a action="bypass -h admin_spawn_monster 588">Timak Orc Overlord</a>
|
||||
<a action="bypass -h admin_spawn_monster 767">Timak Orc Troop Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 560">Trisalim Spider</a>
|
||||
<a action="bypass -h admin_spawn_monster 681">Vanor Silenos</a>
|
||||
<a action="bypass -h admin_spawn_monster 605">Weird Drake</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
12
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/46.htm
vendored
Normal file
12
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/46.htm
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 46:
|
||||
<a action="bypass -h admin_spawn_monster 660">Archer of Greed</a>
|
||||
<a action="bypass -h admin_spawn_monster 236">Cave Servant</a>
|
||||
<a action="bypass -h admin_spawn_monster 569">Formor Elder</a>
|
||||
<a action="bypass -h admin_spawn_monster 636">Forrest of Mirror Ghost</a>
|
||||
<a action="bypass -h admin_spawn_monster 590">Liele</a>
|
||||
<a action="bypass -h admin_spawn_monster 561">Trisalim Tarantula</a>
|
||||
<a action="bypass -h admin_spawn_monster 219">Validus</a>
|
||||
<a action="bypass -h admin_spawn_monster 682">Vanor Silenos Grunt</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
15
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/47.htm
vendored
Normal file
15
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/47.htm
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 47:
|
||||
<a action="bypass -h admin_spawn_monster 237">Cave Servant Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 220">Dicor</a>
|
||||
<a action="bypass -h admin_spawn_monster 760">Dragon Bearer Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 637">Forrest of Mirror Ghost</a>
|
||||
<a action="bypass -h admin_spawn_monster 141">Giant Wild Hog</a>
|
||||
<a action="bypass -h admin_spawn_monster 661">Hatar Ratman Theif</a>
|
||||
<a action="bypass -h admin_spawn_monster 562">Spore Zombie</a>
|
||||
<a action="bypass -h admin_spawn_monster 570">Tarlk Bugbear</a>
|
||||
<a action="bypass -h admin_spawn_monster 718">Trisalim Escort</a>
|
||||
<a action="bypass -h admin_spawn_monster 591">Valley Treant</a>
|
||||
<a action="bypass -h admin_spawn_monster 683">Vanor Silenos Scout</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
16
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/48.htm
vendored
Normal file
16
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/48.htm
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 48:
|
||||
<a action="bypass -h admin_spawn_monster 238">Cave Servant Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 754">Dark Knight</a>
|
||||
<a action="bypass -h admin_spawn_monster 759">Dragon Bearer Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 715">Dread Avenger Kraven</a>
|
||||
<a action="bypass -h admin_spawn_monster 638">Forrest of Mirror Ghost</a>
|
||||
<a action="bypass -h admin_spawn_monster 717">Handmaiden of Orfen</a>
|
||||
<a action="bypass -h admin_spawn_monster 662">Hatar Ratman Boss</a>
|
||||
<a action="bypass -h admin_spawn_monster 221">Perum</a>
|
||||
<a action="bypass -h admin_spawn_monster 592">Satyr</a>
|
||||
<a action="bypass -h admin_spawn_monster 709">Scavenger Leader, Rinoket</a>
|
||||
<a action="bypass -h admin_spawn_monster 571">Tarlk Bugbear Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 684">Vanor Silenos Warrior</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
13
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/49.htm
vendored
Normal file
13
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/49.htm
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 49:
|
||||
<a action="bypass -h admin_spawn_monster 239">Cave Servant Captain</a>
|
||||
<a action="bypass -h admin_spawn_monster 758">Dragon Bearer Chief</a>
|
||||
<a action="bypass -h admin_spawn_monster 663">Hatar Hanishee</a>
|
||||
<a action="bypass -h admin_spawn_monster 639">Mirror</a>
|
||||
<a action="bypass -h admin_spawn_monster 412">Susceptor</a>
|
||||
<a action="bypass -h admin_spawn_monster 572">Tarlk Bugbear High Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 222">Torfe</a>
|
||||
<a action="bypass -h admin_spawn_monster 593">Unicorn</a>
|
||||
<a action="bypass -h admin_spawn_monster 685">Vanor Silenos Shaman</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/5.htm
vendored
Normal file
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/5.htm
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 5:
|
||||
<a action="bypass -h admin_spawn_monster 442">Elder Wolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 121">Giant Toad</a>
|
||||
<a action="bypass -h admin_spawn_monster 3">Goblin</a>
|
||||
<a action="bypass -h admin_spawn_monster 319">Goblin Grave Robber</a>
|
||||
<a action="bypass -h admin_spawn_monster 325">Goblin Raider</a>
|
||||
<a action="bypass -h admin_spawn_monster 327">Goblin Snooper</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
16
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/50.htm
vendored
Normal file
16
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/50.htm
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 50:
|
||||
<a action="bypass -h admin_spawn_monster 12052">Core</a>
|
||||
<a action="bypass -h admin_spawn_monster 753">Dark Lord</a>
|
||||
<a action="bypass -h admin_spawn_monster 136">Death Knight</a>
|
||||
<a action="bypass -h admin_spawn_monster 664">Deprive</a>
|
||||
<a action="bypass -h admin_spawn_monster 594">Forest Runner</a>
|
||||
<a action="bypass -h admin_spawn_monster 640">Harit Lizardman</a>
|
||||
<a action="bypass -h admin_spawn_monster 146">Headless Knight</a>
|
||||
<a action="bypass -h admin_spawn_monster 12169">Orfen</a>
|
||||
<a action="bypass -h admin_spawn_monster 194">Queen Undine</a>
|
||||
<a action="bypass -h admin_spawn_monster 675">Tairim</a>
|
||||
<a action="bypass -h admin_spawn_monster 573">Tarlk Basilisk</a>
|
||||
<a action="bypass -h admin_spawn_monster 686">Vanor Silenos Cheiftain</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/51.htm
vendored
Normal file
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/51.htm
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 51:
|
||||
<a action="bypass -h admin_spawn_monster 574">Elder Tarlk Basilisk</a>
|
||||
<a action="bypass -h admin_spawn_monster 595">Fline Elder</a>
|
||||
<a action="bypass -h admin_spawn_monster 641">Harit Lizardman Grunt</a>
|
||||
<a action="bypass -h admin_spawn_monster 676">Judge of Marsh</a>
|
||||
<a action="bypass -h admin_spawn_monster 240">Royal Cave Servant</a>
|
||||
<a action="bypass -h admin_spawn_monster 665">Taik Orc Supply</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/52.htm
vendored
Normal file
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/52.htm
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 52:
|
||||
<a action="bypass -h admin_spawn_monster 642">Harit Lizardman Archer</a>
|
||||
<a action="bypass -h admin_spawn_monster 241">Hunter Gargoyle</a>
|
||||
<a action="bypass -h admin_spawn_monster 774">Konzur Bat</a>
|
||||
<a action="bypass -h admin_spawn_monster 596">Liele Elder</a>
|
||||
<a action="bypass -h admin_spawn_monster 666">Taik Orc Seeker</a>
|
||||
<a action="bypass -h admin_spawn_monster 677">Tulben</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/53.htm
vendored
Normal file
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/53.htm
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 53:
|
||||
<a action="bypass -h admin_spawn_monster 242">Dustwind Gargoyle</a>
|
||||
<a action="bypass -h admin_spawn_monster 667">Farcran</a>
|
||||
<a action="bypass -h admin_spawn_monster 643">Harit Lizardman Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 161">Oel Mahum</a>
|
||||
<a action="bypass -h admin_spawn_monster 678">Punishment of Undead</a>
|
||||
<a action="bypass -h admin_spawn_monster 597">Valley treant Elder</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
11
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/54.htm
vendored
Normal file
11
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/54.htm
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 54:
|
||||
<a action="bypass -h admin_spawn_monster 668">Grave Guard</a>
|
||||
<a action="bypass -h admin_spawn_monster 644">Harit Lizardman Shaman</a>
|
||||
<a action="bypass -h admin_spawn_monster 773">Konzur Bat Lord</a>
|
||||
<a action="bypass -h admin_spawn_monster 679">Marsh Stalker</a>
|
||||
<a action="bypass -h admin_spawn_monster 575">Oel Mahum Warrior</a>
|
||||
<a action="bypass -h admin_spawn_monster 598">Satyr Elder</a>
|
||||
<a action="bypass -h admin_spawn_monster 243">Thunder Wyrm</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/55.htm
vendored
Normal file
14
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/55.htm
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 55:
|
||||
<a action="bypass -h admin_spawn_monster 347">Death Wraith</a>
|
||||
<a action="bypass -h admin_spawn_monster 700">Gustos Susceptor</a>
|
||||
<a action="bypass -h admin_spawn_monster 646">Halingka</a>
|
||||
<a action="bypass -h admin_spawn_monster 645">Harit Lizardman Matriarch</a>
|
||||
<a action="bypass -h admin_spawn_monster 244">Malruk Succubus</a>
|
||||
<a action="bypass -h admin_spawn_monster 680">Marsh Drake</a>
|
||||
<a action="bypass -h admin_spawn_monster 576">Oel Mahum Witch Doctor</a>
|
||||
<a action="bypass -h admin_spawn_monster 669">Taik Orc Supply Leader</a>
|
||||
<a action="bypass -h admin_spawn_monster 720">Timiniel's Escort</a>
|
||||
<a action="bypass -h admin_spawn_monster 599">Unicorn Elder</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
6
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/56.htm
vendored
Normal file
6
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/56.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 56:
|
||||
<a action="bypass -h admin_spawn_monster 245">Malruk Succubus Turen</a>
|
||||
<a action="bypass -h admin_spawn_monster 647">Yintzu</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
6
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/57.htm
vendored
Normal file
6
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/57.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 57:
|
||||
<a action="bypass -h admin_spawn_monster 137">Drake</a>
|
||||
<a action="bypass -h admin_spawn_monster 648">Paliote</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
7
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/58.htm
vendored
Normal file
7
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/58.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 58:
|
||||
<a action="bypass -h admin_spawn_monster 699">Archon Susceptor</a>
|
||||
<a action="bypass -h admin_spawn_monster 246">Cave Keeper</a>
|
||||
<a action="bypass -h admin_spawn_monster 649">Hamrut</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
6
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/59.htm
vendored
Normal file
6
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/59.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 59:
|
||||
<a action="bypass -h admin_spawn_monster 134">Cave Maiden</a>
|
||||
<a action="bypass -h admin_spawn_monster 650">Kranrot</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
12
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/6.htm
vendored
Normal file
12
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/6.htm
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 6:
|
||||
<a action="bypass -h admin_spawn_monster 318">Black Timber Wolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 4">Imp</a>
|
||||
<a action="bypass -h admin_spawn_monster 468">Kaboo Orc</a>
|
||||
<a action="bypass -h admin_spawn_monster 477">Kasha Timber Wolf</a>
|
||||
<a action="bypass -h admin_spawn_monster 130">Orc</a>
|
||||
<a action="bypass -h admin_spawn_monster 311">Rakeclaw Imp</a>
|
||||
<a action="bypass -h admin_spawn_monster 446">Utuku Orc</a>
|
||||
<a action="bypass -h admin_spawn_monster 177">Zombie</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
6
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/60.htm
vendored
Normal file
6
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/60.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 60:
|
||||
<a action="bypass -h admin_spawn_monster 12079">Bloody Queen</a>
|
||||
<a action="bypass -h admin_spawn_monster 651">Gamlin</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/61.htm
vendored
Normal file
10
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/61.htm
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 61:
|
||||
<a action="bypass -h admin_spawn_monster 772">Barif's Pet</a>
|
||||
<a action="bypass -h admin_spawn_monster 620">Cave Beast</a>
|
||||
<a action="bypass -h admin_spawn_monster 670">Crimson Drake</a>
|
||||
<a action="bypass -h admin_spawn_monster 719">Fairy Queen Timiniel</a>
|
||||
<a action="bypass -h admin_spawn_monster 652">Leogul</a>
|
||||
<a action="bypass -h admin_spawn_monster 653">Lesser Giant</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
7
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/62.htm
vendored
Normal file
7
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/62.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 62:
|
||||
<a action="bypass -h admin_spawn_monster 621">Death Wave</a>
|
||||
<a action="bypass -h admin_spawn_monster 671">Kadios</a>
|
||||
<a action="bqpass -h admin_spawn_monster 654">Lesser Giant Soldier</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
9
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/63.htm
vendored
Normal file
9
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/63.htm
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 63:
|
||||
<a action="bypass -h admin_spawn_monster 708">Cave Servant General</a>
|
||||
<a action="bypass -h admin_spawn_monster 656">Lesser Giant Scout</a>
|
||||
<a action="bypass -h admin_spawn_monster 655">Lesser Giant Shooter</a>
|
||||
<a action="bypass -h admin_spawn_monster 622">Malruk Soldier</a>
|
||||
<a action="bypass -h admin_spawn_monster 672">Trives</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
8
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/64.htm
vendored
Normal file
8
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/64.htm
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 64:
|
||||
<a action="bypass -h admin_spawn_monster 771">Barif</a>
|
||||
<a action="bypass -h admin_spawn_monster 673">Falibati</a>
|
||||
<a action="bypass -h admin_spawn_monster 657">Lesser Giant Mage</a>
|
||||
<a action="bypass -h admin_spawn_monster 623">Plando</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
7
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/65.htm
vendored
Normal file
7
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/65.htm
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 65:
|
||||
<a action="bypass -h admin_spawn_monster 624">Cave Howler</a>
|
||||
<a action="bypass -h admin_spawn_monster 674">Doom Knight</a>
|
||||
<a action="bypass -h admin_spawn_monster 658">Lesser Giant Elder</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
6
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/66.htm
vendored
Normal file
6
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/66.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 66:
|
||||
<a action="bypass -h admin_spawn_monster 707">Cave Servant Lord Ishka</a>
|
||||
<a action="bypass -h admin_spawn_monster 625">Malruk Knight</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
5
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/67.htm
vendored
Normal file
5
L2J_Mobius_C1_HarbingersOfWar/dist/data/html/admin/spawns/67.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<html><title>Spawn Monster:</title><body><p>
|
||||
Level 67:
|
||||
<a action="bypass -h admin_spawn_monster 626">Malruk Berserker</a>
|
||||
<br><center><button value="Back" action="bypass -h admin_show_spawns" width=40 height=15></center>
|
||||
</body></html>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user