From df497818fc13443f469d51436b2c577b43447c93 Mon Sep 17 00:00:00 2001 From: dginovker Date: Tue, 5 Nov 2019 12:42:29 +0000 Subject: [PATCH 1/8] Update plugins on run too --- Server/runServer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Server/runServer.sh b/Server/runServer.sh index 0fbd1a99e..9b5ea2789 100755 --- a/Server/runServer.sh +++ b/Server/runServer.sh @@ -1,3 +1,5 @@ rm -rf org cp -r ../CompiledServer/production/09Scape/org . +rm -rf plugin/ +cp -r ../CompiledServer/production/09Scape/org/crandor/plugin . java -server -cp ".:./bin;.:./data/libs/*" org.crandor.Server From dda18380602262e783602cd170dc9a980a57b2ba Mon Sep 17 00:00:00 2001 From: dginovker Date: Tue, 5 Nov 2019 11:47:06 -0500 Subject: [PATCH 2/8] Update .gitignore to submit new compiles + missing class compiles --- Client/.gitignore | 1 - CompiledServer/production/09Scape/.gitignore | 2 +- .../.settings/org.eclipse.jdt.core.prefs | 291 +----------------- .../production/09Scape/org/crandor/Util.class | Bin 0 -> 998 bytes .../09Scape/org/runite/Client.class | Bin 0 -> 1719 bytes .../plugin/tutorial/BasicStarter.class | Bin 0 -> 2479 bytes .../production/09Scape/runServer.sh | 2 + Management-Server/.gitignore | 1 - Server/.gitignore | 2 - 9 files changed, 6 insertions(+), 293 deletions(-) create mode 100644 CompiledServer/production/09Scape/org/crandor/Util.class create mode 100644 CompiledServer/production/09Scape/org/runite/Client.class create mode 100644 CompiledServer/production/09Scape/plugin/tutorial/BasicStarter.class diff --git a/Client/.gitignore b/Client/.gitignore index 17a06722d..7098faf62 100644 --- a/Client/.gitignore +++ b/Client/.gitignore @@ -14,5 +14,4 @@ data/cache/ *.iml *.eml *.userlibraries -*.class data/players/** diff --git a/CompiledServer/production/09Scape/.gitignore b/CompiledServer/production/09Scape/.gitignore index 0e567a58a..7098faf62 100644 --- a/CompiledServer/production/09Scape/.gitignore +++ b/CompiledServer/production/09Scape/.gitignore @@ -10,8 +10,8 @@ data/profile/** .class** /bin/ /out/ +data/cache/ *.iml *.eml *.userlibraries -*.class data/players/** diff --git a/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs b/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs index 2a251fdc2..d17b6724d 100644 --- a/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs +++ b/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs @@ -1,297 +1,12 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.compliance=1.7 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.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.8 -org.eclipse.jdt.core.formatter.align_type_members_on_columns=false -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -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=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_assignment=0 -org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 -org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 -org.eclipse.jdt.core.formatter.alignment_for_enum_constants=48 -org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 -org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 -org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 -org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 -org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=48 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 -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=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=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=insert -org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert -org.eclipse.jdt.core.formatter.comment.line_length=80 -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=2 -org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 -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=false -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=false -org.eclipse.jdt.core.formatter.indentation.size=4 -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=do not 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=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not 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=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=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert -org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert -org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.join_lines_in_comments=true -org.eclipse.jdt.core.formatter.join_wrapped_lines=true -org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false -org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false -org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false -org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false -org.eclipse.jdt.core.formatter.lineSplit=9999 -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.put_empty_statement_on_new_line=true -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=false -org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false -org.eclipse.jdt.core.formatter.wrap_before_binary_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 +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/CompiledServer/production/09Scape/org/crandor/Util.class b/CompiledServer/production/09Scape/org/crandor/Util.class new file mode 100644 index 0000000000000000000000000000000000000000..8f38d73ee31f2207e880074d5b74919c56a414f1 GIT binary patch literal 998 zcmZuvT~8B16g|^zX}c_?wxue50U~aM;Xs-8&FC%d+*GhJLjBx=l=fl{U?AqESe}_(nJPR+T1iTjaymF=*?|y z>>O%2IC@#v=8lOG+|6P(i-y3^q96M4a{pJpU-mC_+Fp8pud$@1m0Ul;CXWC7kka9%)6@PB9FDV|waz`TVj zF7i%vrUU=MyxH3I+?dS{ys#bbB+Y&)FdRosmb;{s{LE_Ynl8G0%B~Nk8+$5AUGH{1 z)s%ZIB5gNoOwHJvP5o#U``lid%IgNw^_GG_VE&vJ7<_V_2tf1tx*IG6X14)oE|aeMo^D3Hiidx$?Z2 literal 0 HcmV?d00001 diff --git a/CompiledServer/production/09Scape/org/runite/Client.class b/CompiledServer/production/09Scape/org/runite/Client.class new file mode 100644 index 0000000000000000000000000000000000000000..d77628d1802c5c6ebde8e5e0e9faf99dff20752d GIT binary patch literal 1719 zcmZux-%le|7(LUOcBW-m*s`$8f^J=ZP*`Z8KmlP_kp-+4SShkDtKv|GGBBNXr&G{( zUrc;3zLEIk3nnHeLeeFgY~rhbkuhfV+zv`{+h*>)-_2)giI1n(m&PD>GD z%Mq;Lfr<|_tZK*!d`-oND%K@vx%suV%<^JR!i{XnEhOElV|iwB(I}cZ)AKB+FfAc8 zV-dY4L5}y+NSP~bn-bcxmSZkgi(96g0E+72gmJwaTHjZ8s>+rC@iK0y z_(;bi(4>2{>Nw0VW?Khl#dHr$H%2F{N5x|uALA1hpX%5|O2=nNNeGXmCKAK^k4Vr* z#}etu#Kd?aH9Dcgz!vkk%Vc%rv8}_zj)Z_!)=>bH4jz_Vn{Y2)(qReDdph=E>nOs} zk;Jfyl8!QNv4_p+WBk0T*_@`9*A+gsOEg8__9*A1^a!?LN=WfRFXCq$&n%cO^DG-~#iaN@^M8k){xzCE6vT_E z&4{VJ+0chQqhNmSU(j9CwmJCzh~GCW`(BArXPQ*@Vka^$LL0mxc!gh#9)6EFH)8B~ zQh4SK;2NWp43ipJ^`S$ zk9%+Ex1Mjg-x-Rw)^OzropM?^M%z%dtuBU?w9={ghNHe6SDY6L^qru6P)XHrl}7&g z4AB}ozLccnzYpazToa|r^-|Ml`;)^tSwgmOt6S zu(kOlzI^B0bI$$l&99GtdIaDy zKG2ZF8wtFLSq;6I(~!lyhPSYgzzMu9uq!GSHT2-Bh9z86v8>TAD=J1*tg3iNg~`xY zC@yXmmp4B&i_2>ThUoS-q49a{aDRc^%=i|AvgGdC49OgK?DfX}j_nn#ohl&%Ik#+8 zw=9nfUxJE%o7WjebG2%t!X3kJ_%0Eu##O7%%LU)^eA~-1^g8x|>C}D8DN`yllXJa_ zQT8ln*Y%8wwQm~^ZEM($&;3KAR<#ao&)5i-?05%RZnP2XN0}Aw+xrZWpp`I?VX7nK zU-FB=_*VI&HLDhMrDA|VTmHCg*L?0ebrshc5(QpyEWhDV`3L`3`SZ_G<^naF*yEnP ze3!<=Fq_HUvF=(%)p9CE!S}dR$!@nn`JFp<*{A8XSQ4V{_^ufB9=APluq}qnLu0kP z3LWfVmy8TX`_{+%v>)k{r_?iFu1cA8$=ET5j?ibGkXCRTUfEvZLbCnsDx4NwGNd;f z)cL->#p|4Oyy!TtZw2Sf(0Q)15R+~PDVl#GWPdEXv8UI(W;uM%uKPlq{$Y*kIQ?{T zkqAVLrhH;YNl$=1viTI^qVq-XSTjTLWd+ zq5d3t0hgKugot@up*1RSCdz0ZM&@`+frrBoRtDn~BdiHbB9dC9 z0Zox7vR$GzLTh4T@)z_TL4Pu7vTec%nY2}44=ywhirs)piNI!40}s(xipCyjrD%U_ zHD6Mce4(U-eq>$xvCwCR^yAXcN?#3q^>gX>NdF7zr({4P)&yjP@_Q4IAkAPH~`bhPKNM!05IU$j0fg}YdDUnHm#08R)$OS@F0rX2i q^dHL?NU1{HtWDg5bk3myrb$HN{9eUtwDyyAk=9GZzHH-l%=``T>2J^g literal 0 HcmV?d00001 diff --git a/CompiledServer/production/09Scape/runServer.sh b/CompiledServer/production/09Scape/runServer.sh index 0fbd1a99e..9b5ea2789 100755 --- a/CompiledServer/production/09Scape/runServer.sh +++ b/CompiledServer/production/09Scape/runServer.sh @@ -1,3 +1,5 @@ rm -rf org cp -r ../CompiledServer/production/09Scape/org . +rm -rf plugin/ +cp -r ../CompiledServer/production/09Scape/org/crandor/plugin . java -server -cp ".:./bin;.:./data/libs/*" org.crandor.Server diff --git a/Management-Server/.gitignore b/Management-Server/.gitignore index 85b4f9e6f..4047fba69 100644 --- a/Management-Server/.gitignore +++ b/Management-Server/.gitignore @@ -14,6 +14,5 @@ data/cache/ *.iml *.eml *.userlibraries -*.class data/players/** org/ diff --git a/Server/.gitignore b/Server/.gitignore index 0e567a58a..031002751 100644 --- a/Server/.gitignore +++ b/Server/.gitignore @@ -7,11 +7,9 @@ data/profile/** .DS_Store** .project** .classpath** -.class** /bin/ /out/ *.iml *.eml *.userlibraries -*.class data/players/** From ea9b399d9309ea76817ccaca2faf5779f906c2db Mon Sep 17 00:00:00 2001 From: dginovker Date: Tue, 5 Nov 2019 16:50:12 +0000 Subject: [PATCH 3/8] make runServer import the correct plugin folder --- Server/runServer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/runServer.sh b/Server/runServer.sh index 9b5ea2789..19796f0e4 100755 --- a/Server/runServer.sh +++ b/Server/runServer.sh @@ -1,5 +1,5 @@ rm -rf org cp -r ../CompiledServer/production/09Scape/org . rm -rf plugin/ -cp -r ../CompiledServer/production/09Scape/org/crandor/plugin . +cp -r ../CompiledServer/production/09Scape/plugin/ . java -server -cp ".:./bin;.:./data/libs/*" org.crandor.Server From 0c326b548e99bc35423d33bbcef8cedfb4e1d29f Mon Sep 17 00:00:00 2001 From: RedSparr0w Date: Wed, 6 Nov 2019 13:37:45 +1300 Subject: [PATCH 4/8] update database, default clan, sql stuff --- .idea/09Scape.iml | 11 - .../src/org/keldagrim/ServerConstants.java | 13 +- .../src/org/keldagrim/launcher/Constants.java | 5 - .../net/packet/WorldPacketRepository.java | 12 +- Server/global.sql | 374 +++++------------- Server/src/org/crandor/ServerConstants.java | 18 +- .../crandor/game/system/mysql/SQLManager.java | 26 +- 7 files changed, 130 insertions(+), 329 deletions(-) diff --git a/.idea/09Scape.iml b/.idea/09Scape.iml index 9ebac6267..cadb42c68 100644 --- a/.idea/09Scape.iml +++ b/.idea/09Scape.iml @@ -3,8 +3,6 @@ - - @@ -44,15 +42,6 @@ - - - - - - - - - diff --git a/Management-Server/src/org/keldagrim/ServerConstants.java b/Management-Server/src/org/keldagrim/ServerConstants.java index edc0f306b..54a1de28d 100644 --- a/Management-Server/src/org/keldagrim/ServerConstants.java +++ b/Management-Server/src/org/keldagrim/ServerConstants.java @@ -10,6 +10,11 @@ import org.keldagrim.system.OperatingSystem; */ public final class ServerConstants { + /** + * The port to be used for communications. + */ + public static final String SERVER_NAME = "RS 2009"; + /** * The port to be used for communications. */ @@ -49,12 +54,14 @@ public final class ServerConstants { * The administrators. */ public static final String[] ADMINISTRATORS = { - "ethan", - "austin", + "ethan", + "austin", + "redsparr0w", }; public static final String[] DATABASE_NAMES = { - "keldagr1_server", "keldagr1_global" + "server", + "global", }; /** diff --git a/Management-Server/src/org/keldagrim/launcher/Constants.java b/Management-Server/src/org/keldagrim/launcher/Constants.java index d19c74955..4d6e78cd5 100644 --- a/Management-Server/src/org/keldagrim/launcher/Constants.java +++ b/Management-Server/src/org/keldagrim/launcher/Constants.java @@ -24,11 +24,6 @@ public class Constants { */ public static final String CACHE_NAME = File.separator + ".keldagrim_530"; - /** - * Management Server - */ - public static final String MANAGEMENT_SERVER = "management.keldagrim.com"; - /** * Gets the screen coordinates to place panels in the center * @param {Dimension} the panel size, null to use default frame size diff --git a/Management-Server/src/org/keldagrim/net/packet/WorldPacketRepository.java b/Management-Server/src/org/keldagrim/net/packet/WorldPacketRepository.java index f038701a7..96f2af7fa 100644 --- a/Management-Server/src/org/keldagrim/net/packet/WorldPacketRepository.java +++ b/Management-Server/src/org/keldagrim/net/packet/WorldPacketRepository.java @@ -3,6 +3,7 @@ package org.keldagrim.net.packet; import java.nio.ByteBuffer; import java.util.List; +import org.crandor.game.world.GameWorld; import org.keldagrim.ServerConstants; import org.keldagrim.net.IoSession; import org.keldagrim.system.PunishmentStorage; @@ -14,6 +15,7 @@ import org.keldagrim.world.PlayerSession; import org.keldagrim.world.WorldDatabase; import org.keldagrim.world.info.Response; import org.keldagrim.world.info.UIDInfo; +import org.keldagrim.world.info.WorldInfo; /** * Repository class for world packets. @@ -54,6 +56,14 @@ public final class WorldPacketRepository { player.getWorld().getSession().write(buffer); } + public static void sendPlayerMessage(PlayerSession player, String[] messages) { + if (player == null) { + return; + } + for (String message : messages) + sendPlayerMessage(player, message); + } + /** * Sends the contact information. * @param player The player. @@ -430,7 +440,7 @@ public final class WorldPacketRepository { } ClanRepository clan = ClanRepository.get(server, clanName); if (clan == null) { - sendPlayerMessage(player, "The channel you tried to join does not exist. Try joining the main clan named 'Keldagrim'.:clan:"); + sendPlayerMessage(player, new String[]{ "The channel you tried to join does not exist.", "Try joining the main clan named '" + ServerConstants.SERVER_NAME + "'.:clan:" }); return; } clan.enter(player); diff --git a/Server/global.sql b/Server/global.sql index a85db3e16..59aa8b4c2 100644 --- a/Server/global.sql +++ b/Server/global.sql @@ -1,11 +1,11 @@ -- phpMyAdmin SQL Dump --- version 4.8.5 +-- version 4.9.0.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 --- Generation Time: Nov 02, 2019 at 08:53 PM --- Server version: 10.1.38-MariaDB --- PHP Version: 7.3.3 +-- Generation Time: Nov 06, 2019 at 01:33 AM +-- Server version: 10.4.6-MariaDB +-- PHP Version: 7.3.9 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; @@ -35,43 +35,6 @@ CREATE TABLE `dev_log` ( `date` timestamp NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; --- --- Dumping data for table `dev_log` --- - -INSERT INTO `dev_log` (`id`, `username`, `content`, `date`) VALUES -(1, 'vexia', 'Added Arios voting bonds as a reward', '2015-12-04 04:03:28'), -(3, 'vexia', 'Added profile viewing (forums)', '2015-12-06 00:07:11'), -(4, 'vexia', 'Added herb boxes', '2015-12-06 00:07:23'), -(5, 'vexia', 'Added an NPC to buy low-level skilling items for high price!', '2015-12-06 18:05:16'), -(6, 'vexia', 'Adjusted home shops & prices', '2015-12-06 21:35:31'), -(7, 'vexia', 'Fixed inventory disappearing when using deposit box.', '2015-12-13 18:51:16'), -(8, 'vexia', 'Fixed player safety test completion interface.', '2015-12-13 18:51:43'), -(9, 'vexia', 'Fixed falador agility shortcut.', '2015-12-13 18:58:04'), -(10, 'vexia', 'Fixed Goldsmith gauntlets experience reward.', '2015-12-13 18:59:41'), -(11, 'vexia', 'Zamorakian hasta is now a godwars protection item.', '2015-12-13 19:04:15'), -(12, 'vexia', 'Fixed slayer helmet effect.', '2015-12-13 19:11:37'), -(13, 'vexia', 'Duel arena veng bug has been fixed.', '2015-12-13 19:20:05'), -(14, 'vexia', 'Changed steel bolts from 8gp to 150 gp', '2015-12-15 03:52:43'), -(15, 'vexia', 'Removed astral runes from magic shop', '2015-12-15 03:54:13'), -(16, 'vexia', 'Recent activity for profiles now includes when users create threads', '2015-12-15 04:05:03'), -(17, 'vexia', 'Added beginner level tasks for Lumbridge/Draynor diary.', '2015-12-15 06:23:00'), -(18, 'vexia', 'Added medium level tasks for lumbridge/draynor achievement diary.', '2015-12-16 07:46:23'), -(19, 'vexia', 'Finished the Lumbridge Achievement Diary.', '2015-12-17 05:57:38'), -(20, 'vexia', 'Added the explorer rings mechanics.', '2015-12-17 07:15:54'), -(21, 'empathy', 'Added broad arrow making - must unlock via slayer rewards', '2015-12-17 07:19:54'), -(22, 'empathy', 'Added broad bolt making - must unlock via slayer rewards ', '2015-12-17 07:20:54'), -(23, 'empathy', 'Added middle mouse rotation for the client', '2015-12-17 07:22:54'), -(24, 'empathy', 'Added Dagannoth Kings under dagganoth tasks', '2015-12-17 07:29:54'), -(25, 'vexia', 'Added the gilded altar.', '2015-12-18 18:32:52'), -(26, 'vexia', 'Fixed shooting star mining requirements.', '2015-12-18 18:45:10'), -(27, 'vexia', 'Fixed an iron titan bug.', '2015-12-18 18:45:16'), -(28, 'vexia', 'Changed Arios teleporter to 5 seconds.', '2015-12-18 19:06:53'), -(30, 'vexia', 'Added broad-tipped bolts.', '2016-01-01 21:11:36'), -(31, 'vexia', 'Fixed KQ', '2016-01-01 21:11:43'), -(32, 'vexia', 'Fixed KBD slayer task!', '2016-01-01 21:11:49'), -(33, 'vexia', 'Fixed venenatis & callisto safe spots', '2016-01-01 22:16:26'); - -- -------------------------------------------------------- -- @@ -81,43 +44,35 @@ INSERT INTO `dev_log` (`id`, `username`, `content`, `date`) VALUES CREATE TABLE `highscores` ( `id` int(11) UNSIGNED NOT NULL, `username` varchar(20) DEFAULT NULL, - `overall_xp` int(11) NOT NULL DEFAULT '0', - `total_level` int(11) NOT NULL DEFAULT '0', + `overall_xp` int(11) NOT NULL DEFAULT 0, + `total_level` int(11) NOT NULL DEFAULT 0, `ironManMode` varchar(15) NOT NULL DEFAULT 'NONE', - `xp_0` int(11) NOT NULL DEFAULT '0', - `xp_1` int(11) NOT NULL DEFAULT '0', - `xp_2` int(11) NOT NULL DEFAULT '0', - `xp_3` int(11) NOT NULL DEFAULT '0', - `xp_4` int(11) NOT NULL DEFAULT '0', - `xp_5` int(11) NOT NULL DEFAULT '0', - `xp_6` int(11) NOT NULL DEFAULT '0', - `xp_7` int(11) NOT NULL DEFAULT '0', - `xp_8` int(11) NOT NULL DEFAULT '0', - `xp_9` int(11) NOT NULL DEFAULT '0', - `xp_10` int(11) NOT NULL DEFAULT '0', - `xp_11` int(11) NOT NULL DEFAULT '0', - `xp_12` int(11) NOT NULL DEFAULT '0', - `xp_13` int(11) NOT NULL DEFAULT '0', - `xp_14` int(11) NOT NULL DEFAULT '0', - `xp_15` int(11) NOT NULL DEFAULT '0', - `xp_16` int(11) NOT NULL DEFAULT '0', - `xp_17` int(11) NOT NULL DEFAULT '0', - `xp_18` int(11) NOT NULL DEFAULT '0', - `xp_19` int(11) NOT NULL DEFAULT '0', - `xp_20` int(11) NOT NULL DEFAULT '0', - `xp_21` int(11) NOT NULL DEFAULT '0', - `xp_22` int(11) NOT NULL DEFAULT '0', - `xp_23` int(11) NOT NULL DEFAULT '0' + `xp_0` int(11) NOT NULL DEFAULT 0, + `xp_1` int(11) NOT NULL DEFAULT 0, + `xp_2` int(11) NOT NULL DEFAULT 0, + `xp_3` int(11) NOT NULL DEFAULT 0, + `xp_4` int(11) NOT NULL DEFAULT 0, + `xp_5` int(11) NOT NULL DEFAULT 0, + `xp_6` int(11) NOT NULL DEFAULT 0, + `xp_7` int(11) NOT NULL DEFAULT 0, + `xp_8` int(11) NOT NULL DEFAULT 0, + `xp_9` int(11) NOT NULL DEFAULT 0, + `xp_10` int(11) NOT NULL DEFAULT 0, + `xp_11` int(11) NOT NULL DEFAULT 0, + `xp_12` int(11) NOT NULL DEFAULT 0, + `xp_13` int(11) NOT NULL DEFAULT 0, + `xp_14` int(11) NOT NULL DEFAULT 0, + `xp_15` int(11) NOT NULL DEFAULT 0, + `xp_16` int(11) NOT NULL DEFAULT 0, + `xp_17` int(11) NOT NULL DEFAULT 0, + `xp_18` int(11) NOT NULL DEFAULT 0, + `xp_19` int(11) NOT NULL DEFAULT 0, + `xp_20` int(11) NOT NULL DEFAULT 0, + `xp_21` int(11) NOT NULL DEFAULT 0, + `xp_22` int(11) NOT NULL DEFAULT 0, + `xp_23` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; --- --- Dumping data for table `highscores` --- - -INSERT INTO `highscores` (`id`, `username`, `overall_xp`, `total_level`, `ironManMode`, `xp_0`, `xp_1`, `xp_2`, `xp_3`, `xp_4`, `xp_5`, `xp_6`, `xp_7`, `xp_8`, `xp_9`, `xp_10`, `xp_11`, `xp_12`, `xp_13`, `xp_14`, `xp_15`, `xp_16`, `xp_17`, `xp_18`, `xp_19`, `xp_20`, `xp_21`, `xp_22`, `xp_23`) VALUES -(1, 'uim_alex', 36043583, 763, 'ULTIMATE', 8771558, 7195629, 10692629, 8771558, 65600, 237150, 16700, 19500, 68125, 0, 0, 91000, 8780, 0, 79722, 0, 0, 0, 132, 0, 25500, 0, 0, 0), -(2, 'alex', 312962865, 2376, 'NONE', 13093231, 13038431, 13034431, 13065525, 13058831, 13048458, 13038631, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431); - -- -------------------------------------------------------- -- @@ -130,46 +85,46 @@ CREATE TABLE `members` ( `username` varchar(15) DEFAULT NULL, `password` varchar(100) DEFAULT NULL, `salt` varchar(35) DEFAULT NULL, - `rights` int(1) NOT NULL DEFAULT '0', - `email_activated` int(1) NOT NULL DEFAULT '0', - `lastActive` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, - `donatorType` int(2) NOT NULL DEFAULT '-1', - `donationTotal` double(10,2) NOT NULL DEFAULT '0.00', - `credits` int(5) NOT NULL DEFAULT '0', - `icon` int(2) NOT NULL DEFAULT '0', + `rights` int(1) NOT NULL DEFAULT 0, + `email_activated` int(1) NOT NULL DEFAULT 0, + `lastActive` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `donatorType` int(2) NOT NULL DEFAULT -1, + `donationTotal` double(10,2) NOT NULL DEFAULT 0.00, + `credits` int(5) NOT NULL DEFAULT 0, + `icon` int(2) NOT NULL DEFAULT 0, `perks` varchar(500) NOT NULL DEFAULT '', - `ip` longtext, - `mac` longtext, - `serial` longtext, + `ip` longtext DEFAULT NULL, + `mac` longtext DEFAULT NULL, + `serial` longtext DEFAULT NULL, `computerName` varchar(2000) NOT NULL DEFAULT '', - `monthlyVotes` int(11) NOT NULL DEFAULT '0', - `netWorth` bigint(200) NOT NULL DEFAULT '0', - `forumUID` int(11) NOT NULL DEFAULT '-1', + `monthlyVotes` int(11) NOT NULL DEFAULT 0, + `netWorth` bigint(200) NOT NULL DEFAULT 0, + `forumUID` int(11) NOT NULL DEFAULT -1, `ironManMode` varchar(15) NOT NULL DEFAULT 'NONE', - `bank` longtext, - `inventory` longtext, - `equipment` longtext, - `ge` longtext, - `muteTime` bigint(20) NOT NULL DEFAULT '-1', - `banTime` bigint(20) NOT NULL DEFAULT '-1', - `profileImage` varchar(300) NOT NULL DEFAULT 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', - `contacts` longtext, - `blocked` longtext, - `clanName` varchar(12) NOT NULL DEFAULT '', - `currentClan` varchar(12) NOT NULL DEFAULT 'arios', + `bank` longtext DEFAULT NULL, + `inventory` longtext DEFAULT NULL, + `equipment` longtext DEFAULT NULL, + `ge` longtext DEFAULT NULL, + `muteTime` bigint(20) NOT NULL DEFAULT -1, + `banTime` bigint(20) NOT NULL DEFAULT -1, + `profileImage` varchar(300) DEFAULT NULL, + `contacts` longtext DEFAULT NULL, + `blocked` longtext DEFAULT NULL, + `clanName` varchar(15) NOT NULL DEFAULT '', + `currentClan` varchar(15) DEFAULT NULL, `clanReqs` varchar(10) NOT NULL DEFAULT '1,0,8,9', - `disconnectTime` bigint(20) NOT NULL DEFAULT '0', - `lastWorld` int(3) NOT NULL DEFAULT '-1', + `disconnectTime` bigint(20) NOT NULL DEFAULT 0, + `lastWorld` int(3) NOT NULL DEFAULT -1, `chatSettings` varchar(10) NOT NULL DEFAULT '0,0,0', - `timePlayed` bigint(20) DEFAULT '0', - `lastLogin` bigint(20) NOT NULL DEFAULT '0', + `timePlayed` bigint(20) DEFAULT 0, + `lastLogin` bigint(20) NOT NULL DEFAULT 0, `lastGameIp` varchar(15) DEFAULT '', - `countryCode` int(11) NOT NULL DEFAULT '0', + `countryCode` int(11) NOT NULL DEFAULT 0, `birthday` date DEFAULT NULL, - `online` tinyint(1) NOT NULL DEFAULT '0', - `signature` longtext, + `online` tinyint(1) NOT NULL DEFAULT 0, + `signature` longtext DEFAULT NULL, `joined_date` timestamp NULL DEFAULT NULL, - `posts` int(11) NOT NULL DEFAULT '0' + `posts` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- @@ -177,12 +132,7 @@ CREATE TABLE `members` ( -- INSERT INTO `members` (`UID`, `email`, `username`, `password`, `salt`, `rights`, `email_activated`, `lastActive`, `donatorType`, `donationTotal`, `credits`, `icon`, `perks`, `ip`, `mac`, `serial`, `computerName`, `monthlyVotes`, `netWorth`, `forumUID`, `ironManMode`, `bank`, `inventory`, `equipment`, `ge`, `muteTime`, `banTime`, `profileImage`, `contacts`, `blocked`, `clanName`, `currentClan`, `clanReqs`, `disconnectTime`, `lastWorld`, `chatSettings`, `timePlayed`, `lastLogin`, `lastGameIp`, `countryCode`, `birthday`, `online`, `signature`, `joined_date`, `posts`) VALUES -(1, '', 'alex', '$2a$12$oQz3KDY/4la77lPpYzr2Aupb8NDp5Q8wixAC073w5M18ntt8P8RC2', '$2a$12$oQz3KDY/4la77lPpYzr2Au', 2, 0, '2016-03-26 00:06:56', -1, 0.00, 0, 0, '', '96.254.196.5', 'D4-3D-7E-97-2C-45', 'To be filled by O.E.M.', 'Alex', 0, -1940633227, -1, 'NONE', '14850,1|14851,1|14853,1|7462,10|14636,1|14638,1|14639,1|560,8000|14640,1|14896,1|561,10000|14641,1|14897,1|562,8000|14642,1|14898,1|14643,1|14899,1|14644,1|14900,1|14645,1|14646,1|4151,102|14647,1|14648,1|14649,1|14650,1|14651,1|14652,1|14653,1|14654,1|14655,1|14656,1|14657,2|14658,1|14660,1|14661,1|14662,1|8007,3|14664,1|14666,1|8010,3|14669,1|14671,1|14673,3|14674,5|14675,1|14936,1|14683,1|861,1|13661,1|14958,1|14962,1|14963,1|14964,1|14965,1|373,50|14966,1|14969,1|14970,1|379,20|14971,1|892,992|14972,102|14977,1|14980,1|14726,1|14983,1|14984,1|14985,1|14988,1|14989,1|14990,1|14991,1|7056,25|14992,1|14993,1|14994,101|14484,4|14742,1|14748,1|15004,1|14749,1|15005,1|15006,1|15007,102|14752,1|15008,2|15010,1000|13734,1|15015,50|15016,3|13736,1|14761,1|6570,10|15018,3|14762,1|13738,1|14763,1|15020,2|14764,1|13740,1|14765,1|14766,1|13742,1|14767,4|14768,100|13744,1|14773,2|14774,2|6585,11|14788,3|14792,1|14793,1|14808,1|14809,1|14810,1|14818,1|995,2147483647|14820,1|14821,1|14822,1|14823,1|14827,1|14828,1|14829,1|14830,1|1775,34|2289,25|14839,1|14845,1|14847,1', '', '14484,1', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '{uim_alex,1}', '', '', 'arios', '1,0,8,9', 1458950814328, 1, '0,0,0', 11590572, 1458950816126, '96.254.196.5', 225, '3895-01-01', 0, NULL, '2016-03-23 00:03:49', 0), -(2, '', 'uim_alex', '$2a$12$m.rN4wsgmiNi6GHnmMNv5uutUpSS9r9f3GFs.E4pxwsn4MFPDsH9W', '$2a$12$m.rN4wsgmiNi6GHnmMNv5u', 0, 0, '2016-03-25 21:18:31', -1, 0.00, 0, 0, '', '96.254.196.5', 'D4-3D-7E-97-2C-45', 'To be filled by O.E.M.', 'Alex', 0, 141601, -1, 'ULTIMATE', '7056,25|2289,25|115,15|133,15|373,50|121,15', '3105,1|3841,1|7458,1|995,16097|1381,1|8010,3|14764,1|556,169|14765,1|558,237|14766,1|590,1|303,1|8880,1|8882,341|1725,1|1438,1', '', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '{alex,1}', '', '', 'arios', '1,0,8,9', 1458940709765, 1, '0,0,0', 12479841, 1458940711546, '96.254.196.5', 225, '3890-01-01', 0, NULL, '2016-03-23 00:42:58', 0), -(3, '', 'michael', '$2a$12$f09/0zVyZp.1lF6WpAMCBuKO5ROHnlLHgf4NLv6VUUQfKCvSTMtN2', '$2a$12$f09/0zVyZp.1lF6WpAMCBu', 2, 0, '2019-10-30 22:14:02', -1, 0.00, 0, 0, '', '127.0.0.1', '40-8D-5C-EF-A5-FE', 'To be filled by O.E.M.', 'Michael', 0, 194115277, -1, 'NONE', '1,10|201,1|209,1|5341,1|1121,1|995,49994558|9703,1|9704,1|9705,1|554,49999|555,50000|556,49997|557,50004|1965,1|558,50000|559,50000|560,50000|561,50000|882,7|562,50000|563,49999|9075,50000|755,1|1203,1|564,50000|565,50000|566,50000|4151,1|313,1|5305,1|4155,1|892,2|5310,2', '554,50000|555,50000|556,49995|557,50000|558,50000|559,50000|560,50000|561,50000|562,50000|563,49999|9075,50000|564,50000|565,50000|566,50000', '1139,1|892,78|861,1', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '', '', '', 'arios', '1,0,8,9', 1572473640839, 1, '0,0,0', 21542919, 1572473642640, '127.0.0.1', 5, '3909-01-01', 0, NULL, '2019-10-29 00:17:26', 0), -(4, '', 'michael2', '$2a$12$HBYVWU66ooT8mt5pDM7dNOPmGKutgRzxx90f/S0knMJxmWTz7V3WO', '$2a$12$HBYVWU66ooT8mt5pDM7dNO', 0, 0, '2019-10-29 02:53:32', -1, 0.00, 0, 0, '', '127.0.0.1', '40-8D-5C-EF-A5-FE', 'To be filled by O.E.M.', 'Michael', 0, 0, -1, 'NONE', '', '', '', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '', '', '', 'arios', '1,0,8,9', 1572317611170, 1, '0,0,0', 65346, 1572317612972, '127.0.0.1', 5, '3909-01-01', 0, NULL, '2019-10-29 02:52:18', 0), -(5, '', '3', '$2a$12$bXpRnJ.B9D6ho7HINKCWWuFpp4SKK0JWLR0m5q5FW8svKTD/iG3p6', '$2a$12$bXpRnJ.B9D6ho7HINKCWWu', 0, 0, '2019-10-29 02:54:07', -1, 0.00, 0, 0, '', '127.0.0.1', '40-8D-5C-EF-A5-FE', 'To be filled by O.E.M.', 'Michael', 0, 0, -1, 'NONE', '', '', '', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '', '', '', 'arios', '1,0,8,9', 1572317645662, 1, '0,0,0', 13540, 1572317647523, '127.0.0.1', 5, '3909-01-01', 0, NULL, '2019-10-29 02:53:50', 0), -(6, '', '1', '$2a$12$vpnJNwQA13HcJPdqC8lT3OAXsiW/QoQ783mS5GSiXqKkh895IBs2O', '$2a$12$vpnJNwQA13HcJPdqC8lT3O', 0, 0, '2019-10-30 16:28:41', -1, 0.00, 0, 0, '', '127.0.0.1', '40-8D-5C-EF-A5-FE', 'To be filled by O.E.M.', 'Michael', 0, 0, -1, 'NONE', '', '1925,1|1351,1|1511,8|841,1|1931,1|555,6|556,25|205,1|557,4|590,1|558,15|303,1|559,2|1265,1|1521,3|882,25|1171,1|1205,1|315,1', '1009,1|1189,1|1277,1', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '', '', '', 'arios', '1,0,8,9', 1572452919260, 1, '0,0,0', 135254856, 1572452921553, '127.0.0.1', 5, '3909-01-01', 0, NULL, '2019-10-29 02:54:23', 0); +(0, '', 'rs_2009', '$2a$12$P0OU2A5S.lEYdkTq5kq3/u1UlfVkMYIS7WWbxsjjeyfxqTDbygpEe', '$2a$12$P0OU2A5S.lEYdkTq5kq3/u', 2, 0, '2019-11-06 00:29:03', 0, 0.00, 0, 0, '', '127.0.0.1', NULL, NULL, 'SERVER', 0, 0, -1, 'STANDARD', NULL, NULL, NULL, NULL, -1, -1, '', '', '', 'Rs 2009', 'rs_2009', '0,0,8,9', 1572999889084, 1, '0,0,0', NULL, 1572999890885, '127.0.0.1', 0, NULL, 0, NULL, NULL, 0); -- -------------------------------------------------------- @@ -196,7 +146,7 @@ CREATE TABLE `messages` ( `recipient` varchar(15) NOT NULL DEFAULT '', `subject` varchar(40) NOT NULL DEFAULT '', `content` longtext NOT NULL, - `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `date` timestamp NOT NULL DEFAULT current_timestamp(), `is_read` tinyint(1) NOT NULL, `s_delete` tinyint(11) NOT NULL, `r_delete` tinyint(1) NOT NULL @@ -212,7 +162,7 @@ CREATE TABLE `perks` ( `product_id` int(10) UNSIGNED NOT NULL, `name` varchar(100) NOT NULL DEFAULT 'No Name', `description` varchar(500) DEFAULT NULL, - `price` int(10) NOT NULL DEFAULT '0' + `price` int(10) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- @@ -262,30 +212,17 @@ INSERT INTO `perks` (`product_id`, `name`, `description`, `price`) VALUES CREATE TABLE `player_logs` ( `username` varchar(22) NOT NULL DEFAULT '', - `public_chat` longtext, - `private_chat` longtext, - `clan_chat` longtext, - `address_log` longtext, - `command_log` longtext, - `trade_log` longtext, - `ge_log` longtext, - `duplication_log` longtext, - `duel_log` longtext + `public_chat` longtext DEFAULT NULL, + `private_chat` longtext DEFAULT NULL, + `clan_chat` longtext DEFAULT NULL, + `address_log` longtext DEFAULT NULL, + `command_log` longtext DEFAULT NULL, + `trade_log` longtext DEFAULT NULL, + `ge_log` longtext DEFAULT NULL, + `duplication_log` longtext DEFAULT NULL, + `duel_log` longtext DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; --- --- Dumping data for table `player_logs` --- - -INSERT INTO `player_logs` (`username`, `public_chat`, `private_chat`, `clan_chat`, `address_log`, `command_log`, `trade_log`, `ge_log`, `duplication_log`, `duel_log`) VALUES -('1', '', '', '', '28/10/2019 21:54:26: 127.0.0.1\n28/10/2019 21:54:26: To be filled by O.E.M.\n28/10/2019 21:54:26: 40-8D-5C-EF-A5-FE\n', '28/10/2019 21:54:59: tele 3200 3200\n28/10/2019 21:55:03: tele 3225 3225\n28/10/2019 21:55:23: pos\n28/10/2019 21:56:06: pos\n28/10/2019 21:56:14: pos\n28/10/2019 21:56:26: pos\n30/10/2019 11:28:06: tele 3232 3219\n30/10/2019 11:28:14: pos\n', '', '', '', ''), -('3', '', '', '', '28/10/2019 21:53:53: 127.0.0.1\n28/10/2019 21:53:53: To be filled by O.E.M.\n28/10/2019 21:53:53: 40-8D-5C-EF-A5-FE\n', '', '', '', '', ''), -('alex', '22/03/2016 20:50:12: a\n22/03/2016 20:54:32: a\n22/03/2016 20:57:25: a\n23/03/2016 00:15:05: a\n23/03/2016 00:16:15: a\n23/03/2016 10:58:38: oo\n23/03/2016 11:11:13: a\n23/03/2016 11:12:42: :item 11784 1\n23/03/2016 15:28:52: a\n23/03/2016 15:38:32: a\n25/03/2016 02:05:12: a\n25/03/2016 12:54:51: a\n25/03/2016 12:57:24: aa\n', '', '', '22/03/2016 20:50:05: 96.254.196.5\n22/03/2016 20:50:05: To be filled by O.E.M.\n22/03/2016 20:50:05: D4-3D-7E-97-2C-45\n22/03/2016 20:54:24: 96.254.196.5\n22/03/2016 20:54:24: To be filled by O.E.M.\n22/03/2016 20:54:24: D4-3D-7E-97-2C-45\n22/03/2016 20:57:17: 96.254.196.5\n22/03/2016 20:57:17: To be filled by O.E.M.\n22/03/2016 20:57:17: D4-3D-7E-97-2C-45\n22/03/2016 20:58:14: 96.254.196.5\n22/03/2016 20:58:14: To be filled by O.E.M.\n22/03/2016 20:58:14: D4-3D-7E-97-2C-45\n23/03/2016 00:13:28: 96.254.196.5\n23/03/2016 00:13:28: To be filled by O.E.M.\n23/03/2016 00:13:28: D4-3D-7E-97-2C-45\n23/03/2016 00:14:30: 96.254.196.5\n23/03/2016 00:14:30: To be filled by O.E.M.\n23/03/2016 00:14:30: D4-3D-7E-97-2C-45\n23/03/2016 10:57:24: 96.254.196.5\n23/03/2016 10:57:24: To be filled by O.E.M.\n23/03/2016 10:57:24: D4-3D-7E-97-2C-45\n23/03/2016 11:03:26: 96.254.196.5\n23/03/2016 11:03:26: To be filled by O.E.M.\n23/03/2016 11:03:26: D4-3D-7E-97-2C-45\n23/03/2016 11:11:08: 96.254.196.5\n23/03/2016 11:11:08: To be filled by O.E.M.\n23/03/2016 11:11:08: D4-3D-7E-97-2C-45\n23/03/2016 15:13:48: 96.254.196.5\n23/03/2016 15:13:48: To be filled by O.E.M.\n23/03/2016 15:13:48: D4-3D-7E-97-2C-45\n23/03/2016 15:58:08: 96.254.196.5\n23/03/2016 15:58:08: To be filled by O.E.M.\n23/03/2016 15:58:08: D4-3D-7E-97-2C-45\n25/03/2016 02:01:15: 96.254.196.5\n25/03/2016 02:01:15: To be filled by O.E.M.\n25/03/2016 02:01:15: D4-3D-7E-97-2C-45\n25/03/2016 02:05:02: 96.254.196.5\n25/03/2016 02:05:02: To be filled by O.E.M.\n25/03/2016 02:05:02: D4-3D-7E-97-2C-45\n25/03/2016 02:06:29: 96.254.196.5\n25/03/2016 02:06:29: To be filled by O.E.M.\n25/03/2016 02:06:29: D4-3D-7E-97-2C-45\n25/03/2016 10:05:04: 96.254.196.5\n25/03/2016 10:05:04: To be filled by O.E.M.\n25/03/2016 10:05:04: D4-3D-7E-97-2C-45\n25/03/2016 12:53:49: 96.254.196.5\n25/03/2016 12:53:49: To be filled by O.E.M.\n25/03/2016 12:53:49: D4-3D-7E-97-2C-45\n25/03/2016 12:57:18: 96.254.196.5\n25/03/2016 12:57:18: To be filled by O.E.M.\n25/03/2016 12:57:18: D4-3D-7E-97-2C-45\n25/03/2016 16:59:34: 96.254.196.5\n25/03/2016 16:59:34: To be filled by O.E.M.\n25/03/2016 16:59:34: D4-3D-7E-97-2C-45\n25/03/2016 19:52:32: 96.254.196.5\n25/03/2016 19:52:32: To be filled by O.E.M.\n25/03/2016 19:52:32: D4-3D-7E-97-2C-45\n', '22/03/2016 20:58:18: master\n22/03/2016 20:58:30: item 995 2147000000\n22/03/2016 20:58:34: item 4152 100\n22/03/2016 20:58:38: item 6585 5\n22/03/2016 20:58:41: item 7462 5\n22/03/2016 20:58:55: item 6570 10\n23/03/2016 11:04:21: item 4151 1\n23/03/2016 11:06:45: to 1241 1250 0\n23/03/2016 11:07:27: to 1303 1327 0\n23/03/2016 11:11:17: tele 1241 1250\n23/03/2016 11:11:57: tele 2205 3055\n23/03/2016 11:12:46: item 11785 1\n23/03/2016 11:12:54: item 861 1\n23/03/2016 11:13:00: item 892 1000\n23/03/2016 11:14:24: tele 2444 9825\n23/03/2016 11:15:28: tele 3736 5809\n23/03/2016 11:17:27: tele 1470 3687\n23/03/2016 11:17:48: tele 3222 3222\n23/03/2016 11:18:18: item 14666 1\n23/03/2016 11:18:37: item 14664 1\n23/03/2016 11:19:13: item 995 10000000\n23/03/2016 11:19:21: item 560 10000\n23/03/2016 11:19:25: item 561 10000\n23/03/2016 11:19:28: item 554 10000\n23/03/2016 11:19:37: item 562 10000\n23/03/2016 11:20:38: item 14839\n23/03/2016 11:20:49: item 14829 1\n23/03/2016 11:21:32: item 14636 1\n23/03/2016 11:21:42: item 14662 1\n23/03/2016 11:21:59: item 14671 1\n23/03/2016 11:22:53: item 14752 1\n23/03/2016 11:23:25: item 14726\n23/03/2016 11:23:45: item 14767\n23/03/2016 11:23:54: tele 0,50,50,62,28\n23/03/2016 11:23:56: tele 0,51,50,10,18\n23/03/2016 11:23:57: tele 0,51,50,18,6\n23/03/2016 11:23:58: tele 0,51,49,26,58\n23/03/2016 11:23:59: tele 0,51,49,30,44\n23/03/2016 11:24:01: tele 0,51,49,28,34\n23/03/2016 15:14:09: item 4151 1\n23/03/2016 15:14:13: item 14958 1\n23/03/2016 15:16:03: item 14821 1\n23/03/2016 15:16:27: item 14822 1\n23/03/2016 15:16:38: item 14827 1\n23/03/2016 15:17:16: item 14748 1\n23/03/2016 15:17:27: item 14749 1\n23/03/2016 15:19:05: item 14845 1\n23/03/2016 15:19:08: item 14846 1\n23/03/2016 15:19:18: item 14847 1\n23/03/2016 15:19:34: item 14851 1\n23/03/2016 15:19:39: item 14853 1\n23/03/2016 15:19:55: item 14850 1\n23/03/2016 15:20:09: item 14693 1\n23/03/2016 15:20:38: item 14638 1\n23/03/2016 15:20:41: item 14639 1\n23/03/2016 15:20:45: item 14640 1\n23/03/2016 15:20:48: item 14641 1\n23/03/2016 15:20:51: item 14642 1\n23/03/2016 15:20:54: item 14643 1\n23/03/2016 15:20:58: item 14644 1\n23/03/2016 15:21:02: item 14645 1\n23/03/2016 15:21:06: item 14646 1\n23/03/2016 15:21:12: item 14647 1\n23/03/2016 15:21:15: item 14648 1\n23/03/2016 15:21:18: item 14649 1\n23/03/2016 15:21:21: item 14650 1\n23/03/2016 15:21:25: item 14651 1\n23/03/2016 15:21:34: item 14652 1\n23/03/2016 15:21:38: item 14653 1\n23/03/2016 15:21:41: item 14654 1\n23/03/2016 15:21:45: item 14655 1\n23/03/2016 15:21:48: item 14656 1\n23/03/2016 15:23:21: empty\n23/03/2016 15:23:29: item 14657 1\n23/03/2016 15:23:33: item 14658 1\n23/03/2016 15:23:37: item 14659 1\n23/03/2016 15:23:45: item 14660 1\n23/03/2016 15:23:47: item 14661 1\n23/03/2016 15:24:00: item 14669 1\n23/03/2016 15:24:06: item 14673 1\n23/03/2016 15:24:43: item 14674 5\n23/03/2016 15:24:46: item 14675 1\n23/03/2016 15:24:49: item 14683 1\n23/03/2016 15:25:07: item 14810 1\n23/03/2016 15:25:14: item 14808 1\n23/03/2016 15:25:18: item 14809 1\n23/03/2016 15:25:27: item 14818 1\n23/03/2016 15:25:37: item 14823 1\n23/03/2016 15:25:44: item 14828 1\n23/03/2016 15:30:22: item 14896 1\n23/03/2016 15:30:28: item 14897 1\n23/03/2016 15:30:36: item 14898 1\n23/03/2016 15:30:38: item 14899 1\n23/03/2016 15:30:49: item 14900 1\n23/03/2016 15:40:36: item 14830 1\n25/03/2016 02:07:06: item 14962 1\n25/03/2016 02:07:10: item 14963 1\n25/03/2016 02:07:13: item 14964 1\n25/03/2016 02:07:19: item 14965 1\n25/03/2016 02:07:26: item 14966 1\n25/03/2016 02:07:35: item 14969 1\n25/03/2016 02:07:40: item 14970 1\n25/03/2016 02:07:43: item 14971 1\n25/03/2016 02:07:48: item 14972 1\n25/03/2016 02:07:51: item 14972 1\n25/03/2016 02:07:55: item 14972 100\n25/03/2016 02:08:00: item 14977 1\n25/03/2016 02:08:09: item 14980 1\n25/03/2016 02:08:15: item 14983 1\n25/03/2016 02:08:18: item 14984 1\n25/03/2016 02:08:29: item 14985 1\n25/03/2016 02:08:34: item 14988 1\n25/03/2016 02:08:37: item 14989 1\n25/03/2016 02:08:40: item 14990 1\n25/03/2016 02:08:42: item 14991 1\n25/03/2016 02:08:45: item 14992 1\n25/03/2016 02:08:48: item 14993 1\n25/03/2016 02:08:59: item 14994 1\n25/03/2016 02:09:03: item 14994 100\n25/03/2016 02:09:11: item 15007 2\n25/03/2016 02:09:15: item 15007 100\n25/03/2016 02:09:22: item 15010 1000\n25/03/2016 02:12:25: item 15015 50\n25/03/2016 02:12:43: item 15008 2\n25/03/2016 02:13:58: item 15004 1\n25/03/2016 02:14:00: item 15005 1\n25/03/2016 02:14:05: item 15006 1\n25/03/2016 02:14:14: item 15016 3\n25/03/2016 02:14:20: item 15018 3\n25/03/2016 02:14:23: item 15020 2\n25/03/2016 02:15:06: item 14936 1\n25/03/2016 02:15:37: item 14820 1\n25/03/2016 02:16:12: item 14792 1\n25/03/2016 02:16:15: item 14793 1\n25/03/2016 02:16:22: item 14788 3\n25/03/2016 02:16:34: item 14773 2\n25/03/2016 02:16:40: item 14774 2\n25/03/2016 02:16:53: item 14768 100\n25/03/2016 02:17:05: item 14767 3\n25/03/2016 02:17:09: item 14761 1\n25/03/2016 02:17:11: item 14762 1\n25/03/2016 02:17:14: item 14763 1\n25/03/2016 02:17:18: ultimatearmour\n25/03/2016 02:18:15: item 14673 2\n25/03/2016 02:19:20: item 14484 5\n25/03/2016 02:19:31: item 7462 5\n25/03/2016 02:19:37: item 6585 6\n25/03/2016 02:21:14: item 13734 1\n25/03/2016 02:21:19: item 13738 1\n25/03/2016 02:21:24: item 13740 1\n25/03/2016 02:21:27: item 14742 1\n25/03/2016 02:21:33: item 13742 1\n25/03/2016 02:21:40: item 13744 1\n25/03/2016 02:21:51: item 13736 1\n25/03/2016 02:22:27: item 13661 1\n25/03/2016 02:22:45: empty\n25/03/2016 12:57:26: npc 1 1\n25/03/2016 12:57:38: npc 8675 1\n25/03/2016 12:57:54: npc 8676 1\n25/03/2016 12:58:05: npc 8677 1\n25/03/2016 12:58:19: npc 8679 1\n25/03/2016 12:58:37: npc 8680 1\n25/03/2016 12:58:50: npc 8681 1\n25/03/2016 12:59:12: npc 8682 1\n25/03/2016 12:59:35: npc 8683 1\n25/03/2016 12:59:46: npc 8484 1\n25/03/2016 12:59:56: npc 8684 1\n25/03/2016 13:00:04: npc 8685 1\n25/03/2016 13:00:24: npc 8686 1\n25/03/2016 13:00:41: npc 8687 1\n25/03/2016 13:00:57: npc 8688 1\n25/03/2016 17:01:48: oskill uim alex 0 99\n25/03/2016 17:01:57: oskill 0 97 uim alex\n25/03/2016 17:03:22: oskill 0 95 uim_alex\n25/03/2016 17:03:52: oskill 1 93 uim_alex\n25/03/2016 17:05:41: oskill 2 97 uim_alex\n25/03/2016 17:06:05: oskill 3 95 uim_alex\n25/03/2016 19:52:53: npc 8679 1\n25/03/2016 19:53:14: npc 8688 1\n', '', '', '22/03/2016 20:58:35: Large networth increase - [incr=2188350000, old=140222, cur=2188490222].\n22/03/2016 20:59:05: Large networth increase - [incr=2224040620, old=140222, cur=2224180842].\n22/03/2016 20:59:23: Large networth increase - [incr=2224040620, old=140222, cur=2224180842].\n23/03/2016 00:13:39: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:13:49: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:14:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:15:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:15:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:16:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:16:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:17:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:17:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:18:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:18:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:19:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:19:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:20:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:20:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:21:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:21:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:22:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:22:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:23:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:23:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:24:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:24:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:25:04: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 10:57:39: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 10:58:09: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 10:58:39: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 10:58:49: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 11:03:47: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 11:04:17: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 11:04:47: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:05:17: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:05:47: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:06:17: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:06:47: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:07:17: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:07:47: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:08:17: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:08:42: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:11:30: Large networth increase - [incr=4294967296, old=-2070325591, cur=2224641705].\n23/03/2016 11:12:00: Large networth increase - [incr=4294967296, old=-2070325591, cur=2224641705].\n23/03/2016 11:12:30: Large networth increase - [incr=4294967296, old=-2070325591, cur=2224641705].\n23/03/2016 11:13:00: Large networth increase - [incr=4294972896, old=-2070325591, cur=2224647305].\n23/03/2016 11:13:30: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:14:00: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:14:30: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:15:00: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:15:30: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:16:00: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:16:30: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:17:00: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:17:30: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:18:00: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:18:30: Large networth increase - [incr=4295547316, old=-2070325591, cur=2225221725].\n23/03/2016 11:19:00: Large networth increase - [incr=4295615816, old=-2070325591, cur=2225290225].\n23/03/2016 11:19:30: Large networth increase - [incr=4313525816, old=-2070325591, cur=2243200225].\n23/03/2016 11:20:00: Large networth increase - [incr=4313644316, old=-2070325591, cur=2243318725].\n23/03/2016 11:20:30: Large networth increase - [incr=4313644316, old=-2070325591, cur=2243318725].\n23/03/2016 11:21:00: Large networth increase - [incr=4313842316, old=-2070325591, cur=2243516725].\n23/03/2016 11:21:30: Large networth increase - [incr=4313842316, old=-2070325591, cur=2243516725].\n23/03/2016 11:22:00: Large networth increase - [incr=4315132966, old=-2070325591, cur=2244807375].\n23/03/2016 11:22:30: Large networth increase - [incr=4315132966, old=-2070325591, cur=2244807375].\n23/03/2016 11:23:00: Large networth increase - [incr=4315422766, old=-2070325591, cur=2245097175].\n23/03/2016 11:23:30: Large networth increase - [incr=4316422771, old=-2070325591, cur=2246097180].\n23/03/2016 11:24:00: Large networth increase - [incr=4316490778, old=-2070325591, cur=2246165187].\n23/03/2016 11:24:30: Large networth increase - [incr=4316522194, old=-2070325591, cur=2246196603].\n23/03/2016 11:25:00: Large networth increase - [incr=4316522194, old=-2070325591, cur=2246196603].\n23/03/2016 11:25:30: Large networth increase - [incr=4316522194, old=-2070325591, cur=2246196603].\n23/03/2016 11:26:00: Large networth increase - [incr=4316522194, old=-2070325591, cur=2246196603].\n23/03/2016 11:26:18: Large networth increase - [incr=4316522194, old=-2070325591, cur=2246196603].\n23/03/2016 15:14:00: Large networth increase - [incr=4294967296, old=-2048770693, cur=2246196603].\n23/03/2016 15:14:30: Large networth increase - [incr=4295548159, old=-2048770693, cur=2246777466].\n23/03/2016 15:15:00: Large networth increase - [incr=4295548159, old=-2048770693, cur=2246777466].\n23/03/2016 15:15:30: Large networth increase - [incr=4295548159, old=-2048770693, cur=2246777466].\n23/03/2016 15:16:00: Large networth increase - [incr=4295548159, old=-2048770693, cur=2246777466].\n23/03/2016 15:16:30: Large networth increase - [incr=4295548161, old=-2048770693, cur=2246777468].\n23/03/2016 15:17:00: Large networth increase - [incr=4295548162, old=-2048770693, cur=2246777469].\n23/03/2016 15:17:30: Large networth increase - [incr=4295788164, old=-2048770693, cur=2247017471].\n23/03/2016 15:18:00: Large networth increase - [incr=4295779392, old=-2048770693, cur=2247008699].\n23/03/2016 15:18:30: Large networth increase - [incr=4295779392, old=-2048770693, cur=2247008699].\n23/03/2016 15:19:00: Large networth increase - [incr=4295779392, old=-2048770693, cur=2247008699].\n23/03/2016 15:19:13: Large networth increase - [incr=4295878392, old=-2048770693, cur=2247107699].\n23/03/2016 15:19:30: Large networth increase - [incr=4295977392, old=-2048770693, cur=2247206699].\n23/03/2016 15:20:00: Large networth increase - [incr=4296642243, old=-2048770693, cur=2247871550].\n23/03/2016 15:20:30: Large networth increase - [incr=4296642243, old=-2048770693, cur=2247871550].\n23/03/2016 15:21:00: Large networth increase - [incr=4296642250, old=-2048770693, cur=2247871557].\n23/03/2016 15:21:30: Large networth increase - [incr=4296642257, old=-2048770693, cur=2247871564].\n23/03/2016 15:22:00: Large networth increase - [incr=4296642262, old=-2048770693, cur=2247871569].\n23/03/2016 15:22:15: Large networth increase - [incr=4287120909, old=-2048770693, cur=2238350216].\n23/03/2016 15:22:30: Large networth increase - [incr=4287120909, old=-2048770693, cur=2238350216].\n23/03/2016 15:23:00: Large networth increase - [incr=4287120967, old=-2048770693, cur=2238350274].\n23/03/2016 15:23:30: Large networth increase - [incr=4296602716, old=-2048770693, cur=2247832023].\n23/03/2016 15:24:00: Large networth increase - [incr=4296700670, old=-2048770693, cur=2247929977].\n23/03/2016 15:24:30: Large networth increase - [incr=4296700680, old=-2048770693, cur=2247929987].\n23/03/2016 15:25:00: Large networth increase - [incr=4297303180, old=-2048770693, cur=2248532487].\n23/03/2016 15:25:30: Large networth increase - [incr=4297303381, old=-2048770693, cur=2248532688].\n23/03/2016 15:26:00: Large networth increase - [incr=4297303383, old=-2048770693, cur=2248532690].\n23/03/2016 15:26:30: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:27:00: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:27:30: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:28:00: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:28:30: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:29:00: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:29:30: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:30:00: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:30:30: Large networth increase - [incr=4297300508, old=-2048770693, cur=2248529815].\n23/03/2016 15:31:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:31:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:32:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:32:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:33:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:33:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:34:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:34:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:35:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:35:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:36:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:36:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:37:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:37:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:38:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:38:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:39:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:39:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:40:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:40:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:41:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:41:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:42:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:42:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:43:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:43:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:44:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:44:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:45:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:45:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:46:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:46:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:47:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:47:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:48:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:48:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:49:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:49:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:50:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:50:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:51:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:51:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:51:51: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:58:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 15:58:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 15:59:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 15:59:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:00:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:00:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:01:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:01:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:02:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:02:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:03:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:03:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:04:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:04:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:05:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:05:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:06:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:06:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:07:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:07:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:08:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:08:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:09:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:09:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:10:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:10:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:11:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:11:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:12:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:12:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:13:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:13:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:14:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:14:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:15:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:15:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:16:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:16:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:17:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:17:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:18:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:18:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:19:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:19:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:20:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:20:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:21:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:21:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:22:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:22:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:23:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:23:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:24:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:24:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:25:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:25:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:26:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:26:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:27:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:27:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:28:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:28:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:29:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:29:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:30:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:30:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:31:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:31:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:32:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:32:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:33:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:33:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:34:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:34:24: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:01:34: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:02:04: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:02:15: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:05:14: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:05:44: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:05:49: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:06:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:07:18: Large networth increase - [incr=4295188297, old=-1981014433, cur=2314173864].\n25/03/2016 02:07:48: Large networth increase - [incr=4295692860, old=-1981014433, cur=2314678427].\n25/03/2016 02:08:18: Large networth increase - [incr=4296962366, old=-1981014433, cur=2315947933].\n25/03/2016 02:08:48: Large networth increase - [incr=4297532566, old=-1981014433, cur=2316518133].\n25/03/2016 02:09:18: Large networth increase - [incr=4297538787, old=-1981014433, cur=2316524354].\n25/03/2016 02:09:48: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:10:18: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:10:48: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:11:18: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:11:48: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:12:18: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:12:48: Large networth increase - [incr=4297559989, old=-1981014433, cur=2316545556].\n25/03/2016 02:13:18: Large networth increase - [incr=4297559989, old=-1981014433, cur=2316545556].\n25/03/2016 02:13:48: Large networth increase - [incr=4297559989, old=-1981014433, cur=2316545556].\n25/03/2016 02:14:18: Large networth increase - [incr=4297889993, old=-1981014433, cur=2316875560].\n25/03/2016 02:14:48: Large networth increase - [incr=4298196013, old=-1981014433, cur=2317181580].\n25/03/2016 02:15:18: Large networth increase - [incr=4298316013, old=-1981014433, cur=2317301580].\n25/03/2016 02:15:48: Large networth increase - [incr=4298316014, old=-1981014433, cur=2317301581].\n25/03/2016 02:16:18: Large networth increase - [incr=4298371014, old=-1981014433, cur=2317356581].\n25/03/2016 02:16:48: Large networth increase - [incr=4298482824, old=-1981014433, cur=2317468391].\n25/03/2016 02:17:18: Large networth increase - [incr=4298688851, old=-1981014433, cur=2317674418].\n25/03/2016 02:17:48: Large networth increase - [incr=4298688851, old=-1981014433, cur=2317674418].\n25/03/2016 02:18:18: Large networth increase - [incr=4298688871, old=-1981014433, cur=2317674438].\n25/03/2016 02:18:48: Large networth increase - [incr=4298688871, old=-1981014433, cur=2317674438].\n25/03/2016 02:19:18: Large networth increase - [incr=4298688871, old=-1981014433, cur=2317674438].\n25/03/2016 02:19:48: Large networth increase - [incr=4335351555, old=-1981014433, cur=2354337122].\n25/03/2016 02:20:18: Large networth increase - [incr=4335351555, old=-1981014433, cur=2354337122].\n25/03/2016 02:20:48: Large networth increase - [incr=4335351555, old=-1981014433, cur=2354337122].\n25/03/2016 02:21:18: Large networth increase - [incr=4335421555, old=-1981014433, cur=2354407122].\n25/03/2016 02:21:48: Large networth increase - [incr=4343466555, old=-1981014433, cur=2362452122].\n25/03/2016 02:22:18: Large networth increase - [incr=4344866555, old=-1981014433, cur=2363852122].\n25/03/2016 02:22:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:23:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:23:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:24:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:24:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:25:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:25:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:26:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:26:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:27:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:27:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:28:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:28:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:29:20: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 10:05:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:05:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:06:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:06:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:07:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:07:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:08:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:08:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:09:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:09:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:10:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:10:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:11:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:11:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:12:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:12:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:13:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:54:20: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:54:50: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:55:20: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:55:50: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:56:20: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:56:50: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:56:53: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:57:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:58:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:58:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:59:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:59:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:00:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:00:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:01:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:01:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:02:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:02:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:03:06: Large networth increase - [incr=4294967295, old=-1940633227, cur=2354334068].\n25/03/2016 13:03:37: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 16:59:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:00:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:00:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:01:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:01:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:02:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:02:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:03:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:03:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:04:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:04:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:05:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:05:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:06:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:06:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:07:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:07:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:08:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:08:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:09:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:09:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:10:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:10:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:11:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:11:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:12:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:12:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:13:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:13:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:14:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:14:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:15:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:15:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:16:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:16:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:17:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:17:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:18:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:18:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:19:08: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:52:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:53:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:53:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:54:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:54:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:55:14: Large networth increase - [incr=4294967295, old=-1940633227, cur=2354334068].\n25/03/2016 19:55:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:56:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:56:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:57:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:57:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:58:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:58:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:59:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:59:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:00:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:00:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:01:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:01:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:02:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:02:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:03:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:03:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:04:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:04:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:05:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:05:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:06:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:06:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:06:56: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n', ''), -('michael', '28/10/2019 19:22:49: g\n', '', '', '28/10/2019 19:17:33: 127.0.0.1\n28/10/2019 19:17:33: To be filled by O.E.M.\n28/10/2019 19:17:33: 40-8D-5C-EF-A5-FE\n28/10/2019 19:22:41: 127.0.0.1\n28/10/2019 19:22:41: To be filled by O.E.M.\n28/10/2019 19:22:41: 40-8D-5C-EF-A5-FE\n28/10/2019 21:44:07: 127.0.0.1\n28/10/2019 21:44:07: To be filled by O.E.M.\n28/10/2019 21:44:07: 40-8D-5C-EF-A5-FE\n28/10/2019 21:46:53: 127.0.0.1\n28/10/2019 21:46:53: To be filled by O.E.M.\n28/10/2019 21:46:53: 40-8D-5C-EF-A5-FE\n28/10/2019 21:51:58: 127.0.0.1\n28/10/2019 21:51:58: To be filled by O.E.M.\n28/10/2019 21:51:58: 40-8D-5C-EF-A5-FE\n30/10/2019 11:30:30: 127.0.0.1\n30/10/2019 11:30:30: To be filled by O.E.M.\n30/10/2019 11:30:30: 40-8D-5C-EF-A5-FE\n', '28/10/2019 19:18:10: fpson\n28/10/2019 19:22:52: master\n28/10/2019 19:23:01: item 4151 1\n28/10/2019 19:24:02: item 892 100\n28/10/2019 19:24:04: item 861\n28/10/2019 19:24:48: runes\n30/10/2019 13:26:40: item weeds 10\n30/10/2019 13:26:47: bank\n30/10/2019 13:42:06: runes\n', '', '', '', ''), -('michael2', '', '', '', '28/10/2019 21:52:22: 127.0.0.1\n28/10/2019 21:52:22: To be filled by O.E.M.\n28/10/2019 21:52:22: 40-8D-5C-EF-A5-FE\n28/10/2019 21:53:25: 127.0.0.1\n28/10/2019 21:53:25: To be filled by O.E.M.\n28/10/2019 21:53:25: 40-8D-5C-EF-A5-FE\n', '', '', '', '', ''); -INSERT INTO `player_logs` (`username`, `public_chat`, `private_chat`, `clan_chat`, `address_log`, `command_log`, `trade_log`, `ge_log`, `duplication_log`, `duel_log`) VALUES -('uim_alex', '22/03/2016 20:43:13: a\n23/03/2016 00:08:13: a\n23/03/2016 11:28:55: oo\n23/03/2016 11:29:00: cant even bank niqqa\n23/03/2016 13:43:48: yea\n24/03/2016 23:04:13: a\n25/03/2016 17:13:25: oo\n', '', '', '22/03/2016 20:43:03: 96.254.196.5\n22/03/2016 20:43:03: To be filled by O.E.M.\n22/03/2016 20:43:03: D4-3D-7E-97-2C-45\n22/03/2016 21:00:30: 96.254.196.5\n22/03/2016 21:00:30: To be filled by O.E.M.\n22/03/2016 21:00:30: D4-3D-7E-97-2C-45\n22/03/2016 21:46:43: 96.254.196.5\n22/03/2016 21:46:43: To be filled by O.E.M.\n22/03/2016 21:46:43: D4-3D-7E-97-2C-45\n22/03/2016 22:02:01: 96.254.196.5\n22/03/2016 22:02:01: To be filled by O.E.M.\n22/03/2016 22:02:01: D4-3D-7E-97-2C-45\n23/03/2016 00:06:22: 96.254.196.5\n23/03/2016 00:06:22: To be filled by O.E.M.\n23/03/2016 00:06:22: D4-3D-7E-97-2C-45\n23/03/2016 00:07:33: 96.254.196.5\n23/03/2016 00:07:33: To be filled by O.E.M.\n23/03/2016 00:07:33: D4-3D-7E-97-2C-45\n23/03/2016 08:16:12: 96.254.196.5\n23/03/2016 08:16:12: To be filled by O.E.M.\n23/03/2016 08:16:12: D4-3D-7E-97-2C-45\n23/03/2016 11:28:37: 96.254.196.5\n23/03/2016 11:28:37: To be filled by O.E.M.\n23/03/2016 11:28:37: D4-3D-7E-97-2C-45\n23/03/2016 13:24:24: 96.254.196.5\n23/03/2016 13:24:24: To be filled by O.E.M.\n23/03/2016 13:24:24: D4-3D-7E-97-2C-45\n24/03/2016 23:00:51: 96.254.196.5\n24/03/2016 23:00:51: To be filled by O.E.M.\n24/03/2016 23:00:51: D4-3D-7E-97-2C-45\n25/03/2016 16:57:31: 96.254.196.5\n25/03/2016 16:57:31: To be filled by O.E.M.\n25/03/2016 16:57:31: D4-3D-7E-97-2C-45\n', '22/03/2016 22:02:12: ultimatearmour\n', '', '', '', ''); - -- -------------------------------------------------------- -- @@ -307,132 +244,9 @@ CREATE TABLE `security` ( `id` int(11) UNSIGNED NOT NULL, `ip` longtext NOT NULL, `type` int(11) NOT NULL, - `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP + `timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; --- --- Dumping data for table `security` --- - -INSERT INTO `security` (`id`, `ip`, `type`, `timestamp`) VALUES -(1, '127.0.0.1', 1, '2016-03-23 00:31:58'), -(2, '127.0.0.1', 2, '2016-03-23 00:32:14'), -(3, '127.0.0.1', 2, '2016-03-23 00:32:20'), -(4, '127.0.0.1', 2, '2016-03-23 00:32:26'), -(5, '127.0.0.1', 1, '2016-03-23 00:32:35'), -(6, '127.0.0.1', 1, '2016-03-23 00:32:40'), -(7, '127.0.0.1', 1, '2016-03-23 00:32:40'), -(8, '127.0.0.1', 1, '2016-03-23 00:32:49'), -(9, '127.0.0.1', 1, '2016-03-23 00:32:51'), -(10, '127.0.0.1', 1, '2016-03-23 00:32:51'), -(11, '127.0.0.1', 1, '2016-03-23 00:33:00'), -(12, '192.168.1.4', 1, '2016-03-23 00:38:03'), -(13, '192.168.1.4', 1, '2016-03-23 00:38:55'), -(14, '192.168.1.4', 1, '2016-03-23 00:38:57'), -(15, '192.168.1.4', 1, '2016-03-23 00:39:38'), -(16, '192.168.1.4', 2, '2016-03-23 00:39:42'), -(17, '192.168.1.4', 1, '2016-03-23 00:39:44'), -(18, '192.168.1.4', 1, '2016-03-23 00:39:46'), -(19, '192.168.1.4', 2, '2016-03-23 00:39:54'), -(20, '192.168.1.4', 2, '2016-03-23 00:39:57'), -(21, '192.168.1.4', 1, '2016-03-23 00:42:22'), -(22, '192.168.1.4', 1, '2016-03-23 00:43:20'), -(23, '192.168.1.4', 2, '2016-03-23 00:43:21'), -(24, '192.168.1.4', 2, '2016-03-23 00:43:29'), -(25, '192.168.1.4', 2, '2016-03-23 00:43:31'), -(26, '192.168.1.4', 1, '2016-03-23 00:54:42'), -(27, '192.168.1.4', 1, '2016-03-23 00:59:33'), -(28, '192.168.1.4', 2, '2016-03-23 00:59:35'), -(29, '192.168.1.4', 1, '2016-03-23 00:59:39'), -(30, '192.168.1.4', 1, '2016-03-23 00:59:41'), -(31, '192.168.1.4', 2, '2016-03-23 00:59:47'), -(32, '192.168.1.4', 2, '2016-03-23 00:59:50'), -(33, '192.168.1.4', 2, '2016-03-23 00:59:55'), -(34, '192.168.1.4', 2, '2016-03-23 00:59:56'), -(35, '192.168.1.4', 2, '2016-03-23 01:00:03'), -(36, '192.168.1.4', 1, '2016-03-23 01:45:19'), -(37, '192.168.1.4', 2, '2016-03-23 01:45:22'), -(38, '192.168.1.4', 2, '2016-03-23 01:45:24'), -(39, '192.168.1.4', 2, '2016-03-23 01:45:25'), -(40, '192.168.1.4', 2, '2016-03-23 01:46:55'), -(41, '192.168.1.4', 1, '2016-03-23 01:47:04'), -(42, '186.222.2.208', 1, '2016-03-23 01:47:04'), -(43, '192.168.1.4', 2, '2016-03-23 01:49:28'), -(44, '184.105.247.195', 1, '2016-03-23 02:36:41'), -(45, '127.0.0.1', 1, '2016-03-23 02:58:42'), -(46, '127.0.0.1', 1, '2016-03-23 02:58:44'), -(47, '127.0.0.1', 2, '2016-03-23 02:58:47'), -(48, '127.0.0.1', 2, '2016-03-23 02:58:54'), -(49, '127.0.0.1', 2, '2016-03-23 02:59:01'), -(50, '127.0.0.1', 2, '2016-03-23 02:59:03'), -(51, '127.0.0.1', 2, '2016-03-23 02:59:07'), -(52, '127.0.0.1', 2, '2016-03-23 03:10:16'), -(53, '127.0.0.1', 2, '2016-03-23 03:10:18'), -(54, '127.0.0.1', 2, '2016-03-23 03:10:19'), -(55, '192.168.1.4', 1, '2016-03-23 04:06:09'), -(56, '192.168.1.4', 1, '2016-03-23 04:06:11'), -(57, '192.168.1.4', 2, '2016-03-23 04:06:13'), -(58, '127.0.0.1', 1, '2016-03-23 12:34:21'), -(59, '127.0.0.1', 1, '2016-03-23 12:34:25'), -(60, '127.0.0.1', 2, '2016-03-23 12:34:28'), -(61, '127.0.0.1', 1, '2016-03-23 14:59:05'), -(62, '127.0.0.1', 1, '2016-03-23 14:59:11'), -(63, '127.0.0.1', 2, '2016-03-23 14:59:14'), -(64, '127.0.0.1', 2, '2016-03-23 14:59:16'), -(65, '127.0.0.1', 2, '2016-03-23 14:59:32'), -(66, '127.0.0.1', 2, '2016-03-23 14:59:37'), -(67, '127.0.0.1', 2, '2016-03-23 14:59:38'), -(68, '127.0.0.1', 2, '2016-03-23 14:59:44'), -(69, '127.0.0.1', 2, '2016-03-23 14:59:45'), -(70, '127.0.0.1', 2, '2016-03-23 14:59:57'), -(71, '127.0.0.1', 2, '2016-03-23 14:59:59'), -(72, '127.0.0.1', 1, '2016-03-23 15:00:59'), -(73, '127.0.0.1', 1, '2016-03-23 15:00:59'), -(74, '127.0.0.1', 1, '2016-03-23 15:01:07'), -(75, '127.0.0.1', 1, '2016-03-23 15:01:09'), -(76, '127.0.0.1', 1, '2016-03-23 15:01:20'), -(77, '127.0.0.1', 1, '2016-03-23 15:01:25'), -(78, '127.0.0.1', 1, '2016-03-23 15:01:25'), -(79, '127.0.0.1', 1, '2016-03-23 15:01:28'), -(80, '127.0.0.1', 1, '2016-03-23 15:01:28'), -(81, '127.0.0.1', 1, '2016-03-23 15:01:30'), -(82, '127.0.0.1', 2, '2016-03-23 15:01:42'), -(83, '127.0.0.1', 1, '2016-03-23 15:34:51'), -(84, '127.0.0.1', 2, '2016-03-23 15:34:53'), -(85, '127.0.0.1', 2, '2016-03-23 15:34:55'), -(86, '95.110.143.69', 1, '2016-03-23 20:15:46'), -(87, '66.249.66.130', 1, '2016-03-25 03:34:11'), -(88, '66.249.66.130', 1, '2016-03-25 03:36:48'), -(89, '66.249.66.130', 1, '2016-03-25 03:36:49'), -(90, '66.249.66.190', 1, '2016-03-25 03:37:22'), -(91, '66.249.66.190', 1, '2016-03-25 03:37:22'), -(92, '66.249.66.130', 1, '2016-03-25 03:38:20'), -(93, '66.249.66.130', 1, '2016-03-25 03:38:20'), -(94, '66.249.66.190', 1, '2016-03-25 03:39:12'), -(95, '179.96.23.6', 1, '2016-03-25 06:24:54'), -(96, '180.76.15.156', 1, '2016-03-25 14:22:58'), -(97, '178.64.31.84', 1, '2016-03-25 16:05:46'), -(98, '54.208.125.234', 1, '2016-03-25 17:45:37'), -(99, '54.208.125.234', 1, '2016-03-25 17:45:38'), -(100, '54.208.125.234', 1, '2016-03-25 17:45:40'), -(101, '187.85.96.60', 1, '2016-03-25 18:57:34'), -(102, '76.195.103.3', 1, '2016-03-25 19:39:32'), -(103, '127.0.0.1', 1, '2016-03-25 20:44:36'), -(104, '192.168.1.4', 1, '2016-03-25 20:44:45'), -(105, '192.168.1.4', 1, '2016-03-25 20:45:16'), -(106, '192.168.1.4', 2, '2016-03-25 20:45:18'), -(107, '192.168.1.4', 2, '2016-03-25 20:45:18'), -(108, '192.168.1.4', 2, '2016-03-25 20:55:29'), -(109, '192.168.1.4', 2, '2016-03-25 20:55:31'), -(110, '192.168.1.4', 2, '2016-03-25 20:55:33'), -(111, '192.168.1.4', 2, '2016-03-25 20:55:37'), -(112, '192.168.1.4', 2, '2016-03-25 20:55:40'), -(113, '192.168.1.4', 2, '2016-03-25 20:55:41'), -(114, '127.0.0.1', 1, '2016-03-25 21:14:41'), -(115, '127.0.0.1', 1, '2016-03-25 21:14:50'), -(116, '127.0.0.1', 2, '2016-03-25 21:14:52'), -(117, '179.215.124.123', 1, '2016-03-25 22:53:35'); - -- -------------------------------------------------------- -- @@ -443,7 +257,7 @@ CREATE TABLE `sys_logs` ( `id` int(11) UNSIGNED NOT NULL, `message` longtext NOT NULL, `log_type` int(2) DEFAULT NULL, - `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `IP_ADDRESS` varchar(30) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; @@ -457,8 +271,8 @@ CREATE TABLE `validations` ( `id` int(11) UNSIGNED NOT NULL, `username` varchar(20) DEFAULT NULL, `code` varchar(30) DEFAULT NULL, - `type` int(2) NOT NULL DEFAULT '0', - `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `type` int(2) NOT NULL DEFAULT 0, + `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `value` longtext NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; @@ -472,7 +286,7 @@ CREATE TABLE `votes` ( `id` int(11) NOT NULL, `username` varchar(50) NOT NULL DEFAULT '', `site` varchar(50) NOT NULL, - `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP + `timestamp` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- @@ -483,23 +297,13 @@ CREATE TABLE `votes` ( CREATE TABLE `voting_sites` ( `name` varchar(20) NOT NULL DEFAULT 'Null', - `wait` int(5) NOT NULL DEFAULT '12', - `credits` int(2) NOT NULL DEFAULT '1', + `wait` int(5) NOT NULL DEFAULT 12, + `credits` int(2) NOT NULL DEFAULT 1, `link` varchar(500) NOT NULL DEFAULT 'http://ariosrsps.com', `get_command` varchar(20) NOT NULL DEFAULT '', `host_name` varchar(500) NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; --- --- Dumping data for table `voting_sites` --- - -INSERT INTO `voting_sites` (`name`, `wait`, `credits`, `link`, `get_command`, `host_name`) VALUES -('rune-server', 24, 1, 'http://ariosrsps.com', 'data', ''), -('runelocus', 12, 1, 'http://ariosrsps.com', 'usr', ''), -('top-100-arena', 12, 1, 'http://ariosrsps.com', 'postback', ''), -('topg', 12, 1, 'http://ariosrsps.com', 'p_resp', 'monitor.topg.org'); - -- -------------------------------------------------------- -- @@ -509,11 +313,11 @@ INSERT INTO `voting_sites` (`name`, `wait`, `credits`, `link`, `get_command`, `h CREATE TABLE `worlds` ( `world` int(2) UNSIGNED NOT NULL, `ip` varchar(20) NOT NULL DEFAULT '127.0.0.1', - `players` int(5) NOT NULL DEFAULT '0', - `country` int(1) NOT NULL DEFAULT '0', + `players` int(5) NOT NULL DEFAULT 0, + `country` int(1) NOT NULL DEFAULT 0, `member` int(11) NOT NULL, - `revision` int(3) NOT NULL DEFAULT '530', - `lastResponse` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP + `revision` int(3) NOT NULL DEFAULT 530, + `lastResponse` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- @@ -521,7 +325,7 @@ CREATE TABLE `worlds` ( -- INSERT INTO `worlds` (`world`, `ip`, `players`, `country`, `member`, `revision`, `lastResponse`) VALUES -(1, '127.0.0.1', -1, 22, 1, 530, '2019-10-30 22:14:16'); +(1, '127.0.0.1', 0, 22, 1, 530, '2019-11-06 00:24:54'); -- -- Indexes for dumped tables @@ -613,13 +417,13 @@ ALTER TABLE `dev_log` -- AUTO_INCREMENT for table `highscores` -- ALTER TABLE `highscores` - MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `members` -- ALTER TABLE `members` - MODIFY `UID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; + MODIFY `UID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `messages` @@ -637,7 +441,7 @@ ALTER TABLE `perks` -- AUTO_INCREMENT for table `security` -- ALTER TABLE `security` - MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118; + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sys_logs` diff --git a/Server/src/org/crandor/ServerConstants.java b/Server/src/org/crandor/ServerConstants.java index f9e75b77d..237b12f6f 100644 --- a/Server/src/org/crandor/ServerConstants.java +++ b/Server/src/org/crandor/ServerConstants.java @@ -12,13 +12,6 @@ import org.crandor.tools.mysql.Database; */ public final class ServerConstants { - /** - * The administrators. - */ - public static final String[] ADMINISTRATORS = { - "RedSparr0w", - }; - /** * The cache path. */ @@ -150,15 +143,16 @@ public final class ServerConstants { /** * The string of donation messages displayed on an interface. */ - public static final String[] MESSAGES = new String[] {"Welcome!" }; + public static final String[] MESSAGES = new String[] { "Welcome!" }; public static final String[] DATABASE_NAMES = { - "server", "global" + "server", + "global", }; - + public static final Database[] DATABASES = { - new Database((SQLManager.LOCAL ? "localhost" : "redsparr0w.com"), (SQLManager.LOCAL ? "server" : DATABASE_NAMES[0]), (SQLManager.LOCAL ? "root" : "username"), (SQLManager.LOCAL ? "" : "password")), - new Database((SQLManager.LOCAL ? "localhost" : "redsparr0w.com"), (SQLManager.LOCAL ? "global" : DATABASE_NAMES[1]), (SQLManager.LOCAL ? "root" : "username"), (SQLManager.LOCAL ? "" : "password")) + new Database(SQLManager.SQL_SERVER_ADDRESS, DATABASE_NAMES[0], (SQLManager.LOCAL ? "root" : "username"), (SQLManager.LOCAL ? "" : "password")), + new Database(SQLManager.SQL_SERVER_ADDRESS, DATABASE_NAMES[1], (SQLManager.LOCAL ? "root" : "username"), (SQLManager.LOCAL ? "" : "password")) }; /** diff --git a/Server/src/org/crandor/game/system/mysql/SQLManager.java b/Server/src/org/crandor/game/system/mysql/SQLManager.java index f88fffd2c..1185d8963 100644 --- a/Server/src/org/crandor/game/system/mysql/SQLManager.java +++ b/Server/src/org/crandor/game/system/mysql/SQLManager.java @@ -21,21 +21,23 @@ public final class SQLManager { */ public static final boolean LOCAL = true; + public static final String SQL_SERVER_ADDRESS = LOCAL ? "127.0.0.1" : "mywebsite.com"; + + /** + * The username of the user. + */ + private static final String USERNAME = LOCAL ? "root" : "username"; + + /** + * The password of the user. + */ + private static final String PASSWORD = LOCAL ? "" : "password"; + /** * The database URL. */ - public static final String DATABASE_URL = (LOCAL ? "127.0.0.1" : "keldagrim.org") + ":3306/"+ (LOCAL ? "global" : ServerConstants.DATABASE_NAMES[1]); - public static final String DATABASE_URL_SERVER = (LOCAL ? "127.0.0.1" : "keldagrim.org") + ":3306/"+ (LOCAL ? "server" : ServerConstants.DATABASE_NAMES[0]); - - /** - * The username of the user. - */ - private static final String USERNAME = (LOCAL ? "root" : "keldagr1_ethan"); - - /** - * The password of the user. - */ - private static final String PASSWORD = (LOCAL ? "" : "2jf4wkz$"); + public static final String DATABASE_URL = SQL_SERVER_ADDRESS + ":3306/" + ServerConstants.DATABASE_NAMES[1]; + public static final String DATABASE_URL_SERVER = SQL_SERVER_ADDRESS + ":3306/" + ServerConstants.DATABASE_NAMES[0]; /** * IF the sql manager is initialized. From 1bfb041239a4fa25920ce988129c9c30087f6094 Mon Sep 17 00:00:00 2001 From: RedSparr0w Date: Wed, 6 Nov 2019 13:38:44 +1300 Subject: [PATCH 5/8] eh --- .idea/workspace.xml | 86 --------------------------------------------- 1 file changed, 86 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 180cf4750..27bfa8fd5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -33,20 +33,6 @@ - - - tutorial - login - starter - setlastlogin - HOME - home teleport - mystical foresig - - - C:\Users\Michael\Desktop\rsps_trash\rs2009\Server\src\plugin\interaction\item - - @@ -172,76 +158,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 09Scape - - - - - - - - - - - - - - \ No newline at end of file From 14bd13c5aedc7f8373c1b552614de47c8af09727 Mon Sep 17 00:00:00 2001 From: RedSparr0w Date: Wed, 6 Nov 2019 13:42:18 +1300 Subject: [PATCH 6/8] don't ignore .class files, compiled server --- CompiledServer/production/09Scape/.gitignore | 1 - .../.settings/org.eclipse.jdt.core.prefs | 285 ------------- CompiledServer/production/09Scape/global.sql | 374 +++++------------- .../09Scape/org/crandor/ServerConstants.class | Bin 5446 -> 5385 bytes .../production/09Scape/org/crandor/Util.class | Bin 0 -> 998 bytes .../game/system/mysql/SQLManager.class | Bin 3660 -> 3776 bytes .../09Scape/org/keldagrim/Main$1.class | Bin 0 -> 1213 bytes .../09Scape/org/keldagrim/Main$2.class | Bin 0 -> 849 bytes .../09Scape/org/keldagrim/Main$3.class | Bin 0 -> 1955 bytes .../09Scape/org/keldagrim/Main$4.class | Bin 0 -> 1514 bytes .../09Scape/org/keldagrim/Main$5.class | Bin 0 -> 1192 bytes .../09Scape/org/keldagrim/Main$6.class | Bin 0 -> 1041 bytes .../09Scape/org/keldagrim/Main$7.class | Bin 0 -> 853 bytes .../09Scape/org/keldagrim/Main$8.class | Bin 0 -> 1596 bytes .../09Scape/org/keldagrim/Main.class | Bin 0 -> 4163 bytes .../org/keldagrim/ServerConstants.class | Bin 1595 -> 1641 bytes .../org/keldagrim/launcher/Constants.class | Bin 4036 -> 3954 bytes .../net/packet/WorldPacketRepository.class | Bin 15002 -> 15277 bytes .../09Scape/org/runite/Client.class | Bin 0 -> 1719 bytes .../plugin/tutorial/BasicStarter.class | Bin 0 -> 2479 bytes Server/.gitignore | 1 - 21 files changed, 89 insertions(+), 572 deletions(-) create mode 100644 CompiledServer/production/09Scape/org/crandor/Util.class create mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$1.class create mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$2.class create mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$3.class create mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$4.class create mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$5.class create mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$6.class create mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$7.class create mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$8.class create mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main.class create mode 100644 CompiledServer/production/09Scape/org/runite/Client.class create mode 100644 CompiledServer/production/09Scape/plugin/tutorial/BasicStarter.class diff --git a/CompiledServer/production/09Scape/.gitignore b/CompiledServer/production/09Scape/.gitignore index 0e567a58a..cfc59933f 100644 --- a/CompiledServer/production/09Scape/.gitignore +++ b/CompiledServer/production/09Scape/.gitignore @@ -13,5 +13,4 @@ data/profile/** *.iml *.eml *.userlibraries -*.class data/players/** diff --git a/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs b/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs index 2a251fdc2..a698e5967 100644 --- a/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs +++ b/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs @@ -10,288 +10,3 @@ org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=1.8 -org.eclipse.jdt.core.formatter.align_type_members_on_columns=false -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -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=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_assignment=0 -org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 -org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 -org.eclipse.jdt.core.formatter.alignment_for_enum_constants=48 -org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 -org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 -org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 -org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 -org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=48 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 -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=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=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=insert -org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert -org.eclipse.jdt.core.formatter.comment.line_length=80 -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=2 -org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 -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=false -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=false -org.eclipse.jdt.core.formatter.indentation.size=4 -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=do not 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=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not 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=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=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert -org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert -org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert -org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert -org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.join_lines_in_comments=true -org.eclipse.jdt.core.formatter.join_wrapped_lines=true -org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false -org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false -org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false -org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false -org.eclipse.jdt.core.formatter.lineSplit=9999 -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.put_empty_statement_on_new_line=true -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=false -org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false -org.eclipse.jdt.core.formatter.wrap_before_binary_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 diff --git a/CompiledServer/production/09Scape/global.sql b/CompiledServer/production/09Scape/global.sql index a85db3e16..59aa8b4c2 100644 --- a/CompiledServer/production/09Scape/global.sql +++ b/CompiledServer/production/09Scape/global.sql @@ -1,11 +1,11 @@ -- phpMyAdmin SQL Dump --- version 4.8.5 +-- version 4.9.0.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 --- Generation Time: Nov 02, 2019 at 08:53 PM --- Server version: 10.1.38-MariaDB --- PHP Version: 7.3.3 +-- Generation Time: Nov 06, 2019 at 01:33 AM +-- Server version: 10.4.6-MariaDB +-- PHP Version: 7.3.9 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; @@ -35,43 +35,6 @@ CREATE TABLE `dev_log` ( `date` timestamp NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; --- --- Dumping data for table `dev_log` --- - -INSERT INTO `dev_log` (`id`, `username`, `content`, `date`) VALUES -(1, 'vexia', 'Added Arios voting bonds as a reward', '2015-12-04 04:03:28'), -(3, 'vexia', 'Added profile viewing (forums)', '2015-12-06 00:07:11'), -(4, 'vexia', 'Added herb boxes', '2015-12-06 00:07:23'), -(5, 'vexia', 'Added an NPC to buy low-level skilling items for high price!', '2015-12-06 18:05:16'), -(6, 'vexia', 'Adjusted home shops & prices', '2015-12-06 21:35:31'), -(7, 'vexia', 'Fixed inventory disappearing when using deposit box.', '2015-12-13 18:51:16'), -(8, 'vexia', 'Fixed player safety test completion interface.', '2015-12-13 18:51:43'), -(9, 'vexia', 'Fixed falador agility shortcut.', '2015-12-13 18:58:04'), -(10, 'vexia', 'Fixed Goldsmith gauntlets experience reward.', '2015-12-13 18:59:41'), -(11, 'vexia', 'Zamorakian hasta is now a godwars protection item.', '2015-12-13 19:04:15'), -(12, 'vexia', 'Fixed slayer helmet effect.', '2015-12-13 19:11:37'), -(13, 'vexia', 'Duel arena veng bug has been fixed.', '2015-12-13 19:20:05'), -(14, 'vexia', 'Changed steel bolts from 8gp to 150 gp', '2015-12-15 03:52:43'), -(15, 'vexia', 'Removed astral runes from magic shop', '2015-12-15 03:54:13'), -(16, 'vexia', 'Recent activity for profiles now includes when users create threads', '2015-12-15 04:05:03'), -(17, 'vexia', 'Added beginner level tasks for Lumbridge/Draynor diary.', '2015-12-15 06:23:00'), -(18, 'vexia', 'Added medium level tasks for lumbridge/draynor achievement diary.', '2015-12-16 07:46:23'), -(19, 'vexia', 'Finished the Lumbridge Achievement Diary.', '2015-12-17 05:57:38'), -(20, 'vexia', 'Added the explorer rings mechanics.', '2015-12-17 07:15:54'), -(21, 'empathy', 'Added broad arrow making - must unlock via slayer rewards', '2015-12-17 07:19:54'), -(22, 'empathy', 'Added broad bolt making - must unlock via slayer rewards ', '2015-12-17 07:20:54'), -(23, 'empathy', 'Added middle mouse rotation for the client', '2015-12-17 07:22:54'), -(24, 'empathy', 'Added Dagannoth Kings under dagganoth tasks', '2015-12-17 07:29:54'), -(25, 'vexia', 'Added the gilded altar.', '2015-12-18 18:32:52'), -(26, 'vexia', 'Fixed shooting star mining requirements.', '2015-12-18 18:45:10'), -(27, 'vexia', 'Fixed an iron titan bug.', '2015-12-18 18:45:16'), -(28, 'vexia', 'Changed Arios teleporter to 5 seconds.', '2015-12-18 19:06:53'), -(30, 'vexia', 'Added broad-tipped bolts.', '2016-01-01 21:11:36'), -(31, 'vexia', 'Fixed KQ', '2016-01-01 21:11:43'), -(32, 'vexia', 'Fixed KBD slayer task!', '2016-01-01 21:11:49'), -(33, 'vexia', 'Fixed venenatis & callisto safe spots', '2016-01-01 22:16:26'); - -- -------------------------------------------------------- -- @@ -81,43 +44,35 @@ INSERT INTO `dev_log` (`id`, `username`, `content`, `date`) VALUES CREATE TABLE `highscores` ( `id` int(11) UNSIGNED NOT NULL, `username` varchar(20) DEFAULT NULL, - `overall_xp` int(11) NOT NULL DEFAULT '0', - `total_level` int(11) NOT NULL DEFAULT '0', + `overall_xp` int(11) NOT NULL DEFAULT 0, + `total_level` int(11) NOT NULL DEFAULT 0, `ironManMode` varchar(15) NOT NULL DEFAULT 'NONE', - `xp_0` int(11) NOT NULL DEFAULT '0', - `xp_1` int(11) NOT NULL DEFAULT '0', - `xp_2` int(11) NOT NULL DEFAULT '0', - `xp_3` int(11) NOT NULL DEFAULT '0', - `xp_4` int(11) NOT NULL DEFAULT '0', - `xp_5` int(11) NOT NULL DEFAULT '0', - `xp_6` int(11) NOT NULL DEFAULT '0', - `xp_7` int(11) NOT NULL DEFAULT '0', - `xp_8` int(11) NOT NULL DEFAULT '0', - `xp_9` int(11) NOT NULL DEFAULT '0', - `xp_10` int(11) NOT NULL DEFAULT '0', - `xp_11` int(11) NOT NULL DEFAULT '0', - `xp_12` int(11) NOT NULL DEFAULT '0', - `xp_13` int(11) NOT NULL DEFAULT '0', - `xp_14` int(11) NOT NULL DEFAULT '0', - `xp_15` int(11) NOT NULL DEFAULT '0', - `xp_16` int(11) NOT NULL DEFAULT '0', - `xp_17` int(11) NOT NULL DEFAULT '0', - `xp_18` int(11) NOT NULL DEFAULT '0', - `xp_19` int(11) NOT NULL DEFAULT '0', - `xp_20` int(11) NOT NULL DEFAULT '0', - `xp_21` int(11) NOT NULL DEFAULT '0', - `xp_22` int(11) NOT NULL DEFAULT '0', - `xp_23` int(11) NOT NULL DEFAULT '0' + `xp_0` int(11) NOT NULL DEFAULT 0, + `xp_1` int(11) NOT NULL DEFAULT 0, + `xp_2` int(11) NOT NULL DEFAULT 0, + `xp_3` int(11) NOT NULL DEFAULT 0, + `xp_4` int(11) NOT NULL DEFAULT 0, + `xp_5` int(11) NOT NULL DEFAULT 0, + `xp_6` int(11) NOT NULL DEFAULT 0, + `xp_7` int(11) NOT NULL DEFAULT 0, + `xp_8` int(11) NOT NULL DEFAULT 0, + `xp_9` int(11) NOT NULL DEFAULT 0, + `xp_10` int(11) NOT NULL DEFAULT 0, + `xp_11` int(11) NOT NULL DEFAULT 0, + `xp_12` int(11) NOT NULL DEFAULT 0, + `xp_13` int(11) NOT NULL DEFAULT 0, + `xp_14` int(11) NOT NULL DEFAULT 0, + `xp_15` int(11) NOT NULL DEFAULT 0, + `xp_16` int(11) NOT NULL DEFAULT 0, + `xp_17` int(11) NOT NULL DEFAULT 0, + `xp_18` int(11) NOT NULL DEFAULT 0, + `xp_19` int(11) NOT NULL DEFAULT 0, + `xp_20` int(11) NOT NULL DEFAULT 0, + `xp_21` int(11) NOT NULL DEFAULT 0, + `xp_22` int(11) NOT NULL DEFAULT 0, + `xp_23` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; --- --- Dumping data for table `highscores` --- - -INSERT INTO `highscores` (`id`, `username`, `overall_xp`, `total_level`, `ironManMode`, `xp_0`, `xp_1`, `xp_2`, `xp_3`, `xp_4`, `xp_5`, `xp_6`, `xp_7`, `xp_8`, `xp_9`, `xp_10`, `xp_11`, `xp_12`, `xp_13`, `xp_14`, `xp_15`, `xp_16`, `xp_17`, `xp_18`, `xp_19`, `xp_20`, `xp_21`, `xp_22`, `xp_23`) VALUES -(1, 'uim_alex', 36043583, 763, 'ULTIMATE', 8771558, 7195629, 10692629, 8771558, 65600, 237150, 16700, 19500, 68125, 0, 0, 91000, 8780, 0, 79722, 0, 0, 0, 132, 0, 25500, 0, 0, 0), -(2, 'alex', 312962865, 2376, 'NONE', 13093231, 13038431, 13034431, 13065525, 13058831, 13048458, 13038631, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431, 13034431); - -- -------------------------------------------------------- -- @@ -130,46 +85,46 @@ CREATE TABLE `members` ( `username` varchar(15) DEFAULT NULL, `password` varchar(100) DEFAULT NULL, `salt` varchar(35) DEFAULT NULL, - `rights` int(1) NOT NULL DEFAULT '0', - `email_activated` int(1) NOT NULL DEFAULT '0', - `lastActive` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, - `donatorType` int(2) NOT NULL DEFAULT '-1', - `donationTotal` double(10,2) NOT NULL DEFAULT '0.00', - `credits` int(5) NOT NULL DEFAULT '0', - `icon` int(2) NOT NULL DEFAULT '0', + `rights` int(1) NOT NULL DEFAULT 0, + `email_activated` int(1) NOT NULL DEFAULT 0, + `lastActive` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `donatorType` int(2) NOT NULL DEFAULT -1, + `donationTotal` double(10,2) NOT NULL DEFAULT 0.00, + `credits` int(5) NOT NULL DEFAULT 0, + `icon` int(2) NOT NULL DEFAULT 0, `perks` varchar(500) NOT NULL DEFAULT '', - `ip` longtext, - `mac` longtext, - `serial` longtext, + `ip` longtext DEFAULT NULL, + `mac` longtext DEFAULT NULL, + `serial` longtext DEFAULT NULL, `computerName` varchar(2000) NOT NULL DEFAULT '', - `monthlyVotes` int(11) NOT NULL DEFAULT '0', - `netWorth` bigint(200) NOT NULL DEFAULT '0', - `forumUID` int(11) NOT NULL DEFAULT '-1', + `monthlyVotes` int(11) NOT NULL DEFAULT 0, + `netWorth` bigint(200) NOT NULL DEFAULT 0, + `forumUID` int(11) NOT NULL DEFAULT -1, `ironManMode` varchar(15) NOT NULL DEFAULT 'NONE', - `bank` longtext, - `inventory` longtext, - `equipment` longtext, - `ge` longtext, - `muteTime` bigint(20) NOT NULL DEFAULT '-1', - `banTime` bigint(20) NOT NULL DEFAULT '-1', - `profileImage` varchar(300) NOT NULL DEFAULT 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', - `contacts` longtext, - `blocked` longtext, - `clanName` varchar(12) NOT NULL DEFAULT '', - `currentClan` varchar(12) NOT NULL DEFAULT 'arios', + `bank` longtext DEFAULT NULL, + `inventory` longtext DEFAULT NULL, + `equipment` longtext DEFAULT NULL, + `ge` longtext DEFAULT NULL, + `muteTime` bigint(20) NOT NULL DEFAULT -1, + `banTime` bigint(20) NOT NULL DEFAULT -1, + `profileImage` varchar(300) DEFAULT NULL, + `contacts` longtext DEFAULT NULL, + `blocked` longtext DEFAULT NULL, + `clanName` varchar(15) NOT NULL DEFAULT '', + `currentClan` varchar(15) DEFAULT NULL, `clanReqs` varchar(10) NOT NULL DEFAULT '1,0,8,9', - `disconnectTime` bigint(20) NOT NULL DEFAULT '0', - `lastWorld` int(3) NOT NULL DEFAULT '-1', + `disconnectTime` bigint(20) NOT NULL DEFAULT 0, + `lastWorld` int(3) NOT NULL DEFAULT -1, `chatSettings` varchar(10) NOT NULL DEFAULT '0,0,0', - `timePlayed` bigint(20) DEFAULT '0', - `lastLogin` bigint(20) NOT NULL DEFAULT '0', + `timePlayed` bigint(20) DEFAULT 0, + `lastLogin` bigint(20) NOT NULL DEFAULT 0, `lastGameIp` varchar(15) DEFAULT '', - `countryCode` int(11) NOT NULL DEFAULT '0', + `countryCode` int(11) NOT NULL DEFAULT 0, `birthday` date DEFAULT NULL, - `online` tinyint(1) NOT NULL DEFAULT '0', - `signature` longtext, + `online` tinyint(1) NOT NULL DEFAULT 0, + `signature` longtext DEFAULT NULL, `joined_date` timestamp NULL DEFAULT NULL, - `posts` int(11) NOT NULL DEFAULT '0' + `posts` int(11) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- @@ -177,12 +132,7 @@ CREATE TABLE `members` ( -- INSERT INTO `members` (`UID`, `email`, `username`, `password`, `salt`, `rights`, `email_activated`, `lastActive`, `donatorType`, `donationTotal`, `credits`, `icon`, `perks`, `ip`, `mac`, `serial`, `computerName`, `monthlyVotes`, `netWorth`, `forumUID`, `ironManMode`, `bank`, `inventory`, `equipment`, `ge`, `muteTime`, `banTime`, `profileImage`, `contacts`, `blocked`, `clanName`, `currentClan`, `clanReqs`, `disconnectTime`, `lastWorld`, `chatSettings`, `timePlayed`, `lastLogin`, `lastGameIp`, `countryCode`, `birthday`, `online`, `signature`, `joined_date`, `posts`) VALUES -(1, '', 'alex', '$2a$12$oQz3KDY/4la77lPpYzr2Aupb8NDp5Q8wixAC073w5M18ntt8P8RC2', '$2a$12$oQz3KDY/4la77lPpYzr2Au', 2, 0, '2016-03-26 00:06:56', -1, 0.00, 0, 0, '', '96.254.196.5', 'D4-3D-7E-97-2C-45', 'To be filled by O.E.M.', 'Alex', 0, -1940633227, -1, 'NONE', '14850,1|14851,1|14853,1|7462,10|14636,1|14638,1|14639,1|560,8000|14640,1|14896,1|561,10000|14641,1|14897,1|562,8000|14642,1|14898,1|14643,1|14899,1|14644,1|14900,1|14645,1|14646,1|4151,102|14647,1|14648,1|14649,1|14650,1|14651,1|14652,1|14653,1|14654,1|14655,1|14656,1|14657,2|14658,1|14660,1|14661,1|14662,1|8007,3|14664,1|14666,1|8010,3|14669,1|14671,1|14673,3|14674,5|14675,1|14936,1|14683,1|861,1|13661,1|14958,1|14962,1|14963,1|14964,1|14965,1|373,50|14966,1|14969,1|14970,1|379,20|14971,1|892,992|14972,102|14977,1|14980,1|14726,1|14983,1|14984,1|14985,1|14988,1|14989,1|14990,1|14991,1|7056,25|14992,1|14993,1|14994,101|14484,4|14742,1|14748,1|15004,1|14749,1|15005,1|15006,1|15007,102|14752,1|15008,2|15010,1000|13734,1|15015,50|15016,3|13736,1|14761,1|6570,10|15018,3|14762,1|13738,1|14763,1|15020,2|14764,1|13740,1|14765,1|14766,1|13742,1|14767,4|14768,100|13744,1|14773,2|14774,2|6585,11|14788,3|14792,1|14793,1|14808,1|14809,1|14810,1|14818,1|995,2147483647|14820,1|14821,1|14822,1|14823,1|14827,1|14828,1|14829,1|14830,1|1775,34|2289,25|14839,1|14845,1|14847,1', '', '14484,1', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '{uim_alex,1}', '', '', 'arios', '1,0,8,9', 1458950814328, 1, '0,0,0', 11590572, 1458950816126, '96.254.196.5', 225, '3895-01-01', 0, NULL, '2016-03-23 00:03:49', 0), -(2, '', 'uim_alex', '$2a$12$m.rN4wsgmiNi6GHnmMNv5uutUpSS9r9f3GFs.E4pxwsn4MFPDsH9W', '$2a$12$m.rN4wsgmiNi6GHnmMNv5u', 0, 0, '2016-03-25 21:18:31', -1, 0.00, 0, 0, '', '96.254.196.5', 'D4-3D-7E-97-2C-45', 'To be filled by O.E.M.', 'Alex', 0, 141601, -1, 'ULTIMATE', '7056,25|2289,25|115,15|133,15|373,50|121,15', '3105,1|3841,1|7458,1|995,16097|1381,1|8010,3|14764,1|556,169|14765,1|558,237|14766,1|590,1|303,1|8880,1|8882,341|1725,1|1438,1', '', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '{alex,1}', '', '', 'arios', '1,0,8,9', 1458940709765, 1, '0,0,0', 12479841, 1458940711546, '96.254.196.5', 225, '3890-01-01', 0, NULL, '2016-03-23 00:42:58', 0), -(3, '', 'michael', '$2a$12$f09/0zVyZp.1lF6WpAMCBuKO5ROHnlLHgf4NLv6VUUQfKCvSTMtN2', '$2a$12$f09/0zVyZp.1lF6WpAMCBu', 2, 0, '2019-10-30 22:14:02', -1, 0.00, 0, 0, '', '127.0.0.1', '40-8D-5C-EF-A5-FE', 'To be filled by O.E.M.', 'Michael', 0, 194115277, -1, 'NONE', '1,10|201,1|209,1|5341,1|1121,1|995,49994558|9703,1|9704,1|9705,1|554,49999|555,50000|556,49997|557,50004|1965,1|558,50000|559,50000|560,50000|561,50000|882,7|562,50000|563,49999|9075,50000|755,1|1203,1|564,50000|565,50000|566,50000|4151,1|313,1|5305,1|4155,1|892,2|5310,2', '554,50000|555,50000|556,49995|557,50000|558,50000|559,50000|560,50000|561,50000|562,50000|563,49999|9075,50000|564,50000|565,50000|566,50000', '1139,1|892,78|861,1', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '', '', '', 'arios', '1,0,8,9', 1572473640839, 1, '0,0,0', 21542919, 1572473642640, '127.0.0.1', 5, '3909-01-01', 0, NULL, '2019-10-29 00:17:26', 0), -(4, '', 'michael2', '$2a$12$HBYVWU66ooT8mt5pDM7dNOPmGKutgRzxx90f/S0knMJxmWTz7V3WO', '$2a$12$HBYVWU66ooT8mt5pDM7dNO', 0, 0, '2019-10-29 02:53:32', -1, 0.00, 0, 0, '', '127.0.0.1', '40-8D-5C-EF-A5-FE', 'To be filled by O.E.M.', 'Michael', 0, 0, -1, 'NONE', '', '', '', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '', '', '', 'arios', '1,0,8,9', 1572317611170, 1, '0,0,0', 65346, 1572317612972, '127.0.0.1', 5, '3909-01-01', 0, NULL, '2019-10-29 02:52:18', 0), -(5, '', '3', '$2a$12$bXpRnJ.B9D6ho7HINKCWWuFpp4SKK0JWLR0m5q5FW8svKTD/iG3p6', '$2a$12$bXpRnJ.B9D6ho7HINKCWWu', 0, 0, '2019-10-29 02:54:07', -1, 0.00, 0, 0, '', '127.0.0.1', '40-8D-5C-EF-A5-FE', 'To be filled by O.E.M.', 'Michael', 0, 0, -1, 'NONE', '', '', '', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '', '', '', 'arios', '1,0,8,9', 1572317645662, 1, '0,0,0', 13540, 1572317647523, '127.0.0.1', 5, '3909-01-01', 0, NULL, '2019-10-29 02:53:50', 0), -(6, '', '1', '$2a$12$vpnJNwQA13HcJPdqC8lT3OAXsiW/QoQ783mS5GSiXqKkh895IBs2O', '$2a$12$vpnJNwQA13HcJPdqC8lT3O', 0, 0, '2019-10-30 16:28:41', -1, 0.00, 0, 0, '', '127.0.0.1', '40-8D-5C-EF-A5-FE', 'To be filled by O.E.M.', 'Michael', 0, 0, -1, 'NONE', '', '1925,1|1351,1|1511,8|841,1|1931,1|555,6|556,25|205,1|557,4|590,1|558,15|303,1|559,2|1265,1|1521,3|882,25|1171,1|1205,1|315,1', '1009,1|1189,1|1277,1', '', -1, -1, 'http://ariosrsps.com/lib/images/forums/defaultprofile.png', '', '', '', 'arios', '1,0,8,9', 1572452919260, 1, '0,0,0', 135254856, 1572452921553, '127.0.0.1', 5, '3909-01-01', 0, NULL, '2019-10-29 02:54:23', 0); +(0, '', 'rs_2009', '$2a$12$P0OU2A5S.lEYdkTq5kq3/u1UlfVkMYIS7WWbxsjjeyfxqTDbygpEe', '$2a$12$P0OU2A5S.lEYdkTq5kq3/u', 2, 0, '2019-11-06 00:29:03', 0, 0.00, 0, 0, '', '127.0.0.1', NULL, NULL, 'SERVER', 0, 0, -1, 'STANDARD', NULL, NULL, NULL, NULL, -1, -1, '', '', '', 'Rs 2009', 'rs_2009', '0,0,8,9', 1572999889084, 1, '0,0,0', NULL, 1572999890885, '127.0.0.1', 0, NULL, 0, NULL, NULL, 0); -- -------------------------------------------------------- @@ -196,7 +146,7 @@ CREATE TABLE `messages` ( `recipient` varchar(15) NOT NULL DEFAULT '', `subject` varchar(40) NOT NULL DEFAULT '', `content` longtext NOT NULL, - `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `date` timestamp NOT NULL DEFAULT current_timestamp(), `is_read` tinyint(1) NOT NULL, `s_delete` tinyint(11) NOT NULL, `r_delete` tinyint(1) NOT NULL @@ -212,7 +162,7 @@ CREATE TABLE `perks` ( `product_id` int(10) UNSIGNED NOT NULL, `name` varchar(100) NOT NULL DEFAULT 'No Name', `description` varchar(500) DEFAULT NULL, - `price` int(10) NOT NULL DEFAULT '0' + `price` int(10) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- @@ -262,30 +212,17 @@ INSERT INTO `perks` (`product_id`, `name`, `description`, `price`) VALUES CREATE TABLE `player_logs` ( `username` varchar(22) NOT NULL DEFAULT '', - `public_chat` longtext, - `private_chat` longtext, - `clan_chat` longtext, - `address_log` longtext, - `command_log` longtext, - `trade_log` longtext, - `ge_log` longtext, - `duplication_log` longtext, - `duel_log` longtext + `public_chat` longtext DEFAULT NULL, + `private_chat` longtext DEFAULT NULL, + `clan_chat` longtext DEFAULT NULL, + `address_log` longtext DEFAULT NULL, + `command_log` longtext DEFAULT NULL, + `trade_log` longtext DEFAULT NULL, + `ge_log` longtext DEFAULT NULL, + `duplication_log` longtext DEFAULT NULL, + `duel_log` longtext DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; --- --- Dumping data for table `player_logs` --- - -INSERT INTO `player_logs` (`username`, `public_chat`, `private_chat`, `clan_chat`, `address_log`, `command_log`, `trade_log`, `ge_log`, `duplication_log`, `duel_log`) VALUES -('1', '', '', '', '28/10/2019 21:54:26: 127.0.0.1\n28/10/2019 21:54:26: To be filled by O.E.M.\n28/10/2019 21:54:26: 40-8D-5C-EF-A5-FE\n', '28/10/2019 21:54:59: tele 3200 3200\n28/10/2019 21:55:03: tele 3225 3225\n28/10/2019 21:55:23: pos\n28/10/2019 21:56:06: pos\n28/10/2019 21:56:14: pos\n28/10/2019 21:56:26: pos\n30/10/2019 11:28:06: tele 3232 3219\n30/10/2019 11:28:14: pos\n', '', '', '', ''), -('3', '', '', '', '28/10/2019 21:53:53: 127.0.0.1\n28/10/2019 21:53:53: To be filled by O.E.M.\n28/10/2019 21:53:53: 40-8D-5C-EF-A5-FE\n', '', '', '', '', ''), -('alex', '22/03/2016 20:50:12: a\n22/03/2016 20:54:32: a\n22/03/2016 20:57:25: a\n23/03/2016 00:15:05: a\n23/03/2016 00:16:15: a\n23/03/2016 10:58:38: oo\n23/03/2016 11:11:13: a\n23/03/2016 11:12:42: :item 11784 1\n23/03/2016 15:28:52: a\n23/03/2016 15:38:32: a\n25/03/2016 02:05:12: a\n25/03/2016 12:54:51: a\n25/03/2016 12:57:24: aa\n', '', '', '22/03/2016 20:50:05: 96.254.196.5\n22/03/2016 20:50:05: To be filled by O.E.M.\n22/03/2016 20:50:05: D4-3D-7E-97-2C-45\n22/03/2016 20:54:24: 96.254.196.5\n22/03/2016 20:54:24: To be filled by O.E.M.\n22/03/2016 20:54:24: D4-3D-7E-97-2C-45\n22/03/2016 20:57:17: 96.254.196.5\n22/03/2016 20:57:17: To be filled by O.E.M.\n22/03/2016 20:57:17: D4-3D-7E-97-2C-45\n22/03/2016 20:58:14: 96.254.196.5\n22/03/2016 20:58:14: To be filled by O.E.M.\n22/03/2016 20:58:14: D4-3D-7E-97-2C-45\n23/03/2016 00:13:28: 96.254.196.5\n23/03/2016 00:13:28: To be filled by O.E.M.\n23/03/2016 00:13:28: D4-3D-7E-97-2C-45\n23/03/2016 00:14:30: 96.254.196.5\n23/03/2016 00:14:30: To be filled by O.E.M.\n23/03/2016 00:14:30: D4-3D-7E-97-2C-45\n23/03/2016 10:57:24: 96.254.196.5\n23/03/2016 10:57:24: To be filled by O.E.M.\n23/03/2016 10:57:24: D4-3D-7E-97-2C-45\n23/03/2016 11:03:26: 96.254.196.5\n23/03/2016 11:03:26: To be filled by O.E.M.\n23/03/2016 11:03:26: D4-3D-7E-97-2C-45\n23/03/2016 11:11:08: 96.254.196.5\n23/03/2016 11:11:08: To be filled by O.E.M.\n23/03/2016 11:11:08: D4-3D-7E-97-2C-45\n23/03/2016 15:13:48: 96.254.196.5\n23/03/2016 15:13:48: To be filled by O.E.M.\n23/03/2016 15:13:48: D4-3D-7E-97-2C-45\n23/03/2016 15:58:08: 96.254.196.5\n23/03/2016 15:58:08: To be filled by O.E.M.\n23/03/2016 15:58:08: D4-3D-7E-97-2C-45\n25/03/2016 02:01:15: 96.254.196.5\n25/03/2016 02:01:15: To be filled by O.E.M.\n25/03/2016 02:01:15: D4-3D-7E-97-2C-45\n25/03/2016 02:05:02: 96.254.196.5\n25/03/2016 02:05:02: To be filled by O.E.M.\n25/03/2016 02:05:02: D4-3D-7E-97-2C-45\n25/03/2016 02:06:29: 96.254.196.5\n25/03/2016 02:06:29: To be filled by O.E.M.\n25/03/2016 02:06:29: D4-3D-7E-97-2C-45\n25/03/2016 10:05:04: 96.254.196.5\n25/03/2016 10:05:04: To be filled by O.E.M.\n25/03/2016 10:05:04: D4-3D-7E-97-2C-45\n25/03/2016 12:53:49: 96.254.196.5\n25/03/2016 12:53:49: To be filled by O.E.M.\n25/03/2016 12:53:49: D4-3D-7E-97-2C-45\n25/03/2016 12:57:18: 96.254.196.5\n25/03/2016 12:57:18: To be filled by O.E.M.\n25/03/2016 12:57:18: D4-3D-7E-97-2C-45\n25/03/2016 16:59:34: 96.254.196.5\n25/03/2016 16:59:34: To be filled by O.E.M.\n25/03/2016 16:59:34: D4-3D-7E-97-2C-45\n25/03/2016 19:52:32: 96.254.196.5\n25/03/2016 19:52:32: To be filled by O.E.M.\n25/03/2016 19:52:32: D4-3D-7E-97-2C-45\n', '22/03/2016 20:58:18: master\n22/03/2016 20:58:30: item 995 2147000000\n22/03/2016 20:58:34: item 4152 100\n22/03/2016 20:58:38: item 6585 5\n22/03/2016 20:58:41: item 7462 5\n22/03/2016 20:58:55: item 6570 10\n23/03/2016 11:04:21: item 4151 1\n23/03/2016 11:06:45: to 1241 1250 0\n23/03/2016 11:07:27: to 1303 1327 0\n23/03/2016 11:11:17: tele 1241 1250\n23/03/2016 11:11:57: tele 2205 3055\n23/03/2016 11:12:46: item 11785 1\n23/03/2016 11:12:54: item 861 1\n23/03/2016 11:13:00: item 892 1000\n23/03/2016 11:14:24: tele 2444 9825\n23/03/2016 11:15:28: tele 3736 5809\n23/03/2016 11:17:27: tele 1470 3687\n23/03/2016 11:17:48: tele 3222 3222\n23/03/2016 11:18:18: item 14666 1\n23/03/2016 11:18:37: item 14664 1\n23/03/2016 11:19:13: item 995 10000000\n23/03/2016 11:19:21: item 560 10000\n23/03/2016 11:19:25: item 561 10000\n23/03/2016 11:19:28: item 554 10000\n23/03/2016 11:19:37: item 562 10000\n23/03/2016 11:20:38: item 14839\n23/03/2016 11:20:49: item 14829 1\n23/03/2016 11:21:32: item 14636 1\n23/03/2016 11:21:42: item 14662 1\n23/03/2016 11:21:59: item 14671 1\n23/03/2016 11:22:53: item 14752 1\n23/03/2016 11:23:25: item 14726\n23/03/2016 11:23:45: item 14767\n23/03/2016 11:23:54: tele 0,50,50,62,28\n23/03/2016 11:23:56: tele 0,51,50,10,18\n23/03/2016 11:23:57: tele 0,51,50,18,6\n23/03/2016 11:23:58: tele 0,51,49,26,58\n23/03/2016 11:23:59: tele 0,51,49,30,44\n23/03/2016 11:24:01: tele 0,51,49,28,34\n23/03/2016 15:14:09: item 4151 1\n23/03/2016 15:14:13: item 14958 1\n23/03/2016 15:16:03: item 14821 1\n23/03/2016 15:16:27: item 14822 1\n23/03/2016 15:16:38: item 14827 1\n23/03/2016 15:17:16: item 14748 1\n23/03/2016 15:17:27: item 14749 1\n23/03/2016 15:19:05: item 14845 1\n23/03/2016 15:19:08: item 14846 1\n23/03/2016 15:19:18: item 14847 1\n23/03/2016 15:19:34: item 14851 1\n23/03/2016 15:19:39: item 14853 1\n23/03/2016 15:19:55: item 14850 1\n23/03/2016 15:20:09: item 14693 1\n23/03/2016 15:20:38: item 14638 1\n23/03/2016 15:20:41: item 14639 1\n23/03/2016 15:20:45: item 14640 1\n23/03/2016 15:20:48: item 14641 1\n23/03/2016 15:20:51: item 14642 1\n23/03/2016 15:20:54: item 14643 1\n23/03/2016 15:20:58: item 14644 1\n23/03/2016 15:21:02: item 14645 1\n23/03/2016 15:21:06: item 14646 1\n23/03/2016 15:21:12: item 14647 1\n23/03/2016 15:21:15: item 14648 1\n23/03/2016 15:21:18: item 14649 1\n23/03/2016 15:21:21: item 14650 1\n23/03/2016 15:21:25: item 14651 1\n23/03/2016 15:21:34: item 14652 1\n23/03/2016 15:21:38: item 14653 1\n23/03/2016 15:21:41: item 14654 1\n23/03/2016 15:21:45: item 14655 1\n23/03/2016 15:21:48: item 14656 1\n23/03/2016 15:23:21: empty\n23/03/2016 15:23:29: item 14657 1\n23/03/2016 15:23:33: item 14658 1\n23/03/2016 15:23:37: item 14659 1\n23/03/2016 15:23:45: item 14660 1\n23/03/2016 15:23:47: item 14661 1\n23/03/2016 15:24:00: item 14669 1\n23/03/2016 15:24:06: item 14673 1\n23/03/2016 15:24:43: item 14674 5\n23/03/2016 15:24:46: item 14675 1\n23/03/2016 15:24:49: item 14683 1\n23/03/2016 15:25:07: item 14810 1\n23/03/2016 15:25:14: item 14808 1\n23/03/2016 15:25:18: item 14809 1\n23/03/2016 15:25:27: item 14818 1\n23/03/2016 15:25:37: item 14823 1\n23/03/2016 15:25:44: item 14828 1\n23/03/2016 15:30:22: item 14896 1\n23/03/2016 15:30:28: item 14897 1\n23/03/2016 15:30:36: item 14898 1\n23/03/2016 15:30:38: item 14899 1\n23/03/2016 15:30:49: item 14900 1\n23/03/2016 15:40:36: item 14830 1\n25/03/2016 02:07:06: item 14962 1\n25/03/2016 02:07:10: item 14963 1\n25/03/2016 02:07:13: item 14964 1\n25/03/2016 02:07:19: item 14965 1\n25/03/2016 02:07:26: item 14966 1\n25/03/2016 02:07:35: item 14969 1\n25/03/2016 02:07:40: item 14970 1\n25/03/2016 02:07:43: item 14971 1\n25/03/2016 02:07:48: item 14972 1\n25/03/2016 02:07:51: item 14972 1\n25/03/2016 02:07:55: item 14972 100\n25/03/2016 02:08:00: item 14977 1\n25/03/2016 02:08:09: item 14980 1\n25/03/2016 02:08:15: item 14983 1\n25/03/2016 02:08:18: item 14984 1\n25/03/2016 02:08:29: item 14985 1\n25/03/2016 02:08:34: item 14988 1\n25/03/2016 02:08:37: item 14989 1\n25/03/2016 02:08:40: item 14990 1\n25/03/2016 02:08:42: item 14991 1\n25/03/2016 02:08:45: item 14992 1\n25/03/2016 02:08:48: item 14993 1\n25/03/2016 02:08:59: item 14994 1\n25/03/2016 02:09:03: item 14994 100\n25/03/2016 02:09:11: item 15007 2\n25/03/2016 02:09:15: item 15007 100\n25/03/2016 02:09:22: item 15010 1000\n25/03/2016 02:12:25: item 15015 50\n25/03/2016 02:12:43: item 15008 2\n25/03/2016 02:13:58: item 15004 1\n25/03/2016 02:14:00: item 15005 1\n25/03/2016 02:14:05: item 15006 1\n25/03/2016 02:14:14: item 15016 3\n25/03/2016 02:14:20: item 15018 3\n25/03/2016 02:14:23: item 15020 2\n25/03/2016 02:15:06: item 14936 1\n25/03/2016 02:15:37: item 14820 1\n25/03/2016 02:16:12: item 14792 1\n25/03/2016 02:16:15: item 14793 1\n25/03/2016 02:16:22: item 14788 3\n25/03/2016 02:16:34: item 14773 2\n25/03/2016 02:16:40: item 14774 2\n25/03/2016 02:16:53: item 14768 100\n25/03/2016 02:17:05: item 14767 3\n25/03/2016 02:17:09: item 14761 1\n25/03/2016 02:17:11: item 14762 1\n25/03/2016 02:17:14: item 14763 1\n25/03/2016 02:17:18: ultimatearmour\n25/03/2016 02:18:15: item 14673 2\n25/03/2016 02:19:20: item 14484 5\n25/03/2016 02:19:31: item 7462 5\n25/03/2016 02:19:37: item 6585 6\n25/03/2016 02:21:14: item 13734 1\n25/03/2016 02:21:19: item 13738 1\n25/03/2016 02:21:24: item 13740 1\n25/03/2016 02:21:27: item 14742 1\n25/03/2016 02:21:33: item 13742 1\n25/03/2016 02:21:40: item 13744 1\n25/03/2016 02:21:51: item 13736 1\n25/03/2016 02:22:27: item 13661 1\n25/03/2016 02:22:45: empty\n25/03/2016 12:57:26: npc 1 1\n25/03/2016 12:57:38: npc 8675 1\n25/03/2016 12:57:54: npc 8676 1\n25/03/2016 12:58:05: npc 8677 1\n25/03/2016 12:58:19: npc 8679 1\n25/03/2016 12:58:37: npc 8680 1\n25/03/2016 12:58:50: npc 8681 1\n25/03/2016 12:59:12: npc 8682 1\n25/03/2016 12:59:35: npc 8683 1\n25/03/2016 12:59:46: npc 8484 1\n25/03/2016 12:59:56: npc 8684 1\n25/03/2016 13:00:04: npc 8685 1\n25/03/2016 13:00:24: npc 8686 1\n25/03/2016 13:00:41: npc 8687 1\n25/03/2016 13:00:57: npc 8688 1\n25/03/2016 17:01:48: oskill uim alex 0 99\n25/03/2016 17:01:57: oskill 0 97 uim alex\n25/03/2016 17:03:22: oskill 0 95 uim_alex\n25/03/2016 17:03:52: oskill 1 93 uim_alex\n25/03/2016 17:05:41: oskill 2 97 uim_alex\n25/03/2016 17:06:05: oskill 3 95 uim_alex\n25/03/2016 19:52:53: npc 8679 1\n25/03/2016 19:53:14: npc 8688 1\n', '', '', '22/03/2016 20:58:35: Large networth increase - [incr=2188350000, old=140222, cur=2188490222].\n22/03/2016 20:59:05: Large networth increase - [incr=2224040620, old=140222, cur=2224180842].\n22/03/2016 20:59:23: Large networth increase - [incr=2224040620, old=140222, cur=2224180842].\n23/03/2016 00:13:39: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:13:49: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:14:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:15:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:15:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:16:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:16:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:17:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:17:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:18:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:18:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:19:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:19:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:20:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:20:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:21:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:21:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:22:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:22:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:23:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:23:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:24:12: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:24:42: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 00:25:04: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 10:57:39: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 10:58:09: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 10:58:39: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 10:58:49: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 11:03:47: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 11:04:17: Large networth increase - [incr=4294967296, old=-2070786454, cur=2224180842].\n23/03/2016 11:04:47: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:05:17: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:05:47: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:06:17: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:06:47: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:07:17: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:07:47: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:08:17: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:08:42: Large networth increase - [incr=4295428159, old=-2070786454, cur=2224641705].\n23/03/2016 11:11:30: Large networth increase - [incr=4294967296, old=-2070325591, cur=2224641705].\n23/03/2016 11:12:00: Large networth increase - [incr=4294967296, old=-2070325591, cur=2224641705].\n23/03/2016 11:12:30: Large networth increase - [incr=4294967296, old=-2070325591, cur=2224641705].\n23/03/2016 11:13:00: Large networth increase - [incr=4294972896, old=-2070325591, cur=2224647305].\n23/03/2016 11:13:30: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:14:00: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:14:30: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:15:00: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:15:30: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:16:00: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:16:30: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:17:00: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:17:30: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:18:00: Large networth increase - [incr=4295478816, old=-2070325591, cur=2225153225].\n23/03/2016 11:18:30: Large networth increase - [incr=4295547316, old=-2070325591, cur=2225221725].\n23/03/2016 11:19:00: Large networth increase - [incr=4295615816, old=-2070325591, cur=2225290225].\n23/03/2016 11:19:30: Large networth increase - [incr=4313525816, old=-2070325591, cur=2243200225].\n23/03/2016 11:20:00: Large networth increase - [incr=4313644316, old=-2070325591, cur=2243318725].\n23/03/2016 11:20:30: Large networth increase - [incr=4313644316, old=-2070325591, cur=2243318725].\n23/03/2016 11:21:00: Large networth increase - [incr=4313842316, old=-2070325591, cur=2243516725].\n23/03/2016 11:21:30: Large networth increase - [incr=4313842316, old=-2070325591, cur=2243516725].\n23/03/2016 11:22:00: Large networth increase - [incr=4315132966, old=-2070325591, cur=2244807375].\n23/03/2016 11:22:30: Large networth increase - [incr=4315132966, old=-2070325591, cur=2244807375].\n23/03/2016 11:23:00: Large networth increase - [incr=4315422766, old=-2070325591, cur=2245097175].\n23/03/2016 11:23:30: Large networth increase - [incr=4316422771, old=-2070325591, cur=2246097180].\n23/03/2016 11:24:00: Large networth increase - [incr=4316490778, old=-2070325591, cur=2246165187].\n23/03/2016 11:24:30: Large networth increase - [incr=4316522194, old=-2070325591, cur=2246196603].\n23/03/2016 11:25:00: Large networth increase - [incr=4316522194, old=-2070325591, cur=2246196603].\n23/03/2016 11:25:30: Large networth increase - [incr=4316522194, old=-2070325591, cur=2246196603].\n23/03/2016 11:26:00: Large networth increase - [incr=4316522194, old=-2070325591, cur=2246196603].\n23/03/2016 11:26:18: Large networth increase - [incr=4316522194, old=-2070325591, cur=2246196603].\n23/03/2016 15:14:00: Large networth increase - [incr=4294967296, old=-2048770693, cur=2246196603].\n23/03/2016 15:14:30: Large networth increase - [incr=4295548159, old=-2048770693, cur=2246777466].\n23/03/2016 15:15:00: Large networth increase - [incr=4295548159, old=-2048770693, cur=2246777466].\n23/03/2016 15:15:30: Large networth increase - [incr=4295548159, old=-2048770693, cur=2246777466].\n23/03/2016 15:16:00: Large networth increase - [incr=4295548159, old=-2048770693, cur=2246777466].\n23/03/2016 15:16:30: Large networth increase - [incr=4295548161, old=-2048770693, cur=2246777468].\n23/03/2016 15:17:00: Large networth increase - [incr=4295548162, old=-2048770693, cur=2246777469].\n23/03/2016 15:17:30: Large networth increase - [incr=4295788164, old=-2048770693, cur=2247017471].\n23/03/2016 15:18:00: Large networth increase - [incr=4295779392, old=-2048770693, cur=2247008699].\n23/03/2016 15:18:30: Large networth increase - [incr=4295779392, old=-2048770693, cur=2247008699].\n23/03/2016 15:19:00: Large networth increase - [incr=4295779392, old=-2048770693, cur=2247008699].\n23/03/2016 15:19:13: Large networth increase - [incr=4295878392, old=-2048770693, cur=2247107699].\n23/03/2016 15:19:30: Large networth increase - [incr=4295977392, old=-2048770693, cur=2247206699].\n23/03/2016 15:20:00: Large networth increase - [incr=4296642243, old=-2048770693, cur=2247871550].\n23/03/2016 15:20:30: Large networth increase - [incr=4296642243, old=-2048770693, cur=2247871550].\n23/03/2016 15:21:00: Large networth increase - [incr=4296642250, old=-2048770693, cur=2247871557].\n23/03/2016 15:21:30: Large networth increase - [incr=4296642257, old=-2048770693, cur=2247871564].\n23/03/2016 15:22:00: Large networth increase - [incr=4296642262, old=-2048770693, cur=2247871569].\n23/03/2016 15:22:15: Large networth increase - [incr=4287120909, old=-2048770693, cur=2238350216].\n23/03/2016 15:22:30: Large networth increase - [incr=4287120909, old=-2048770693, cur=2238350216].\n23/03/2016 15:23:00: Large networth increase - [incr=4287120967, old=-2048770693, cur=2238350274].\n23/03/2016 15:23:30: Large networth increase - [incr=4296602716, old=-2048770693, cur=2247832023].\n23/03/2016 15:24:00: Large networth increase - [incr=4296700670, old=-2048770693, cur=2247929977].\n23/03/2016 15:24:30: Large networth increase - [incr=4296700680, old=-2048770693, cur=2247929987].\n23/03/2016 15:25:00: Large networth increase - [incr=4297303180, old=-2048770693, cur=2248532487].\n23/03/2016 15:25:30: Large networth increase - [incr=4297303381, old=-2048770693, cur=2248532688].\n23/03/2016 15:26:00: Large networth increase - [incr=4297303383, old=-2048770693, cur=2248532690].\n23/03/2016 15:26:30: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:27:00: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:27:30: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:28:00: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:28:30: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:29:00: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:29:30: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:30:00: Large networth increase - [incr=4297300383, old=-2048770693, cur=2248529690].\n23/03/2016 15:30:30: Large networth increase - [incr=4297300508, old=-2048770693, cur=2248529815].\n23/03/2016 15:31:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:31:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:32:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:32:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:33:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:33:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:34:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:34:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:35:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:35:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:36:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:36:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:37:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:37:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:38:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:38:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:39:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:39:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:40:00: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:40:30: Large networth increase - [incr=4297300733, old=-2048770693, cur=2248530040].\n23/03/2016 15:41:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:41:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:42:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:42:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:43:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:43:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:44:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:44:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:45:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:45:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:46:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:46:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:47:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:47:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:48:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:48:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:49:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:49:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:50:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:50:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:51:00: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:51:30: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:51:51: Large networth increase - [incr=4297300734, old=-2048770693, cur=2248530041].\n23/03/2016 15:58:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 15:58:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 15:59:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 15:59:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:00:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:00:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:01:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:01:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:02:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:02:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:03:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:03:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:04:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:04:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:05:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:05:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:06:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:06:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:07:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:07:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:08:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:08:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:09:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:09:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:10:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:10:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:11:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:11:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:12:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:12:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:13:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:13:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:14:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:14:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:15:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:15:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:16:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:16:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:17:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:17:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:18:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:18:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:19:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:19:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:20:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:20:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:21:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:21:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:22:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:22:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:23:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:23:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:24:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:24:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:25:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:25:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:26:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:26:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:27:17: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:27:47: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:28:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:28:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:29:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:29:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:30:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:30:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:31:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:31:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:32:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:32:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:33:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:33:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:34:18: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n23/03/2016 16:34:24: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:01:34: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:02:04: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:02:15: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:05:14: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:05:44: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:05:49: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:06:48: Large networth increase - [incr=4294967296, old=-1981014433, cur=2313952863].\n25/03/2016 02:07:18: Large networth increase - [incr=4295188297, old=-1981014433, cur=2314173864].\n25/03/2016 02:07:48: Large networth increase - [incr=4295692860, old=-1981014433, cur=2314678427].\n25/03/2016 02:08:18: Large networth increase - [incr=4296962366, old=-1981014433, cur=2315947933].\n25/03/2016 02:08:48: Large networth increase - [incr=4297532566, old=-1981014433, cur=2316518133].\n25/03/2016 02:09:18: Large networth increase - [incr=4297538787, old=-1981014433, cur=2316524354].\n25/03/2016 02:09:48: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:10:18: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:10:48: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:11:18: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:11:48: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:12:18: Large networth increase - [incr=4297558787, old=-1981014433, cur=2316544354].\n25/03/2016 02:12:48: Large networth increase - [incr=4297559989, old=-1981014433, cur=2316545556].\n25/03/2016 02:13:18: Large networth increase - [incr=4297559989, old=-1981014433, cur=2316545556].\n25/03/2016 02:13:48: Large networth increase - [incr=4297559989, old=-1981014433, cur=2316545556].\n25/03/2016 02:14:18: Large networth increase - [incr=4297889993, old=-1981014433, cur=2316875560].\n25/03/2016 02:14:48: Large networth increase - [incr=4298196013, old=-1981014433, cur=2317181580].\n25/03/2016 02:15:18: Large networth increase - [incr=4298316013, old=-1981014433, cur=2317301580].\n25/03/2016 02:15:48: Large networth increase - [incr=4298316014, old=-1981014433, cur=2317301581].\n25/03/2016 02:16:18: Large networth increase - [incr=4298371014, old=-1981014433, cur=2317356581].\n25/03/2016 02:16:48: Large networth increase - [incr=4298482824, old=-1981014433, cur=2317468391].\n25/03/2016 02:17:18: Large networth increase - [incr=4298688851, old=-1981014433, cur=2317674418].\n25/03/2016 02:17:48: Large networth increase - [incr=4298688851, old=-1981014433, cur=2317674418].\n25/03/2016 02:18:18: Large networth increase - [incr=4298688871, old=-1981014433, cur=2317674438].\n25/03/2016 02:18:48: Large networth increase - [incr=4298688871, old=-1981014433, cur=2317674438].\n25/03/2016 02:19:18: Large networth increase - [incr=4298688871, old=-1981014433, cur=2317674438].\n25/03/2016 02:19:48: Large networth increase - [incr=4335351555, old=-1981014433, cur=2354337122].\n25/03/2016 02:20:18: Large networth increase - [incr=4335351555, old=-1981014433, cur=2354337122].\n25/03/2016 02:20:48: Large networth increase - [incr=4335351555, old=-1981014433, cur=2354337122].\n25/03/2016 02:21:18: Large networth increase - [incr=4335421555, old=-1981014433, cur=2354407122].\n25/03/2016 02:21:48: Large networth increase - [incr=4343466555, old=-1981014433, cur=2362452122].\n25/03/2016 02:22:18: Large networth increase - [incr=4344866555, old=-1981014433, cur=2363852122].\n25/03/2016 02:22:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:23:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:23:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:24:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:24:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:25:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:25:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:26:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:26:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:27:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:27:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:28:18: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:28:48: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 02:29:20: Large networth increase - [incr=4335348502, old=-1981014433, cur=2354334069].\n25/03/2016 10:05:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:05:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:06:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:06:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:07:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:07:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:08:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:08:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:09:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:09:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:10:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:10:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:11:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:11:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:12:16: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:12:46: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 10:13:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:54:20: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:54:50: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:55:20: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:55:50: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:56:20: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:56:50: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:56:53: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:57:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:58:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:58:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:59:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 12:59:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:00:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:00:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:01:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:01:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:02:06: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:02:36: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 13:03:06: Large networth increase - [incr=4294967295, old=-1940633227, cur=2354334068].\n25/03/2016 13:03:37: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 16:59:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:00:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:00:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:01:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:01:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:02:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:02:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:03:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:03:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:04:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:04:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:05:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:05:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:06:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:06:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:07:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:07:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:08:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:08:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:09:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:09:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:10:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:10:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:11:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:11:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:12:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:12:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:13:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:13:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:14:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:14:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:15:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:15:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:16:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:16:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:17:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:17:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:18:17: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:18:47: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 17:19:08: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:52:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:53:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:53:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:54:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:54:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:55:14: Large networth increase - [incr=4294967295, old=-1940633227, cur=2354334068].\n25/03/2016 19:55:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:56:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:56:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:57:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:57:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:58:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:58:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:59:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 19:59:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:00:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:00:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:01:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:01:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:02:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:02:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:03:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:03:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:04:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:04:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:05:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:05:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:06:14: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:06:44: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n25/03/2016 20:06:56: Large networth increase - [incr=4294967296, old=-1940633227, cur=2354334069].\n', ''), -('michael', '28/10/2019 19:22:49: g\n', '', '', '28/10/2019 19:17:33: 127.0.0.1\n28/10/2019 19:17:33: To be filled by O.E.M.\n28/10/2019 19:17:33: 40-8D-5C-EF-A5-FE\n28/10/2019 19:22:41: 127.0.0.1\n28/10/2019 19:22:41: To be filled by O.E.M.\n28/10/2019 19:22:41: 40-8D-5C-EF-A5-FE\n28/10/2019 21:44:07: 127.0.0.1\n28/10/2019 21:44:07: To be filled by O.E.M.\n28/10/2019 21:44:07: 40-8D-5C-EF-A5-FE\n28/10/2019 21:46:53: 127.0.0.1\n28/10/2019 21:46:53: To be filled by O.E.M.\n28/10/2019 21:46:53: 40-8D-5C-EF-A5-FE\n28/10/2019 21:51:58: 127.0.0.1\n28/10/2019 21:51:58: To be filled by O.E.M.\n28/10/2019 21:51:58: 40-8D-5C-EF-A5-FE\n30/10/2019 11:30:30: 127.0.0.1\n30/10/2019 11:30:30: To be filled by O.E.M.\n30/10/2019 11:30:30: 40-8D-5C-EF-A5-FE\n', '28/10/2019 19:18:10: fpson\n28/10/2019 19:22:52: master\n28/10/2019 19:23:01: item 4151 1\n28/10/2019 19:24:02: item 892 100\n28/10/2019 19:24:04: item 861\n28/10/2019 19:24:48: runes\n30/10/2019 13:26:40: item weeds 10\n30/10/2019 13:26:47: bank\n30/10/2019 13:42:06: runes\n', '', '', '', ''), -('michael2', '', '', '', '28/10/2019 21:52:22: 127.0.0.1\n28/10/2019 21:52:22: To be filled by O.E.M.\n28/10/2019 21:52:22: 40-8D-5C-EF-A5-FE\n28/10/2019 21:53:25: 127.0.0.1\n28/10/2019 21:53:25: To be filled by O.E.M.\n28/10/2019 21:53:25: 40-8D-5C-EF-A5-FE\n', '', '', '', '', ''); -INSERT INTO `player_logs` (`username`, `public_chat`, `private_chat`, `clan_chat`, `address_log`, `command_log`, `trade_log`, `ge_log`, `duplication_log`, `duel_log`) VALUES -('uim_alex', '22/03/2016 20:43:13: a\n23/03/2016 00:08:13: a\n23/03/2016 11:28:55: oo\n23/03/2016 11:29:00: cant even bank niqqa\n23/03/2016 13:43:48: yea\n24/03/2016 23:04:13: a\n25/03/2016 17:13:25: oo\n', '', '', '22/03/2016 20:43:03: 96.254.196.5\n22/03/2016 20:43:03: To be filled by O.E.M.\n22/03/2016 20:43:03: D4-3D-7E-97-2C-45\n22/03/2016 21:00:30: 96.254.196.5\n22/03/2016 21:00:30: To be filled by O.E.M.\n22/03/2016 21:00:30: D4-3D-7E-97-2C-45\n22/03/2016 21:46:43: 96.254.196.5\n22/03/2016 21:46:43: To be filled by O.E.M.\n22/03/2016 21:46:43: D4-3D-7E-97-2C-45\n22/03/2016 22:02:01: 96.254.196.5\n22/03/2016 22:02:01: To be filled by O.E.M.\n22/03/2016 22:02:01: D4-3D-7E-97-2C-45\n23/03/2016 00:06:22: 96.254.196.5\n23/03/2016 00:06:22: To be filled by O.E.M.\n23/03/2016 00:06:22: D4-3D-7E-97-2C-45\n23/03/2016 00:07:33: 96.254.196.5\n23/03/2016 00:07:33: To be filled by O.E.M.\n23/03/2016 00:07:33: D4-3D-7E-97-2C-45\n23/03/2016 08:16:12: 96.254.196.5\n23/03/2016 08:16:12: To be filled by O.E.M.\n23/03/2016 08:16:12: D4-3D-7E-97-2C-45\n23/03/2016 11:28:37: 96.254.196.5\n23/03/2016 11:28:37: To be filled by O.E.M.\n23/03/2016 11:28:37: D4-3D-7E-97-2C-45\n23/03/2016 13:24:24: 96.254.196.5\n23/03/2016 13:24:24: To be filled by O.E.M.\n23/03/2016 13:24:24: D4-3D-7E-97-2C-45\n24/03/2016 23:00:51: 96.254.196.5\n24/03/2016 23:00:51: To be filled by O.E.M.\n24/03/2016 23:00:51: D4-3D-7E-97-2C-45\n25/03/2016 16:57:31: 96.254.196.5\n25/03/2016 16:57:31: To be filled by O.E.M.\n25/03/2016 16:57:31: D4-3D-7E-97-2C-45\n', '22/03/2016 22:02:12: ultimatearmour\n', '', '', '', ''); - -- -------------------------------------------------------- -- @@ -307,132 +244,9 @@ CREATE TABLE `security` ( `id` int(11) UNSIGNED NOT NULL, `ip` longtext NOT NULL, `type` int(11) NOT NULL, - `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP + `timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; --- --- Dumping data for table `security` --- - -INSERT INTO `security` (`id`, `ip`, `type`, `timestamp`) VALUES -(1, '127.0.0.1', 1, '2016-03-23 00:31:58'), -(2, '127.0.0.1', 2, '2016-03-23 00:32:14'), -(3, '127.0.0.1', 2, '2016-03-23 00:32:20'), -(4, '127.0.0.1', 2, '2016-03-23 00:32:26'), -(5, '127.0.0.1', 1, '2016-03-23 00:32:35'), -(6, '127.0.0.1', 1, '2016-03-23 00:32:40'), -(7, '127.0.0.1', 1, '2016-03-23 00:32:40'), -(8, '127.0.0.1', 1, '2016-03-23 00:32:49'), -(9, '127.0.0.1', 1, '2016-03-23 00:32:51'), -(10, '127.0.0.1', 1, '2016-03-23 00:32:51'), -(11, '127.0.0.1', 1, '2016-03-23 00:33:00'), -(12, '192.168.1.4', 1, '2016-03-23 00:38:03'), -(13, '192.168.1.4', 1, '2016-03-23 00:38:55'), -(14, '192.168.1.4', 1, '2016-03-23 00:38:57'), -(15, '192.168.1.4', 1, '2016-03-23 00:39:38'), -(16, '192.168.1.4', 2, '2016-03-23 00:39:42'), -(17, '192.168.1.4', 1, '2016-03-23 00:39:44'), -(18, '192.168.1.4', 1, '2016-03-23 00:39:46'), -(19, '192.168.1.4', 2, '2016-03-23 00:39:54'), -(20, '192.168.1.4', 2, '2016-03-23 00:39:57'), -(21, '192.168.1.4', 1, '2016-03-23 00:42:22'), -(22, '192.168.1.4', 1, '2016-03-23 00:43:20'), -(23, '192.168.1.4', 2, '2016-03-23 00:43:21'), -(24, '192.168.1.4', 2, '2016-03-23 00:43:29'), -(25, '192.168.1.4', 2, '2016-03-23 00:43:31'), -(26, '192.168.1.4', 1, '2016-03-23 00:54:42'), -(27, '192.168.1.4', 1, '2016-03-23 00:59:33'), -(28, '192.168.1.4', 2, '2016-03-23 00:59:35'), -(29, '192.168.1.4', 1, '2016-03-23 00:59:39'), -(30, '192.168.1.4', 1, '2016-03-23 00:59:41'), -(31, '192.168.1.4', 2, '2016-03-23 00:59:47'), -(32, '192.168.1.4', 2, '2016-03-23 00:59:50'), -(33, '192.168.1.4', 2, '2016-03-23 00:59:55'), -(34, '192.168.1.4', 2, '2016-03-23 00:59:56'), -(35, '192.168.1.4', 2, '2016-03-23 01:00:03'), -(36, '192.168.1.4', 1, '2016-03-23 01:45:19'), -(37, '192.168.1.4', 2, '2016-03-23 01:45:22'), -(38, '192.168.1.4', 2, '2016-03-23 01:45:24'), -(39, '192.168.1.4', 2, '2016-03-23 01:45:25'), -(40, '192.168.1.4', 2, '2016-03-23 01:46:55'), -(41, '192.168.1.4', 1, '2016-03-23 01:47:04'), -(42, '186.222.2.208', 1, '2016-03-23 01:47:04'), -(43, '192.168.1.4', 2, '2016-03-23 01:49:28'), -(44, '184.105.247.195', 1, '2016-03-23 02:36:41'), -(45, '127.0.0.1', 1, '2016-03-23 02:58:42'), -(46, '127.0.0.1', 1, '2016-03-23 02:58:44'), -(47, '127.0.0.1', 2, '2016-03-23 02:58:47'), -(48, '127.0.0.1', 2, '2016-03-23 02:58:54'), -(49, '127.0.0.1', 2, '2016-03-23 02:59:01'), -(50, '127.0.0.1', 2, '2016-03-23 02:59:03'), -(51, '127.0.0.1', 2, '2016-03-23 02:59:07'), -(52, '127.0.0.1', 2, '2016-03-23 03:10:16'), -(53, '127.0.0.1', 2, '2016-03-23 03:10:18'), -(54, '127.0.0.1', 2, '2016-03-23 03:10:19'), -(55, '192.168.1.4', 1, '2016-03-23 04:06:09'), -(56, '192.168.1.4', 1, '2016-03-23 04:06:11'), -(57, '192.168.1.4', 2, '2016-03-23 04:06:13'), -(58, '127.0.0.1', 1, '2016-03-23 12:34:21'), -(59, '127.0.0.1', 1, '2016-03-23 12:34:25'), -(60, '127.0.0.1', 2, '2016-03-23 12:34:28'), -(61, '127.0.0.1', 1, '2016-03-23 14:59:05'), -(62, '127.0.0.1', 1, '2016-03-23 14:59:11'), -(63, '127.0.0.1', 2, '2016-03-23 14:59:14'), -(64, '127.0.0.1', 2, '2016-03-23 14:59:16'), -(65, '127.0.0.1', 2, '2016-03-23 14:59:32'), -(66, '127.0.0.1', 2, '2016-03-23 14:59:37'), -(67, '127.0.0.1', 2, '2016-03-23 14:59:38'), -(68, '127.0.0.1', 2, '2016-03-23 14:59:44'), -(69, '127.0.0.1', 2, '2016-03-23 14:59:45'), -(70, '127.0.0.1', 2, '2016-03-23 14:59:57'), -(71, '127.0.0.1', 2, '2016-03-23 14:59:59'), -(72, '127.0.0.1', 1, '2016-03-23 15:00:59'), -(73, '127.0.0.1', 1, '2016-03-23 15:00:59'), -(74, '127.0.0.1', 1, '2016-03-23 15:01:07'), -(75, '127.0.0.1', 1, '2016-03-23 15:01:09'), -(76, '127.0.0.1', 1, '2016-03-23 15:01:20'), -(77, '127.0.0.1', 1, '2016-03-23 15:01:25'), -(78, '127.0.0.1', 1, '2016-03-23 15:01:25'), -(79, '127.0.0.1', 1, '2016-03-23 15:01:28'), -(80, '127.0.0.1', 1, '2016-03-23 15:01:28'), -(81, '127.0.0.1', 1, '2016-03-23 15:01:30'), -(82, '127.0.0.1', 2, '2016-03-23 15:01:42'), -(83, '127.0.0.1', 1, '2016-03-23 15:34:51'), -(84, '127.0.0.1', 2, '2016-03-23 15:34:53'), -(85, '127.0.0.1', 2, '2016-03-23 15:34:55'), -(86, '95.110.143.69', 1, '2016-03-23 20:15:46'), -(87, '66.249.66.130', 1, '2016-03-25 03:34:11'), -(88, '66.249.66.130', 1, '2016-03-25 03:36:48'), -(89, '66.249.66.130', 1, '2016-03-25 03:36:49'), -(90, '66.249.66.190', 1, '2016-03-25 03:37:22'), -(91, '66.249.66.190', 1, '2016-03-25 03:37:22'), -(92, '66.249.66.130', 1, '2016-03-25 03:38:20'), -(93, '66.249.66.130', 1, '2016-03-25 03:38:20'), -(94, '66.249.66.190', 1, '2016-03-25 03:39:12'), -(95, '179.96.23.6', 1, '2016-03-25 06:24:54'), -(96, '180.76.15.156', 1, '2016-03-25 14:22:58'), -(97, '178.64.31.84', 1, '2016-03-25 16:05:46'), -(98, '54.208.125.234', 1, '2016-03-25 17:45:37'), -(99, '54.208.125.234', 1, '2016-03-25 17:45:38'), -(100, '54.208.125.234', 1, '2016-03-25 17:45:40'), -(101, '187.85.96.60', 1, '2016-03-25 18:57:34'), -(102, '76.195.103.3', 1, '2016-03-25 19:39:32'), -(103, '127.0.0.1', 1, '2016-03-25 20:44:36'), -(104, '192.168.1.4', 1, '2016-03-25 20:44:45'), -(105, '192.168.1.4', 1, '2016-03-25 20:45:16'), -(106, '192.168.1.4', 2, '2016-03-25 20:45:18'), -(107, '192.168.1.4', 2, '2016-03-25 20:45:18'), -(108, '192.168.1.4', 2, '2016-03-25 20:55:29'), -(109, '192.168.1.4', 2, '2016-03-25 20:55:31'), -(110, '192.168.1.4', 2, '2016-03-25 20:55:33'), -(111, '192.168.1.4', 2, '2016-03-25 20:55:37'), -(112, '192.168.1.4', 2, '2016-03-25 20:55:40'), -(113, '192.168.1.4', 2, '2016-03-25 20:55:41'), -(114, '127.0.0.1', 1, '2016-03-25 21:14:41'), -(115, '127.0.0.1', 1, '2016-03-25 21:14:50'), -(116, '127.0.0.1', 2, '2016-03-25 21:14:52'), -(117, '179.215.124.123', 1, '2016-03-25 22:53:35'); - -- -------------------------------------------------------- -- @@ -443,7 +257,7 @@ CREATE TABLE `sys_logs` ( `id` int(11) UNSIGNED NOT NULL, `message` longtext NOT NULL, `log_type` int(2) DEFAULT NULL, - `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `IP_ADDRESS` varchar(30) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; @@ -457,8 +271,8 @@ CREATE TABLE `validations` ( `id` int(11) UNSIGNED NOT NULL, `username` varchar(20) DEFAULT NULL, `code` varchar(30) DEFAULT NULL, - `type` int(2) NOT NULL DEFAULT '0', - `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `type` int(2) NOT NULL DEFAULT 0, + `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `value` longtext NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; @@ -472,7 +286,7 @@ CREATE TABLE `votes` ( `id` int(11) NOT NULL, `username` varchar(50) NOT NULL DEFAULT '', `site` varchar(50) NOT NULL, - `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP + `timestamp` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- @@ -483,23 +297,13 @@ CREATE TABLE `votes` ( CREATE TABLE `voting_sites` ( `name` varchar(20) NOT NULL DEFAULT 'Null', - `wait` int(5) NOT NULL DEFAULT '12', - `credits` int(2) NOT NULL DEFAULT '1', + `wait` int(5) NOT NULL DEFAULT 12, + `credits` int(2) NOT NULL DEFAULT 1, `link` varchar(500) NOT NULL DEFAULT 'http://ariosrsps.com', `get_command` varchar(20) NOT NULL DEFAULT '', `host_name` varchar(500) NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; --- --- Dumping data for table `voting_sites` --- - -INSERT INTO `voting_sites` (`name`, `wait`, `credits`, `link`, `get_command`, `host_name`) VALUES -('rune-server', 24, 1, 'http://ariosrsps.com', 'data', ''), -('runelocus', 12, 1, 'http://ariosrsps.com', 'usr', ''), -('top-100-arena', 12, 1, 'http://ariosrsps.com', 'postback', ''), -('topg', 12, 1, 'http://ariosrsps.com', 'p_resp', 'monitor.topg.org'); - -- -------------------------------------------------------- -- @@ -509,11 +313,11 @@ INSERT INTO `voting_sites` (`name`, `wait`, `credits`, `link`, `get_command`, `h CREATE TABLE `worlds` ( `world` int(2) UNSIGNED NOT NULL, `ip` varchar(20) NOT NULL DEFAULT '127.0.0.1', - `players` int(5) NOT NULL DEFAULT '0', - `country` int(1) NOT NULL DEFAULT '0', + `players` int(5) NOT NULL DEFAULT 0, + `country` int(1) NOT NULL DEFAULT 0, `member` int(11) NOT NULL, - `revision` int(3) NOT NULL DEFAULT '530', - `lastResponse` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP + `revision` int(3) NOT NULL DEFAULT 530, + `lastResponse` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- @@ -521,7 +325,7 @@ CREATE TABLE `worlds` ( -- INSERT INTO `worlds` (`world`, `ip`, `players`, `country`, `member`, `revision`, `lastResponse`) VALUES -(1, '127.0.0.1', -1, 22, 1, 530, '2019-10-30 22:14:16'); +(1, '127.0.0.1', 0, 22, 1, 530, '2019-11-06 00:24:54'); -- -- Indexes for dumped tables @@ -613,13 +417,13 @@ ALTER TABLE `dev_log` -- AUTO_INCREMENT for table `highscores` -- ALTER TABLE `highscores` - MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `members` -- ALTER TABLE `members` - MODIFY `UID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; + MODIFY `UID` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `messages` @@ -637,7 +441,7 @@ ALTER TABLE `perks` -- AUTO_INCREMENT for table `security` -- ALTER TABLE `security` - MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118; + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sys_logs` diff --git a/CompiledServer/production/09Scape/org/crandor/ServerConstants.class b/CompiledServer/production/09Scape/org/crandor/ServerConstants.class index c59ebc8752e4f2d0c540c5da89922af6786d210e..b9854b074e9a38ec9033d001d5b363022618c340 100644 GIT binary patch literal 5385 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 literal 5446 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 literal 0 HcmV?d00001 diff --git a/CompiledServer/production/09Scape/org/crandor/game/system/mysql/SQLManager.class b/CompiledServer/production/09Scape/org/crandor/game/system/mysql/SQLManager.class index fa82f3dd5e4cc91c1d83ee70bb6e7119c623aac7..9dfdfab9eb4e2707ed8c504e00b4b80fe3f46556 100644 GIT binary patch delta 1525 zcmah}Yjaao6kX>g?Y%j@g-*iMl0F1MS_^IZz&e9K2_z^r1)8*IsclUk778Soh6*S~ zO7TS%^nwrY{eDzuBr`Chj-y{4|BqiB$F-Aq8}Wm=le5n{XP>p#-e=$Yd&4h{x!?Z! z;b#C_@tujI8apv-;h4s8oG_8ns6g5Wg_9ajA)_&etcg<^8nZGG%xhE&s21?FMvZ_P z0jD(r0s;cgXw)KY;;crUEY`{5Ga9*iLG^;3)o2pXB;cIJdI9SNJg2cyz(xT%jb;JO z0-o1s70@c+yhfYIUl4miWG~9>qJ67*Dbu^ zgM+Ikt~mj_f!F*EYt4Y;|YX1MMArI=6Lqcl3lzd}Cu7-zwCsq+0x@}NSZsIPm1C`Y5 zV=kI`tYTn4GYK$nHctx^l*u^q3Xz(khY_W<6)AHko0kqj*@hY znU7;To?wk9S-vDoH^GooZh*dj1@OW61JqpzF+v*F);Vhjoj1qshY5^Olu|7D2XU_)a4m2_r6nD)n&~HLSFWXy-UKUBY@G&L`FU@`T&7ip&S3(aFOhx<(^6zjUniU delta 1435 zcmai!+f!3l6vn@OCUQx7J?69~=MLQ2g`X zUw#9y19wfF)ab*Eg_OoD(k3z*YmoIqA*b;QPH8yEnmhMvI6R z5k-wQ5p5#oHMWcWv$CHP+vnxZ65y&L+`FJwXYvX(QNCi#&VBR6F=G*7l*YSojZde{&aMA zb%ma8SEx#+b5rp&5BY>cw|<4Xl};R-N+qTXi~G#2MiCusW*>*C3hS{4VXD1U2A-v+ zVV>7ZHtvmhp8L|@yQufA(mOa>te$b2G3*@IL8>n9tQ2e79>VyE2LlI6K?c`Q03MF< z3q0E8C>+EPl^2J~1UI2~j>rdFcn9pF&pkZ#FiS7iVmEwr?`Ph}>3btxFR?VEVi@K( zBm6aC>^E`P%gZAb@ZWl1NWf3P;yOTJ6pztzGyS#F#8X6Vqn!|~EJ3%?ZVWH3Kxa)H z^$pH)!fgwW=(Wk#cG)by?5IOOEXDUdVw zznpQFAYSHcT8rYPp8s=zA|K}*v&^&XvwWQMB~CqGTvy7HL8xWfliXLHrBq&=T_{h? zhSDSep8GKGF;JBThDGqaK>RdLR3c@z+?KVqB@dc;fJ@BeF8k-$Rff_+qWnaRiIyUP u_Fu7m^dW-2o(Bl|dbvD6=OQ{Dx!%2W-7Ujg_EJvO#F-PXFH7+TlK%nL*4D28 diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main$1.class b/CompiledServer/production/09Scape/org/keldagrim/Main$1.class new file mode 100644 index 0000000000000000000000000000000000000000..90e954c78b89194e412ca8f7f90dc5dae5230d62 GIT binary patch literal 1213 zcma)6-%ry}6#nkkt)q5=gAGy9O(twG=s-mIAqo=+$wo{tB!;I;S4X8kmbNqT(Zs*R znE0#@!)U^*iGPt#=(%Mf!uCL$_Vk|n?dx~W`PSd3KTZJ5V@ttxj4OD6i9QrilrgD5 z!c+n!5vRrWOahvSWs#XxFo%aS=4Cu$h_9HA8LTo)6sm9eJFZ#WX=uBFXF84L?o4ry zL8`cQgQ34_I>t`RJ}|sj{J^42s_N?8+T)%n)}5pj9GX6Zy6rfISFyP78??++U9X`X z8CIP)Jk!={+;sA@%S7&QJEZCoLwlz4#$||lEr%Ei`@Q8conh<}z5m`13|ngjrlnO} z+vZMPyo-Ac(lXeCh#|QfaQ&#pn_(R?78sOWx8>=^rYVZ;6Ow0yN@~T1qg$>|Evp&9 zp<9>nSVcbuR6N0=j3pJzSYa5xT+@2XwCaW@uumBh9c5V+t9Yj3Io22=OSD|anu-e6 zWV}$ZflY>?UhQMZT}<~Vn<2k{rRJnAQi*D*16dq@T+TBiIRTG*sxubpYF; zmlA<{=5?|`sPdu~;%W+I7S*2arD6|dBsq?}*e&C#%r~DJ_kD!eS{c z%`L^gA^H>2>tn=H@iydn+a literal 0 HcmV?d00001 diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main$2.class b/CompiledServer/production/09Scape/org/keldagrim/Main$2.class new file mode 100644 index 0000000000000000000000000000000000000000..be1f778cc33579c29509ac32c6957f84ba2ad48f GIT binary patch literal 849 zcmZ`%O>fgc5Ph43I7v-ElBRq^S{jh-AIuQ^x*z)eq%-c6JZ~XJu_a6WrA*jK_jVf;9Rt2|fxPw*=+t~4N*TXJD z`LR^eK4IAF49@sD4`QyOU}TL{(a}Xucg#@g>rgPP4Wtq;vgA~l6Mh<#r#{dV9*?<^ z&Yn91Qyw=FWoRr3Gt@>pGZXPtx_YZFYtJR3ZjRL?)+u#86n3gZ4{aY6R6X4Dv4;-B z&S;uhOMq6W->cS;D;|kNDBDVfITxna>v`z<*vEl~Lm&6iW7u5QCd2lkJN=Makp!8Q zanRRE!c|CWE@E7*4D0{Ml3yY@bY>ZvGclwNUef3+4N&le^lao87TpZqTL+4Xu(@RH zZpiJ$?DGnp1g`s$c$Wz^Aq^|(+(m_Sx??;*nSMC;6zC%XL88;?7)5#kZ~x%%E7+$T zutIB@06-f)t*sdZm$60`fw7K_Jno@Rrvg5rfz3JPGqPP0|1%2p;un;@;nH8;)tswC qC3LYuLvj3DGyETZA5HR6<+wu80MDurqZEk+Zl28*1_UlssZ{RBp z$8d27m++>Fw=}$s%Nk~JMZr}KDa@&ON4D>3n8!5@1zeZrf{I0H+)(kJY>U$QzKRc| zQIbYk#Z5Wq)&VTxLlqxMqoU%r9Q;_pvVuDdsVkOa1#=8%vZZyt$xWL(4YLw>meZKs z>&Y!MBnoa_FdQsdj=0%wR)u$)S8ehbCAY@yW$szh?m82}n&mU-MaL0d!REd%$UIzf zy@t6V>^g6FR?{qV%QLjytYy1t&oX=PZ+d{+xBW=(UNqBB zXk`(sxpf71bxh(_1uHsM@hQX9|9TYM)A1QTSMY@njw-{E-GW?eTXtP|a+w+-yCd0U zR;~I~9d!r=_jNR|rohs%jt%Lw8It)-afu?DAPKd6rslStz}qH|iw7Z-exV-J90&P%bexXqy?1_q+XVKM+l` z9ay$maGOo;)G225-}lex&m%X4VdMp+!o*ZEZkrgSqk^$qbBW43pduH%NmVc!PUv?t zC@mReQ^NFsqahE%E*4RJh5K-w2fWICStJb+gf5chWH$F7IK{IvcZ#=KLdq~TXz@Lj z-z^3rGubam1gcl`#ETFW!-I4>n;R&xJZ5GHTEvd1~B+eLtd12$C3nDaUyC2|g)S}HB1i4SPTh(<@3ugB&(35S*^2<@t zhu~Kv_?7)8NbpP1d0;rS13oNax-tmCaL8uIL3fRBJ*0wAEq^{dEYuC$=%U4WOwdO_ zJ~8^!y#czusJDPP{Q%|cx%?BbAE_I|aeAjH0LbG6y)#h=PU1DPC>W=4CLC9grCtnQ zBZsq5N|vJN6h%G$2{9wyLE>j5%lW5s@k@zx;@J22CZA5sTuzQBf5#Su{D#!sCr}Kv zgQ4+c2U-UQI?#>bp8XPaje|XVq=Q3-(X&T87&Fpc`|vL~!XPue-1Ush;iF`9@Cw0s zlwd#n{XjB}hfI%#Xicaj(j;CdmNWR4`rqN=bM}*T?VKYul9JbR9Ufx})5O{&?+D`0 kU?@1x*k5?`Cq>37msE2G7pP6phZs0Te~o5LPz$L40DOw<#Q*>R literal 0 HcmV?d00001 diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main$4.class b/CompiledServer/production/09Scape/org/keldagrim/Main$4.class new file mode 100644 index 0000000000000000000000000000000000000000..14d1f933e7499cbb3209530fba5e1de9ffdeaee1 GIT binary patch literal 1514 zcma)6TTc@~6#k~I?6NLi%EdbtK`l^NFDNP$K?JR~h*m*BW2Ws`N4LAp?pDI1KS>{| z(Zp91pZz-;&ups#Es1S*F6a7vXU@#`U!T7Mn7}gwJs2}E4yzLva8bi012J6IF`?!w zIih~G|X$b&CoF|9U06poKI$7^S9ixxl^|C zfhV2vRI6log&{WYmITAWtaQXutx^!)V_vXH63@CtZm)1ps(n)!3tmZ|!OS?0@aApq z`+~N8S=TFDZ-iaqWlvVD9GA|}#1sX0cqI(g0)}+bdFe7ly_!Q2k{f%#<6fCEbhl9x z-Kx#EgvT(r3&5u9*(GZ^)aHfnOV=SZUHO0)-{g2TB%@(L!yc#7$VQdDNVaGVHnsc_O}Q?#i|9;w&vYRg*zpNL%aF3xV0%Tb!QGzN&gz1P#IrlWjV8_`i;KJL-@XHJ4ip7?|t^}uc1EUI;KxV3$$YeVOqd8r+$3WZIz>1~&hAQ@DT zutXVxMJO{2CzF}h6x*;!e=h8U(0*OnukUS7?@c$oKI#{tk9r!^#I#yKl>UG=GMf4b z_C7Q?N@E8Z0FyXIW1?Y#<2Xq>GR7(Nhk6aCX%)dcvKeTG{6W?+vMP?oF6C065Lp`g zhBF@!{esxqN9>Dt)S;#5i|aJh(OHM_ew%v#AGJw~u{yfyI1oSBSRbn6a6JCcjnYJ+ z;Pw+J;07h0LMJ_xT}WdTGe}_;1C6m37) fPoy-Q*N`O9Fo_}=dRN@0cD2xU%88p6tzIVwg&fnK`ukG#mA8$Suwi~E5nH6gf{fe}92|b$5JZG3X{e~l?*`RsR7FK=~+K)wp<{@2gkH+Q; zr~0%}<&rQ))90yH%xqv98vRVc6`_YF34$T3fGFL7KAxTU1ok0JxIn8$2|ykOt%JuY z=s+iVl#EM=hvz!F$co@K66ijG{6co=mE_c`c=VMLeZ_gz^^cDXs4S>Km2qAAJu9MG+9XLX?0NDzu6$9%2qfERns8 zQb=+f3dIvhq9@EO{GnUGW%Lrc1ae3bP6Ss8sSj%B19n8%nvOml*O-oeMoka=gi19B XC?`U#57Dk*nAVH*#0V$gK^p!BU7Q{E literal 0 HcmV?d00001 diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main$6.class b/CompiledServer/production/09Scape/org/keldagrim/Main$6.class new file mode 100644 index 0000000000000000000000000000000000000000..7b266d90d735246662ede88509da030cf1e31c51 GIT binary patch literal 1041 zcma)4&rcIU6#j;8yRa5PN~_4PVo};syT%v}Vz^W^CM_{7sV1C;c34)nv(4-l!_mY) z!m}67o+KW)n)rA4M;K$!Hwz&tZGyYmnfKnj_r33XJ3r38odS4*vV}MnEG!~xVF~w4 zKSFZLif=0OS1`NqpQVLb^cn}D3GgV(X_JQ!)+)-}Fu5ni`udNffcueyyYpOJlP1*ANfaX>c;lAHCv64grripwK1r$xJCQ-sehUsD2 z8J7CP!BG&3j@=7g&#w5L4wr4p*|}cSLO;$`+4P_K6SRhb?&no+^vIs`kni$9%XLH; zg=l8EeBnR1l>1vr5!ziEDs2(Y>&UK)F3m0U)e*yFAY{AZ%RSer3(x1IIhVgqbD@bx zFzABoXM{c)I~YdE+C+?Az$~tozJh&;62_twM(Y+VTC?XVxPfub{~K>*sCBx?j8 za0^oxke|p;&{^>WBel}$Mr_SU8}pwrS4ta?pT=k6-;p@R=uG?sv5y8j{`*sRjX`(4 z8&%ekK?Aec#sZqip-%VX?In{8u}EP$l2g3oR79Gp7;Y0v2F4jI6L%Qfgc5Ph43xN%Kek|vbz1PV>sQgcA!P{buF0?9?FLAg`{w)WyI*t=+LSK`P| zf&(B9`~ZFwV%CX(sKJ(JcW1_L-n`kLzrOzfa38)42UlEN#kB^m;Fg0; zhWbOPWd4X@s~^1Or`%7tiv3Y;q>A^?dIn>L+E7P=VKtCSJS)-@VP5c)ggnhahddc` zBkg(StmPA#F?dgv5@wk2EE9C>1lq*@JCQ^@HZt`Oxm24E_6c0^w1hfChGJ5^(F|2n zC_?BT|A!toF;!?S2s5}NU6@cjmX>eBR^79OsG9>7COV_84@ExFk%QYFme6o;$HNx- z4h9~!vBR)&BofUd5p|8oO0;gs!-?oQ*!6H1dkpJ~nq%nAyR#2jE>ge9W#SKYnsOD9 zhVwa=A;Vza8Cn%f4#qDP4T#T3m{Va0fLMwAXhv;lnUQ3DJGixfG%agWKo>bfd#a?= z{&SjpPSY1WrD3$nALiW*&U>4b5U=)vJ2M#L9_n=I>{FqSL<9*>y8~3|1)S}j-LGJu z%7kUIbxHt^;gRi5Q*a)ubfRRe;X)aA(4<`jAJM}44Dtz`Z4vJqDxXnp*1q7}U)+@v r>m}J&SjOuTzcbDMgYTh@4xv?Xk#H*5z$IF1xJ-71K9^#3TB(uWqCv$o literal 0 HcmV?d00001 diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main$8.class b/CompiledServer/production/09Scape/org/keldagrim/Main$8.class new file mode 100644 index 0000000000000000000000000000000000000000..777d9df9c31790c84862aca3e9138d68c276c26c GIT binary patch literal 1596 zcma)6*>V#{6g@3XJo0!9*lbxrHUuPFVhACD!~_zIAr6vpBCtaUu4+q--1aQ0nUN_T z^GW1EWU1mcRr!H@4XKxr37OihwmAwUof&nhw=cH&|EkeYx&aGFgk7(qECWHv56lN;h;O z;4X%tisyZqB#PS;wJ2_TTgq?AcB})hE_HbJ>KvViGRRyV0K+pKK8XbKaW|xg(xW%P zlX067jt)6yx*cCWQ?bCAeE^v^Gu}vLbE_^pSu!@}ZQK%Y8c{cH zs@vKmJ!+s|Flb51LfG`9gw)klx)HT(EVwv|V>WKPxPz~4EV}pxcLh%FPw!?|`z;k4 z^_qa)2U2uV$CALY;!~Lv!zeArs;!e$#i}*s;vSZ5eCy&nG>FT^eLS$S;$juw+j!{W z2Rw4|BOVJJx~rR8s#WY~Ulb5i^g65r0#kd%$uq_ayl$#}Z$1hF8MXwD?1z8AYzUuh zkiD)Ab8j$QHRZS^Q@Jh^LvmZCeM$tb3~AKz|ElJ0)LB;SrKp<<9Pf9Mj=W{|eah}v zGGO`hCDZRCveQu}>*~7aIlIDdp>R%*sT`C{!RyJv7yf-eZ-!UkBa&vrGL_#W% zkBlOLX?osEYoGc%yhjZcZ>yL{PW`tATlzJ@ygCy*V6&pL`^`0dYi-uLRImJk+*0)qO#h7h z@30=ez+00eJ=hg~lLZbvjP~F>ul6w3gIoC(<2kHW^F18eWpQ}N;>f=ijF5*xdJdx; zpD<>ds|}1pV-}lywtYUw0d63~V?2(a^ f6)HA9v>7Ik^AzP!LYcFL8IJGpbLe1#Gf?;kSwoQB literal 0 HcmV?d00001 diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main.class b/CompiledServer/production/09Scape/org/keldagrim/Main.class new file mode 100644 index 0000000000000000000000000000000000000000..c80f81ac74bc2b6ebc685977965cc5174f93d6ba GIT binary patch literal 4163 zcma)933wFc8GeUsGLvzXFc=OC?QjSQu-OnU8xSEuB#;DU5m>3(VRw=&nVnf?W`TI2 z7Oh$otw)8@L#)NNv=wNR)Ku(ATWf1;Tie>&!yeY!`>v(Z_n)1FB!uVb?(_WL{QrFS z_x|7i&ogg4c^treyityIxJgA4yJXy~;1-qhTg&kd>{f7_ireu{F}Xv*oeJ(!@hFjJ!P6?1irMEBd|ts9 zR5Xa$7ZrR-!IxF66tfcwzM|l(Dprfx*AzUX;Oi<{#q3!b-;kg+IgaHu+NSSYz67Ol zZA;7Y))h$!(>FJ}UVEa`vNLA8m(3;oEzXF8e163UijooujFLP=Hi z1_`l7H)BZ{-JEr-)VW)!c3-Y}08^Bm*z&v@aI6q_l)-!$e1RQcf5B6>glNNCP52A4W}V$@r!WOU4EwLxOtg z&a{;evaUl7qqBaPD7$Nw%XDXGwrY^w{^+lgFe;muAe)(tXZaKySLAZ6AkoBOd2xNQ zjOS#0i$=_Jntao1YilLUsH*<|imNP1+fjMdq+9UP*2=6XX1SZL-_`IvyrALxLdVQ_^fMOBt2J6o$85JmN&5x+UrRWT$p zR3^e=vZD}W+#OER+E%cfw58$ac)93CQ1I&w&oVPzHI%;6w~Tm%RNrWGJ;OBYEYsk& zG461~`BNl}2@yOPV;X*eUy369O2e=5iiY3dRRS_joN4$ihz`ln@EU%n;rDn|!yoWR z3FC)vgoZ-aW_a8qtGKmU_x66P##9Y|!k>w`sZ%ukMX2~It|i=0s~Ff28vce&8vZU4 z`kaP;;GY`)C4BlfUXk&-hX3HCgefCtYH({|R~X78AUAz3u{V$+BJOfF1Hxn=O{Q)4 zJMGtqjQn?GJ#~yF&b&-cnr)WdW%#U-Z-^=xL5CG#hBX<l(9T+{5Y*V= zdUl2=ZFA2eGhfK$1%rgTP{ud%w%KKQp_G?1#r`*{3O-?5ZxmS#E0?!C*Q-8@(gocA z@j^ah2HcXXHV4^sr+@V&MkABp8>T~ei&qBqinNHh+Ra>laK2F$$r|ywM&KH3S82;W zo2`XxV{y+CJAhk|dz3q5T{!ha&Beun7slZW#0r~XUi`DTzlg_8+_TeWx`Y1D=+|bO z1&1qMf~`mFU$(cf^U%SNaio%5B%w6k$@nEytr2M;B%<`Td2TNBuqA0!Ic~swi!6vZ z^)mq`q2e^A*KXNrrP=rgEfxDOaS?J2YqtFxBI_oa)($lFq4MDw%EQv~xY42$h5R9o zsoXMiJTQv;YUna+oflxYowFPXJP=FV0^J?C3+1}}ZFVAgMRTz=(t1pEb_tV)W6#O>g84x5~OAsEQvgy`55#TfKL+#BQ$({HtQ z(n;P~c#W^R`Ib%#jY}5pNGN<8CGB*aUb6m^K^F zkeG@=i+mVvFv3R&v0-}X%t+}!BR|9mZ{X|rsQ^g0KwMV%RLW=GSU9FQOOQ%p zbyg2X9pS?$T*a|0TpW+heAbE#cpI+f>`q*RYsp1n>2;Jq;o8f3tQV#Gan4bc>2f!e zqbS$ah@L~*3vEp0v0j|pjr002I@N=UZj9-L-iNWAoZpQ~Au=u!8Bf}W38|x)*nFW^DE z$mf^vFt1Ph!m2D~jSip|Z-)t)+B&cWX?l4h%bcNw5=zC;hIX#8LVRzLUPCXkxl+QAVg_~U0Un`=gZvVG6qR@^jBs30 z6LqHfz7&&DV77{$Ylxl1SQ$Gcb(u8a%gzdgmAH;P!k0;;;uj-0o*EaDuTY-C+*C;)>QeeVeSQxXBvY|IEKKQ(^ox4%)?})*5A`X1vA(1S7bjC?eOQ{( zFVUCvV0khn_n{%BH|i^TaA`6{1g}i#m+7l|(3DJ7kacxRU!ynopoLTNwx;y8`sF>i uB6$pw*m{E7tdeR00td$g`t0THHq74yU8qxZQE{tehk^T>7L3&I8 literal 0 HcmV?d00001 diff --git a/CompiledServer/production/09Scape/org/keldagrim/ServerConstants.class b/CompiledServer/production/09Scape/org/keldagrim/ServerConstants.class index 484c78a1a9eec36ab630fe72e45a0720b720e5e6..5055552abcc6530c31549a94f0e64c057dafee74 100644 GIT binary patch delta 730 zcmYk2UsDoM7{;Ho3+`b%XrWRBnNDU&WQ1B#Mj>Eg@uyvcu##5X9A^*;C@=dA&VCZd zi)LzSy6CEzzDIqDruV=MvKQxle(%12o^!s6zvAH6zc1ebEMZT_Bp!J%fyW*sv8p45 zv^+8#YdW4_U57xHV?)NLvgVnF97mp`z)_T)&p8YZQ_7NtO$}v+GiJspXN+1tnadpg zn4DtprdrKT*J^glR^x-sQDJZu3r2~7WseTC;~Xy-bhA`2GPPo|w9ZjI{!?dTIR?H` zZ|pbsy9o_j&XzKlUcfDZd4!1tUds4N;5D`dYS?DbTAhWabzp0FBVft&4(beQC7T!6 zg)Q(FVdtkZJ5L+i_HO5$)ow=*1#Te1Fw(KxAMG}Yy+&)tY6#p!#PO@kTrR=ZLQj^SGh z04MK`n6iG9#sVhQm%y>v>+$zy1aVjTpf8AfJ;!m<94hywG~6fkU|{Aw^~*2q{C0;b zBi|sZs?TdyUA|GX>h_J9CphcwXV1y3j}qgjru!xq5u!ygBp?@QQ2eVJR>s@AW)UA-R}VsA)wsu^Da^ z{IIa(2XC`BG?o;#?>~)qDq^#*{B6H4@WWhRs*v9ZbHgqvg_lYv7bjO1#?wD}LJ zs(wb{j;sY6;YMN9;ZZTP+9$5it!bx2ShHkwS@W2T<_Q^vv$@q9`fsuhPc_es`#CQZ z_VV<+W`&m;pN`^BtF2$t$z?_T>uj*@=kon4TiN_}Hecz<1)HmWpy@J!t;GY?TAZ{S zOY8Qa+G&stLWE`-X+m*Q$l{c6a|NFkYT?Y$`&QwzoIB$4!WSy|qHtS9{v}}nh^Rif2hpHaJFSoF&2iNY9FBxH&`~piJ6KI| Mhg&kzZ9$9SzoaQ;hyVZp diff --git a/CompiledServer/production/09Scape/org/keldagrim/launcher/Constants.class b/CompiledServer/production/09Scape/org/keldagrim/launcher/Constants.class index 2dad574811ad4527042333f522f0d077f6530f17..a203e2e52b10faf8908315051dbb747340547d2b 100644 GIT binary patch delta 1338 zcmY+DX;hU}6o#MgPUpLa6C|)M-dd1MQ7K|3KcZHmqDdfHX_?Jw6quD|X@d=9^E{Zn|a*K>nn zvt|q_mmBT(CL3>GG8QKJD_1mG-PInFyQi{;w8nPm+ed+=yPT`YDlqHL=7AYlshMQ!cmy{40d`W!G-lT z%rsOpP4Ti}AFmi*!Y?h~g8&r?hzSa7nO+VXrz| z?0#m+e9jl%%5drUFBx{w3s$!#%cr%qcJ?}C%;{R+-qDe$sGK;-@D*PhzTsPknAaVQ zc}Kzp+28TKCHR94KN@}_={b?2*v~9c3>l7+bO<)pHW+^4n0Iz$YUo$PZ(e_-Zs2HS zM=(D?+?pX%5@$Lyrs1e~A^eq$@JFJVVLVr`L=yZ;gqv-mJ z!VyXTe@=Hq$n^+q2WOVomN_)vdTIv*0gnn$Hmj(lQylIR*4@&yhmEZEmD!PtvQ2h& nKrInX@Hmx1V|<}t^p1{ePgYgj;%fgHb7fZIQn^M>0<8TPcb4Zj delta 1410 zcmY+EX;f8J6vuz}-S^(PTrLnpDL4=94EVZbWkiL+B7cm-@_);X4LEt@6EGccC z?UrUK4O-f4QD|B=*<_PNgV{V!-~85E8trozYqfeG_Sxs$J^cUwv)?(Avwz~?fq(Yw z1J2+to7oH`a4xHDuH-6h)+h#TO1L^$Dlz(}ch}eiSZlM6Yqhz~mYnN#_zj916S#?+ z6}Q-=GGKA5UT@RpcAGo6Q#V;}a~H0~-4^!@DmK`h$VSDzHrZ^_oBI^^TWq$O#1@Mo ziwCs(pf(RF9#(AC?lzlKc*LfFN443m*kMz|CX2^x0r9xa6Fh10lwO~Wf9YVvW&`c&o*p;aVeXsJ)7pM2O)bUy+ftL3jxp5A_cBkl9#O&OC=w z$`mgiLeYscbfTW@>kv_;*W z!$ZMsW|2uq3nJ4M;ymVf>s(n4!s7clA0@u%Cbq(Du`>%Ukn^DIAcab?j^_ucqFQzd zM7Yq4-E3DybZnMH!^!w%PAr+46bfZGMQ*;(%g>Z9a5gm_iWH`Dk$48Ra%y5&QnHSE zujI_cd4vCzJY5oJa2#in&P+0xB?EYtS8|dhW(c7M8olDhG?U!96Q+zXVW)d6v9Lm8NE1Rx)kNls1Yz<;DlLbm z!a7arWD4ROn#mK8 zQzd)4Kr9iE=SYnjE|=3q^wLJ0R{B{YZ^0EF65U6mj7p3tS)~%USoSsKO5_shGhZ&J zZBR%Ar9qRVwM$^Xd}v^)M{fsPJFET7rp`e ABLDyZ diff --git a/CompiledServer/production/09Scape/org/keldagrim/net/packet/WorldPacketRepository.class b/CompiledServer/production/09Scape/org/keldagrim/net/packet/WorldPacketRepository.class index fb1c65174226f7d86df632160468cfcc7155d064..3839323a001634e94e6e848cbb008396cf597658 100644 GIT binary patch literal 15277 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 Z(Ze*kD3-IM#0|MbR!U$Ta^bo>^uJ*sOp^cr literal 15002 zcmb_j34B!5)j#KDwoG0igd{MKz_5pqg*8Z6lK>J30TUJh5r$+41IbLBnXsszw$)k{ zt+i^awsk`t6{|vR*wogF*t&Fc>tfZ`YPHoaTDwq|?|<%l^JdBL8T$M3WA5B{-+kwv z^FQmo^LYN$;irgbsy59{H?Z#H+-&a0{oSN-o}0>efb{a+Jdg{dSD1}nk&_46@eux+ zylx)M9+^4B9Ljp%%|p4^%_Tfc#)nJe6{;iLJd#J{@Ms<*&Db0s$E7(up39_};N)_d zP~qlEu9DtFX(r|HWSKviOXYHkP@C$eQU=4NTrJIXC!Zq|W;nSU$@me>p;|pB8Ual{6^9J51%libeO@c|QT(*f2ei_^B z=62p9V*w{`b<_F0P40ELxs!vUijXYXC1V#!6LxciqjIBLF1JgwLoRnpZ zeBppxn}fFKmOzAQVq+-WUbW5N(dKIp2Rf^Q{%BQ~uXP)~R)@kJZOc`^+20k41frqv zu9-{)5r43)+20#g$n#a_`a1nB{_u8xcxJ}?%R79#{NWaV zBoYV(GfxQwH;1a?3(XW!?QMQM#>9((LPSw#@@Ax;v_9r`snwW9Wt^MJ3zI8sNtgM7 zRL($uQ}^c0{%~*lNw7AA>eM74ncETtyi0vuN+$?BOala5gO8=a#McgF&&iBzDz}YW zecOFi9ll_DRZBD+2(~MroSktZ`MoDF70GJ#p&;0ZHUQ;tr!NXMFpcfYlA;M`tMN3< zPrzWRPD3`bD-!j0R<(vYJG+B{Rz<(6KKV)(p6TR0PQKTa-{fdzSDP;i`M30incm{9 zUE9znUVvG%FSyMxtW6!E)@?AXwNPf*-x=DD^_|L+8`?1306D{$%v5n!v=NpO+nszL zQ;uM6>Gpy?$(HJ)hGV6wzoEDMq8{!7!_i$`kYb?HHH1x3^s3D3CwWbuL} zw_-V_DgOltz~A8ywnw+XON8-8zi+$0UXjZUhN6MZyA1ge!p>TRO!yh_bw>joRgDO2 z${1`x#4ZFI`NBGR>2u&esgV^po6&W2+T2;a)iVbHAiE{d9`r@K!&qkP*=nK>Vq{!a zw4)msHip_m-BG56{~v1$UAO2e?zf{qlWK!JV~++}w+X)T>~aK&$d)*T>7PlVH?9qf z6;Xu_QsXv1@`S6cJ8VWawF&~v=0JP1za!*>SC9J4RfJ-{Exuq|hrc0+P=@e|NSFSY z1o?(gJe8Rq84QG~>UKr_X3!T(&WMrim`c(-Bb5StAk@{Wk~(iQi6f<3|TYS+5

PGI{-2x(-1O@UQ$if%7*!7>e!0t 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 literal 0 HcmV?d00001 diff --git a/Server/.gitignore b/Server/.gitignore index 0e567a58a..cfc59933f 100644 --- a/Server/.gitignore +++ b/Server/.gitignore @@ -13,5 +13,4 @@ data/profile/** *.iml *.eml *.userlibraries -*.class data/players/** From 5bc054752dcd35081d9b07e13de41e35d8980544 Mon Sep 17 00:00:00 2001 From: RedSparr0w Date: Wed, 6 Nov 2019 13:55:21 +1300 Subject: [PATCH 7/8] remove default clan "grim" --- .../crandor/net/amsc/MSPacketRepository.class | Bin 17200 -> 17167 bytes .../communication/CommunicationInfo.class | Bin 14166 -> 14093 bytes .../communication/CommunicationInfo.java | 2 +- .../crandor/net/amsc/MSPacketRepository.java | 2 -- 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CompiledServer/production/09Scape/org/crandor/net/amsc/MSPacketRepository.class b/CompiledServer/production/09Scape/org/crandor/net/amsc/MSPacketRepository.class index b7e714f03746ef0093fc53d9b3c9497bed8dfa51..bfabddb6c08719ea18d7d8d5353a66fe634a4f3a 100644 GIT binary patch delta 6093 zcmaJ_33yc175>keOkU>YCLswSOae)OERcmIkN_dbrYy2A5+leWvhM^1p)gn#MJo!U zP*fneMO&&OI0O+CQ4m~ewJdc(0R@X2N(+L4^qe=71>3LrCjZ=b-@WJlXTA5%OUvn@ z<>Whf<<;E)I&hhd^%QGSoQLA6p$(=48~v$~wi0b>OkQmz*_2F8Y-&m=`Zm?3G-_s3 zb82BzI%OziDr70NRA{A;t&pQqa#c#6jVGwJit@G5=e9PrqkJ1HslAO^)FF}zs8Gjr zR5G1(NN0U4Qs|;ktk6~A8ij5O-4%K$^i=4jaIH<(QE!|2P~QmZXVdl6-$Mgvphbgh zw4+#G1P#{45QU);G|Z;qG$Mj-(C3jhmC%j4da1%qN_dn_qv>W3HqaPt<=Zrt#;GYB zql{O}+@i`hQEevZ@4jRA(LpfMRP2g zYhwh>v#E^c>zmtbx}6rNbrxE5hmD(Pky>uCwtlCuMBgpdmQQCc)A4sk((h@Z!d<%l z-8$qReOxXrAKj}KzfWO>MfY3ufQ{+&2a6umu0;wf6&_M}*rHW7%4oGsetN{FM|GJp zTBFOX)d7E0Sf}uq!s7~0=-c%cZLnygjb&7>Cfj7wlk`+1`JSd{BI#**RtHt6m7i0O zJ#W*W=+6q9J@glPLHl0Rw=Y?=C4yd#psf+KP3`oG+QkXJfGv*Qu2!tnz8xNkwpY~^ zI~88DX&3Fb=yi+UuxJm#^qVzn;=HYwdArNnV$qut`CE5}$GYsj7QJQB+u|nwVb8g+ zJH!F9s)Y(%?IV?-hPh_(kDY0fGW4geh1G9-Or3qM=Llt3_3YE@KlRb@&}+^C$Yt zqLO3iilJ(3vlxbn*}p!jyU)d8hF$C?Sh;CsQx{F_YH_$>i@qiB&8-bb&<7TK4BNtv zBSk?r!knWxT6`c69Amfv$66d`IG!6CP7qbOkq%50t>_bOY}m_57VS5jj7evYX+c7=E%egC|gMV&Zj{im5BkEtH z9J+Bw!`+4IkOmzJ%ejZeJq`EbYc0OcaBnDJqGgKz zXoIf(%Xx?j9BT0}!^3%mMf(ijpmrU}C5CV0Qo}c?7e?`Di*GhOMkS2pe2d2!9?!QJ zp1`*np2(B@<6;-Io6J)TPgPq^<4K06>*!pbVR$CbGCW&jGm7U}JlF6%b$ph8fGcZj zo4Aef@lRmA>^?wKkl1vS;FJF28I7`@lD=?x0#fj_pmEx6JcDQD$%6_!=ZsCs>_$)d z$7H5v=%_|u!Pa;lf0FMgG{c{FE#By+nw zxgeS3K_zxLBCE4{3z^<6Tl7*g9pDx$2$9#;t0F>8P=K9y%~7oYyRcitM4_c4)-BRr z4-wqlGN-E&j6;~ts(kx zNR2?Qs`1@bGwZAI_y1Dk5Dq(Q7Up#+tqbl05?==;nchVck=$I&)JjZHr(kxig4wk( znhllCGP7w&L67b@j`Usmx%DFRkc>GjiE%_y>1e&kOm<{x+Sa6uN8bO#k-w2eSj(aipGbbFnG5l0C{qgYnY3IYE0`%7F`wg@Bkg$Wb0Y0fo5k1HMa&6&A>;M$ z1ir*^85e~^^&%z#(N!2No(iw~i)sa1_fbdaV{Oli&{gdwJIT{mYC}^=h_9rIgrS8b z*w;8E37#qGtJO(s$k&c|$pTqWs|5+!BMuD~^L*q~rC^*)fvJ`fW6AQGMix$6_{PFN zEt~;zqO90BNwetC``*79APFPG&uA|FPXVsrdvcp!L>&*l{a;?AL5QNkh^HY)qM=uL zP5oZqYqp*$9Ft_W?;s`_)jqYfE_PbfDxDIF9a}0?Fm_@jrqwt>rK3St&^(y^s;I38 z6_pFnSuvm`tNzRXar;wAG1&ohDGJN=hE-zX7U_0DgLx9X{?9s0@cA6NqeZp8800MK z#&D_NZ{i0LQ;c!=QCuG;YBvqFzL$PYvoKwvmhg`uFWEvyX)-!XexG&1Op8hrSeKFD z5I%#;$RN6eu~lf0DBn$*34b|bId(Zxu!bi2XB7^i$^O?1(`btS%fe*osVemPrWSd; zo_&b)dUCxH0ZfYfrONUj18V*;(hJX($0=n?qnQLLslSW9cMh1Q{x9>W289PjyPJwBuj_<}a# z2P(%;a!dz3MJ{?qj+)O>8dXq+9LrnMW@;lR^8$K-is(h^Nn2&1_qfszkx=ZMIb-Ou(rsNMLoV<)DUdc$)Q!V)a6dpl-c<%4SwBjk4q>(|5w zyCg?;qba?P7W4*M(H<1io9IYy35mCHBkjj1dIw|ZAa0@ev4Dbgb(rpmSXdisWi|R^ z7B2c61H{WVu4=m^N=M<6V}KU8!ATvr6zIW@DZx$E^1U*CQ+Oaz8&+6tc37N+!ny?dWR*i7Hx75Wx?WbA(W z9!Ka0oTeXffzFa8SE)$)IaEG;9yy^VI986pSUF&6g>YjkZVW~GO0*Z7UY7V8j`^WV zBBrcys>I+GnL%gv5?@R?Bp}dr_=*N#_5G1UYRrl4a85 z;?|4_ZJE)DU5>`V!*S;t`f@%Eo;+-{af}c=Nkze>MK4zKM{BfAa%*%l=V;3TYgTOpZYwH$XneqJZPkmm6XrCtwICVk9@lBpEk@lN?5x zC7I~%vQh0o*k(cL(k!tV5PG?jgyW z{)6&-Ih9zx4spR!o|oeaR`H7J!*z~vZWS!q%FU4~SJEs_Mfi#i> zxc_B5P>DbMmQ`zE)dn7Ji#X1Qm)i@&0*6)bu9H^FC7B|`rsPx}3tT0cX<#?kUk-vC zTzSG+N*$FuMiVIRD)69xez(ECm8Gt@hlZDi#XUT{0w!!1v}4uq09Je50r;B*@JI!v ziZOc>xxMav)KI&Jt|QZ|5|2Kzfx`5;X8>y|aIq5Vj-qgHc*r5Gv=#J7k)?a7KY#`~ z0rXxcd#yb745Z4$>W?e1`@iOPapwBRcW>C)uW1&V9(&bvoxP_5bN|omCiQ2>|7N!T zSoaj)+8Pz=e6R)?02hl7y255jBkqP`?tz}%6N9-I7Vvdg#=UVD_r(hChYfr^p65Z> z&x3K8hu|0w!*L#tujGc$Jd)zMgc@=wwU8@*4v(hRd^5G9MADHR`+qnb{ijJUctP1wj!Y{BTol28V< zbQMd~HhdX>dmlRC9@es&OlOP$j#zFsON3JWGVY6v#KM)|ho^#=JygNXkC6!-QV delta 6144 zcmaJ_33yc175>keOkU>YCLswSPC`h45VEo+0g?a#lzj&Y5tL0f*%w8$GN4w)1(cy6 zDoaosX_1PQNsxk~2!gg!t>C_*s1$brF_50~X0l-Wl`ovR@4j=-{m**OeXH-HXYL~3 z(M!+m2awM<+So*K7R7t0DJ9roYGz{)CFF++0>fS zZE8aqO4=&PRFb76TS<ZOo&BNGhZ*%F|WB zbW@fheJoZ|qNKZ$9!h#DDOJ)-NpB^6lw7IgDx3OJKb!i~fCw6B(;yn`p&>NXqG2{V zQk*Y>hU;L2l93TK%BInDbp(yk=Q5kdQn~JajgoN+c)U&5(sdqerU^RgY|})Vq^59; zGFdG%MU_oaZLZhHsrq)BP19+HBARK@4LUPR$!woTgv?O`&Q;!dIw?Y?(|n5-ShUc_ zXj){`ViNZZqMK}5LN}{*mRfX+jce#uwcPJ?beoc8`p&1L<+^f(^4}gwchFKLck2GX zkD$Ah>u#O7$EU-UYV>=R+-K4K7Cm5NHm$N~wNBltB+d@X%lA8J*jyZ=bbjR|Nevf_6txKuuMprg7r0+7{pLQA0kbb9+4!aDP*8 z>{GJerswGeiw;=yqD3ze%z(MO&hc|DYnMd_CGvMwhsV0?mn}ME(P43u|4q-2VYi4K z{73C&4Sj;G7QJlfQ~FG{Hgr;#f3D;UC8v~p zspKmqU(;zr|E4pBzM&I_qAAAEw?6vL(D(F%=wawbd5Q0p<0tyrqO*q1(RqWnvD?ru zL68>=KEp|aGfKWu@`I9Jl+*|zQo>5yN+OilIBC(ZhHB`dMVAcKVk;qa)Y3(Zr~2nd zCC4xf6Lwq7hFu)yew)^HrhTin!e0yi_9D5~-m%IFoX=zUHyoXpKFI$}5lTMhn--GuCU z3#YfAvd~{1osn9>EexkBNy90_ExDE9)|_s*jdEuBN0>zahcV&)z0p0=DmcU9wuUn~ z%WyX5Se$D(kA61XPPNVRudv(tOJgF&RVd!}+`({1?qs+#=ZlxQz;K~jzk<6M?#kUP zE;3xK)_)CuCwOK}oqheJ=?iDhQO!yW4(h9eGLpyc28X$a?xBEo#0(6t;GTqh*)l)I zaH)dm#oY||#%_PFCi&eexR1qG8orAATHMcYe{3^6fCm~Lq>u(H8KPvUl3`*S9?m1` zG=8~BuR#?&Qe}>^c(mcGd5lG`7%o!-kL7a1*YG&Qul_i z_~9F|NzNZ21q8_^p^wW`d-)~#b!S(BcFKV9gwSwjvIU-$u?aHZkEoO<51zs{nR(nF zlhKo&@DIyKZKGVxWF^oJf5M;THwrDW9Zw6N2RrZ=hu@!ZlknSZyR=vSG`NIL#WT=d z4a!6Ou^5eKu}h?RG{T&f^V@bBs;H6#7tlxOm9Wqk@#qIH`iraq4$>fomI$Cq_~H>A zl36WJE|4W6_ux54lSG*gaB^L%;~NG;}9lvvZymf#@7qDsf~aog@BoQU>+R6iw+)l)(pWjH!H`dczQUB zmWB9%GQ1SRQ-*_h*}+qWLo!k$mf&0C8J5B7Y>>9|cDM@>eUb zFPnD-=cxuAaxA<$K>jOFc%!v41r|bKqPHZOgSt=lU_t$0cI&PUE-kLNVsXfd=}2^N zF+z?=6cPUji8!5IAR=1kBsYqR^m-BLc->Jvs$PT#$M8>Q^I18AWMx%OPJi7z+cAAn z{mLT8aq7Y%$2^Rt$Z%k|92g$arUu!nmIrU(O-E#QZYL3WZEj;Qb>RdF>0neui6{+j z4bgvv)Tqo=H9oj(Wn(qo`Y$z(roWqJ;@I>b0OXjWlAAFkdaGd1v5n>=0kksNPDB*k0R|*`&$P#M9io7 zSorndr}#wvli+x(QN$!5x(4ILQ{fH&qOxG?(dr1juftgpdV9y|PV)4Z+K?hX|6Hm_ z7+On;eSuSw;2Dy@TAj3peC~*sERe0WT9AM};lN-q&l^rv3dYF{m|7_@mTa$SWZ_E- zUs?Ft!f7BU%8HGXG>Z2t-16+1-OFm$!*SyIv)J{e|e3DB8r9~o`xfd zMqK7K^?PHl+1hA0CQ0m^FD4n>IkmhYc3Rgf-69k_wp6HK?8Hb+t8s!#M}sb*RWSQi zQCoW#l`H21ivca!^`ie^=Pz2vWd~4P6qf4^tH#tycyi;W$v{iG%Q;BqBH4d1e~NDz z&XNx`w8FtZUUcn`p$-Z+MoCG33Ezs`5=_K*5({Bc`cp!qGcvDvrD zgPYM!D&zM~+-a3bLBvHQI2xRmW!^SK7cij)iSpAt-7OkPBj#8tP_T}s`-c<`ry2fD zg=sX?|9oMx%)D3V_1#e9@p=v+((B3fMg%Y`Zq#0kF88`~y;cAdt1zh=V;Xc_CBX)| z8*aJ>Hm$@JbT3-aeMqPK<&yINI?-wjr-$Ueum)4ekA<`rH_|%zXg$`@!&pxnu#+A| zH9aPgwh^!SXfuw{7JNh%_=dJhula z^`>1kh60YM=OYq63=uQ!6GN_%YN)2RC`}SJIEs?fQxA{`Dv%QQ6Mh!wfXc+wzNf{K zZW>u$48rW$xHoUfJKlQTyXP5y{toFo%pNx$s)YI)arzBzj_yWAU|n-G>@ zdEHf*dzlY%pNKQj*5<|Qc2`CkVbBo=qlHOP^LAP@}#aXnqz~j(L84lrWdnx9rK3d z9!8SR?8UtDoGQ#OAF>A%TqvtVLT&&H_Mn^~gN1t}(vYhH0$AkFENVjw{6mYH6)u)2 zP6)5UjYU>Mcr|VcV96GwdfnCNRTSa1G}>?WMjV3CQJF|us?z+A6s7nN7q#+LW4y>L ziAC+QP66B|@0K;>!3}b{fKG@H-bNg~gJ$$D^5}iB{RiktAE6(8EP3#WK>QRF=rhcu zlX6%69INOHY@k!vLSLeizQT6;S}qP}a6otu)3-Q5-{BN}k8|Yvfh@UxMbc08?30+%G(MqzQNu!v#nTr3e;D=SEvwhK-MFouhN8_G#8 z+!vAOIO}}uMP$a4#PlTfpxn4>5sR?8usyG5p{@5iCt_=hGkw0p2-_LAd@oj%=TcY| zZkLD^i7c4A87vhptb0eFb{jja{hBP5;;b8ZGsGr zMIOhY6UU=~6VRWVVF)K;ID0XMlQ2#AW^?oUoXJ3`lPPZGNi_~0wf&_6y0qX(OpL5E zJm%CP_hCi|dbIdWYZObTH%6LF%`GkDZ8c|-v|V-1UoosWGAWogH99zV9tju3*|y%G zRXbT!A*D{wi=t5G+!4T?Lvr`v_k;~-D}%d8vS`rIJYP;V?%sg7U}4Y8aRqC7W$p0> z$2hkRZY}0XN2=Uq+j0g9ITPJDtKJ!@aD+9Q<5=~@~9Ke0g;{Iwp@LNBoj323MXSmcmC{9HVJ^cNenCKdR?2-|BK# z+=HXa!{QzqRS6Te4?3}CQ~-XjJAkz<1NcKFrHV0o6}i3cL)28KM{FR|vKs5wZlW-K z?j6ATO8im{bw^RSH$3E!EFA?sQe^4Lx;B6&IRW(DASbUp_70@V!rC`0vH!o;7CUSG zrKL@~t<^LOEswoyxvoA?i3R^>b@Rrnn^(3`KsFun>)xF42tf84t4t4qr#@cmj3gNi>WnlW!tVp-DWI=JPbVnP93EV`3t(@LI05Aj@D z&+}+AFLDB4nq+)$^m6jhjg?3XjSh!G)skwEkMvOEv!3(iQ_aY=-LW$PHuv+;DP?xPz6;I2(o1}$~xO`H+R2hq+_yQu^T$Jh{ zS&{pTG?$@q4Kj4;1vIOh^a;o1vuT1xzRCro7q^8nDAQFUQQP!cYvi2ncxivD>3 diff --git a/CompiledServer/production/09Scape/org/keldagrim/system/communication/CommunicationInfo.class b/CompiledServer/production/09Scape/org/keldagrim/system/communication/CommunicationInfo.class index b17ae2ea84ce39c179d3434a2ba11ed20e502425..ad715ce27c968e33d3bd6867f54cc09b8d836b78 100644 GIT binary patch delta 6227 zcmZ`-3wTu3wf@(<&OA;MGLRP#2nk@wWC&msl!A&%L0&3aP(cZjLL`I`0u>(&SiP;S zp!Qf5@PUerZP6-^A<>GDS}InpRjc-8Z7;pHwzjst-eL^N{ntJ-LzoWVm+Zav-fOS* zug6|{pLwTcOH1OF-lq=&sF(M{SStZbtS~$h2w|ZFEeVC;cL(91M0C;)N}l%lAxx42 zr3NTfs8m#`fl3Whsz|9~ZA!E$)ut@WW^h=B$k4Eq%dmvD!y{55BO+2MRS_8}qqG@q z$thtBmtope>(((!)hKH$BDE3^%UG$?W}GgJ4`ZoJ(1lYisShJ20c}nT%IP{e(UM6z zK127P8Ij3SWyu$Ul9&>q?NhZm%aXIhgnf?kO$*Ao%6e*0&Wp(TGChcEBl1O=5ym)~ zsm%q-J1Z=+WsWv;m3v+gHw2LgVsjAB>Fk9;JRg>e~cE467> zm#os=Evj#IP+EhsCM0dLHYn{uSr?Y|@)dFx$h9HaAlIoy*IRPK-h5BUn|Grn8!bs# zvWZb}M*6$UC()^dWXWc_O%Oi++N&E|+nZLmthMAOXL8_?$X6{Kpa%t|)z0veB4=lb z&+%9v%Zk09Soiu8x8W{9;WZ8G8|v1zH#OJIXjr>qPD87WYq3Ev@c61YX*); z*m95DYvUXErY+m>S6jBr4tmPQYuevu%l-0zEf300TON{!ZFxj?+43lQ1trGB=7yH# zb@SWXnp&1mTi4XQtg+3O??{J0YHfK;zAG4z&1cK^RMGckw*Ezj!4gYuj$ z&&vyzyr_d8+47Pq`mrsCvNOWv^M=d#b4Uod^Z+xUeo zZ^~P?yp1D*@!VNm+t|8#ZBzT|whgxY0(aT?Zyd3i1id!?gg@JOTd8+shc+)e#|q90 zykpC|@}4toKz->iZTS^mxAA-Y!IEFw@*5nm<+rk9@74j&g%S&~mW3`4WoXAb2-b7t z!B-H~6y*3iGrpc<=3QpIkvz;lv&OVDJ(JG#OgYmt;Y`nTGd(lT^vpTaGwpyu6vVXQ z#Aph?4O`f5bv_upLT-0v4moSo9b73U53m4t;#=&M(j5#c9NcC2A0P4}`CErhOelX1 zd{~I{@NIHg7*8|qCUifB;C9@Dd$|fcm6EoNv`rZ<*G6(}=S(%MUKCo`A<~O+7Vfif zzl8^SFx$d|-LSji`3&Ksu%S;B`iqUqU3;msd?sBOgfoX{|F;T2)5@e7y)6 z9m6T9l%gKO!!&g(1F(xAEkN3wBjx{e{xIwo3SBXLY6AbpeR4MLmo<0*s$mA%LO2(X z(3w8|FT^f%AfQ{*{v!1lzDx05SwtX0jp4El3J(weNYY(BRHX3{sSJy_TByo<@T`_Y0wCLn$ zFo|i=v7DJ3Ke!!%4wTpIgD>u#(1~;7KDOs2asGrZO!s2J&6afZ9f(E0Xr!L$EAt(~ zlro=+J)NCOan_8ei_b9Y`w^;%MQ5hyNGy7RyUkzb*B$q;Gdo@zQBpSRbgRhPft5uT z)gJUM+oebrlXi}cxT<)zyD?A}(2a}PnT>6gb+K9dF{lHBYYbEliaL;26ZaE02gL^P zK6R59w>z&^zGX6hEAlZBldzw$4WgXcki-ExayMPtY37ddFlw#@S@3T~7e@hn${XQn z&RKE~=9yJZy$>__^C6zW4;hG%yr0US2#d(Gltk$v{ds^s9>lC|OgOXcD2Dgp3_U+gL=}3a z5vloT;YTXCvN{+n2>N-nj$sI=Wu$F~x~ZgpZasvTXc$kNJV9f8bZ2)=v!n~W&hJcO z&H{Hd*ZF+p@Nx6ZTD%JvdT8IIB+f7_9er==g4KnZg47#BxLlqm!WQT|8@yAhDWD4VW zmO)JgFRrIAT#8nwgH7tkI7FZ5;V(v@2g7)DyD_c@rG^+>u0?Ne#&63tY~hZfY} zRo;DGgDV724+ikw3X$nGysmJZWOYUTWt}h@tymW>_ptttR-MlvcG&^cMz2UBPNa+2 zMHjP4Vm$es@R*@1&D@olIYsS@?SbuvK%!HNuBhDl~79M?<_wQ7E(`LL-WNc0|$W-wD5Ww>$W9 zP4WwBhw)fuwvjfJy9~=}jGZIZqd`tB-)*)o-%SNtt6#6FGnrQ5s!Y9ps5}MR&-abK zT->a(;qTG%^`H!@)ECb?c-I9jOIcq1lzG^=Zs<15qAxX;D|mXCULCF{ccwg<2>^jP zH^fS28LxJrg$q9JYT~Z{jFWp42FqBi(xI9{**T(AYUHVw*ifHWqn?gfS?%P@HF5Q5 zwPLo3iB^omnTQ=unXYs1;g=?bUrI$*>rf%QJ-CQY=s`8Z*Nt=NgZEOY{6uZVRoA3a zSq(9cKWQqjJRxl}sXs!2r&2$i^~W>ZiN{Mym!y-UjzMK|RHwr2EQ*&0GsbR?pW83G zFJw%7A!Xtnd}(URy3vimXOeOjZKFxQ!mr)nGROf_ES99AL!-8%au1r*$8#0!U@417 zTU>*ZSnZy}+OAX0i{?LLsWr!9HfSLAgle71;9fsA)~~uO$>3g+3C$AxhOY$=W}(Q0 zFjHM>doY?&A@bkieZ}wmd2D54YbyK6Bnz{1$cCt?>$E=_8{t7 zbR?Am?wdoEXcd_`en=+Iiuw7b7r7cWF=N!kROIvk<-^;Huz5O_x;F5$F^3ISwhbSj z)P#@t^uu59*OU$YJrT;5@@Wn!f{)z;On6fXML+QZH8I}x8bQ~O{LPJiJjTT7H4@wp z!9dEyggRP3LNx||%ZVhCg~a2}iRACOkwmhPc=F))>PhtI4-Bg3 zv$UQQ&S7D;!RO~x+nvMU1k!Jc(xgQAIT$LoeIxS~N%>8~tjLr!lAIKDUaVkba3Fd?jc5U=@+HoCJyftV1L$ za=DNcWg}Ua3ki3ddQK!x`|16Ca3eKuJc(xgAxSlRa%wKl)_hA&&EAaW<5g%LePF%} k`jsKi79!bt5+r&*@n;axyUZhge20CQGxbt|M+2e%2kUdtN&o-= delta 6220 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 R@mCZ*#a{rW4Brcd{~uTR)6oC` diff --git a/Management-Server/src/org/keldagrim/system/communication/CommunicationInfo.java b/Management-Server/src/org/keldagrim/system/communication/CommunicationInfo.java index f890b5e06..652edb64d 100644 --- a/Management-Server/src/org/keldagrim/system/communication/CommunicationInfo.java +++ b/Management-Server/src/org/keldagrim/system/communication/CommunicationInfo.java @@ -152,7 +152,7 @@ public final class CommunicationInfo { statement.setString(3, contacts); statement.setString(4, blocked); statement.setString(5, clanName); - statement.setString(6, currentClan == null ? "grim" : currentClan); + statement.setString(6, currentClan); statement.setString(7, joinRequirement.ordinal() + "," + messageRequirement.ordinal() + "," + kickRequirement.ordinal() + "," + lootRequirement.ordinal()); statement.setString(8, publicChatSetting + "," + privateChatSetting + "," + tradeSetting); } diff --git a/Server/src/org/crandor/net/amsc/MSPacketRepository.java b/Server/src/org/crandor/net/amsc/MSPacketRepository.java index 4dd1b7ccf..ea9534c0d 100644 --- a/Server/src/org/crandor/net/amsc/MSPacketRepository.java +++ b/Server/src/org/crandor/net/amsc/MSPacketRepository.java @@ -379,8 +379,6 @@ public final class MSPacketRepository { if (buffer.get() == 1) { String name = buffer.getString(); sendJoinClan(player, name); - } else { - sendJoinClan(player, "keldagrim"); } } From dd81481af969b24e1a50793199886ae61ab2b58b Mon Sep 17 00:00:00 2001 From: dginovker Date: Wed, 6 Nov 2019 11:08:47 -0500 Subject: [PATCH 8/8] Latest compile --- CompiledServer/production/09Scape/.gitignore | 2 - .../.settings/org.eclipse.jdt.core.prefs | 289 +++++++++++++++++- .../09Scape/org/keldagrim/Main$1.class | Bin 1213 -> 0 bytes .../09Scape/org/keldagrim/Main$2.class | Bin 849 -> 0 bytes .../09Scape/org/keldagrim/Main$3.class | Bin 1955 -> 0 bytes .../09Scape/org/keldagrim/Main$4.class | Bin 1514 -> 0 bytes .../09Scape/org/keldagrim/Main$5.class | Bin 1192 -> 0 bytes .../09Scape/org/keldagrim/Main$6.class | Bin 1041 -> 0 bytes .../09Scape/org/keldagrim/Main$7.class | Bin 853 -> 0 bytes .../09Scape/org/keldagrim/Main$8.class | Bin 1596 -> 0 bytes .../09Scape/org/keldagrim/Main.class | Bin 4163 -> 0 bytes .../production/09Scape/runServer.sh | 2 +- 12 files changed, 288 insertions(+), 5 deletions(-) delete mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$1.class delete mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$2.class delete mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$3.class delete mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$4.class delete mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$5.class delete mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$6.class delete mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$7.class delete mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main$8.class delete mode 100644 CompiledServer/production/09Scape/org/keldagrim/Main.class diff --git a/CompiledServer/production/09Scape/.gitignore b/CompiledServer/production/09Scape/.gitignore index 7098faf62..031002751 100644 --- a/CompiledServer/production/09Scape/.gitignore +++ b/CompiledServer/production/09Scape/.gitignore @@ -7,10 +7,8 @@ data/profile/** .DS_Store** .project** .classpath** -.class** /bin/ /out/ -data/cache/ *.iml *.eml *.userlibraries diff --git a/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs b/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs index 7297e84ef..2a251fdc2 100644 --- a/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs +++ b/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs @@ -1,12 +1,297 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.7 +org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=1.8 +org.eclipse.jdt.core.formatter.align_type_members_on_columns=false +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 +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=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_assignment=0 +org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 +org.eclipse.jdt.core.formatter.alignment_for_enum_constants=48 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 +org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 +org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=48 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 +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=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=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=insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert +org.eclipse.jdt.core.formatter.comment.line_length=80 +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=2 +org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 +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=false +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=false +org.eclipse.jdt.core.formatter.indentation.size=4 +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=do not 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=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not 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=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=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert +org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert +org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.join_lines_in_comments=true +org.eclipse.jdt.core.formatter.join_wrapped_lines=true +org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false +org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false +org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false +org.eclipse.jdt.core.formatter.lineSplit=9999 +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.put_empty_statement_on_new_line=true +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=false +org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false +org.eclipse.jdt.core.formatter.wrap_before_binary_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 diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main$1.class b/CompiledServer/production/09Scape/org/keldagrim/Main$1.class deleted file mode 100644 index 90e954c78b89194e412ca8f7f90dc5dae5230d62..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1213 zcma)6-%ry}6#nkkt)q5=gAGy9O(twG=s-mIAqo=+$wo{tB!;I;S4X8kmbNqT(Zs*R znE0#@!)U^*iGPt#=(%Mf!uCL$_Vk|n?dx~W`PSd3KTZJ5V@ttxj4OD6i9QrilrgD5 z!c+n!5vRrWOahvSWs#XxFo%aS=4Cu$h_9HA8LTo)6sm9eJFZ#WX=uBFXF84L?o4ry zL8`cQgQ34_I>t`RJ}|sj{J^42s_N?8+T)%n)}5pj9GX6Zy6rfISFyP78??++U9X`X z8CIP)Jk!={+;sA@%S7&QJEZCoLwlz4#$||lEr%Ei`@Q8conh<}z5m`13|ngjrlnO} z+vZMPyo-Ac(lXeCh#|QfaQ&#pn_(R?78sOWx8>=^rYVZ;6Ow0yN@~T1qg$>|Evp&9 zp<9>nSVcbuR6N0=j3pJzSYa5xT+@2XwCaW@uumBh9c5V+t9Yj3Io22=OSD|anu-e6 zWV}$ZflY>?UhQMZT}<~Vn<2k{rRJnAQi*D*16dq@T+TBiIRTG*sxubpYF; zmlA<{=5?|`sPdu~;%W+I7S*2arD6|dBsq?}*e&C#%r~DJ_kD!eS{c z%`L^gA^H>2>tn=H@iydn+a diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main$2.class b/CompiledServer/production/09Scape/org/keldagrim/Main$2.class deleted file mode 100644 index be1f778cc33579c29509ac32c6957f84ba2ad48f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 849 zcmZ`%O>fgc5Ph43I7v-ElBRq^S{jh-AIuQ^x*z)eq%-c6JZ~XJu_a6WrA*jK_jVf;9Rt2|fxPw*=+t~4N*TXJD z`LR^eK4IAF49@sD4`QyOU}TL{(a}Xucg#@g>rgPP4Wtq;vgA~l6Mh<#r#{dV9*?<^ z&Yn91Qyw=FWoRr3Gt@>pGZXPtx_YZFYtJR3ZjRL?)+u#86n3gZ4{aY6R6X4Dv4;-B z&S;uhOMq6W->cS;D;|kNDBDVfITxna>v`z<*vEl~Lm&6iW7u5QCd2lkJN=Makp!8Q zanRRE!c|CWE@E7*4D0{Ml3yY@bY>ZvGclwNUef3+4N&le^lao87TpZqTL+4Xu(@RH zZpiJ$?DGnp1g`s$c$Wz^Aq^|(+(m_Sx??;*nSMC;6zC%XL88;?7)5#kZ~x%%E7+$T zutIB@06-f)t*sdZm$60`fw7K_Jno@Rrvg5rfz3JPGqPP0|1%2p;un;@;nH8;)tswC qC3LYuLvj3DGyETZA5HR6<+wu80MDurqZEk+Zl28*1_UlssZ{RBp z$8d27m++>Fw=}$s%Nk~JMZr}KDa@&ON4D>3n8!5@1zeZrf{I0H+)(kJY>U$QzKRc| zQIbYk#Z5Wq)&VTxLlqxMqoU%r9Q;_pvVuDdsVkOa1#=8%vZZyt$xWL(4YLw>meZKs z>&Y!MBnoa_FdQsdj=0%wR)u$)S8ehbCAY@yW$szh?m82}n&mU-MaL0d!REd%$UIzf zy@t6V>^g6FR?{qV%QLjytYy1t&oX=PZ+d{+xBW=(UNqBB zXk`(sxpf71bxh(_1uHsM@hQX9|9TYM)A1QTSMY@njw-{E-GW?eTXtP|a+w+-yCd0U zR;~I~9d!r=_jNR|rohs%jt%Lw8It)-afu?DAPKd6rslStz}qH|iw7Z-exV-J90&P%bexXqy?1_q+XVKM+l` z9ay$maGOo;)G225-}lex&m%X4VdMp+!o*ZEZkrgSqk^$qbBW43pduH%NmVc!PUv?t zC@mReQ^NFsqahE%E*4RJh5K-w2fWICStJb+gf5chWH$F7IK{IvcZ#=KLdq~TXz@Lj z-z^3rGubam1gcl`#ETFW!-I4>n;R&xJZ5GHTEvd1~B+eLtd12$C3nDaUyC2|g)S}HB1i4SPTh(<@3ugB&(35S*^2<@t zhu~Kv_?7)8NbpP1d0;rS13oNax-tmCaL8uIL3fRBJ*0wAEq^{dEYuC$=%U4WOwdO_ zJ~8^!y#czusJDPP{Q%|cx%?BbAE_I|aeAjH0LbG6y)#h=PU1DPC>W=4CLC9grCtnQ zBZsq5N|vJN6h%G$2{9wyLE>j5%lW5s@k@zx;@J22CZA5sTuzQBf5#Su{D#!sCr}Kv zgQ4+c2U-UQI?#>bp8XPaje|XVq=Q3-(X&T87&Fpc`|vL~!XPue-1Ush;iF`9@Cw0s zlwd#n{XjB}hfI%#Xicaj(j;CdmNWR4`rqN=bM}*T?VKYul9JbR9Ufx})5O{&?+D`0 kU?@1x*k5?`Cq>37msE2G7pP6phZs0Te~o5LPz$L40DOw<#Q*>R diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main$4.class b/CompiledServer/production/09Scape/org/keldagrim/Main$4.class deleted file mode 100644 index 14d1f933e7499cbb3209530fba5e1de9ffdeaee1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1514 zcma)6TTc@~6#k~I?6NLi%EdbtK`l^NFDNP$K?JR~h*m*BW2Ws`N4LAp?pDI1KS>{| z(Zp91pZz-;&ups#Es1S*F6a7vXU@#`U!T7Mn7}gwJs2}E4yzLva8bi012J6IF`?!w zIih~G|X$b&CoF|9U06poKI$7^S9ixxl^|C zfhV2vRI6log&{WYmITAWtaQXutx^!)V_vXH63@CtZm)1ps(n)!3tmZ|!OS?0@aApq z`+~N8S=TFDZ-iaqWlvVD9GA|}#1sX0cqI(g0)}+bdFe7ly_!Q2k{f%#<6fCEbhl9x z-Kx#EgvT(r3&5u9*(GZ^)aHfnOV=SZUHO0)-{g2TB%@(L!yc#7$VQdDNVaGVHnsc_O}Q?#i|9;w&vYRg*zpNL%aF3xV0%Tb!QGzN&gz1P#IrlWjV8_`i;KJL-@XHJ4ip7?|t^}uc1EUI;KxV3$$YeVOqd8r+$3WZIz>1~&hAQ@DT zutXVxMJO{2CzF}h6x*;!e=h8U(0*OnukUS7?@c$oKI#{tk9r!^#I#yKl>UG=GMf4b z_C7Q?N@E8Z0FyXIW1?Y#<2Xq>GR7(Nhk6aCX%)dcvKeTG{6W?+vMP?oF6C065Lp`g zhBF@!{esxqN9>Dt)S;#5i|aJh(OHM_ew%v#AGJw~u{yfyI1oSBSRbn6a6JCcjnYJ+ z;Pw+J;07h0LMJ_xT}WdTGe}_;1C6m37) fPoy-Q*N`O9Fo_}=dRN@0cD2xU%88p6tzIVwg&fnK`ukG#mA8$Suwi~E5nH6gf{fe}92|b$5JZG3X{e~l?*`RsR7FK=~+K)wp<{@2gkH+Q; zr~0%}<&rQ))90yH%xqv98vRVc6`_YF34$T3fGFL7KAxTU1ok0JxIn8$2|ykOt%JuY z=s+iVl#EM=hvz!F$co@K66ijG{6co=mE_c`c=VMLeZ_gz^^cDXs4S>Km2qAAJu9MG+9XLX?0NDzu6$9%2qfERns8 zQb=+f3dIvhq9@EO{GnUGW%Lrc1ae3bP6Ss8sSj%B19n8%nvOml*O-oeMoka=gi19B XC?`U#57Dk*nAVH*#0V$gK^p!BU7Q{E diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main$6.class b/CompiledServer/production/09Scape/org/keldagrim/Main$6.class deleted file mode 100644 index 7b266d90d735246662ede88509da030cf1e31c51..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1041 zcma)4&rcIU6#j;8yRa5PN~_4PVo};syT%v}Vz^W^CM_{7sV1C;c34)nv(4-l!_mY) z!m}67o+KW)n)rA4M;K$!Hwz&tZGyYmnfKnj_r33XJ3r38odS4*vV}MnEG!~xVF~w4 zKSFZLif=0OS1`NqpQVLb^cn}D3GgV(X_JQ!)+)-}Fu5ni`udNffcueyyYpOJlP1*ANfaX>c;lAHCv64grripwK1r$xJCQ-sehUsD2 z8J7CP!BG&3j@=7g&#w5L4wr4p*|}cSLO;$`+4P_K6SRhb?&no+^vIs`kni$9%XLH; zg=l8EeBnR1l>1vr5!ziEDs2(Y>&UK)F3m0U)e*yFAY{AZ%RSer3(x1IIhVgqbD@bx zFzABoXM{c)I~YdE+C+?Az$~tozJh&;62_twM(Y+VTC?XVxPfub{~K>*sCBx?j8 za0^oxke|p;&{^>WBel}$Mr_SU8}pwrS4ta?pT=k6-;p@R=uG?sv5y8j{`*sRjX`(4 z8&%ekK?Aec#sZqip-%VX?In{8u}EP$l2g3oR79Gp7;Y0v2F4jI6L%Qfgc5Ph43xN%Kek|vbz1PV>sQgcA!P{buF0?9?FLAg`{w)WyI*t=+LSK`P| zf&(B9`~ZFwV%CX(sKJ(JcW1_L-n`kLzrOzfa38)42UlEN#kB^m;Fg0; zhWbOPWd4X@s~^1Or`%7tiv3Y;q>A^?dIn>L+E7P=VKtCSJS)-@VP5c)ggnhahddc` zBkg(StmPA#F?dgv5@wk2EE9C>1lq*@JCQ^@HZt`Oxm24E_6c0^w1hfChGJ5^(F|2n zC_?BT|A!toF;!?S2s5}NU6@cjmX>eBR^79OsG9>7COV_84@ExFk%QYFme6o;$HNx- z4h9~!vBR)&BofUd5p|8oO0;gs!-?oQ*!6H1dkpJ~nq%nAyR#2jE>ge9W#SKYnsOD9 zhVwa=A;Vza8Cn%f4#qDP4T#T3m{Va0fLMwAXhv;lnUQ3DJGixfG%agWKo>bfd#a?= z{&SjpPSY1WrD3$nALiW*&U>4b5U=)vJ2M#L9_n=I>{FqSL<9*>y8~3|1)S}j-LGJu z%7kUIbxHt^;gRi5Q*a)ubfRRe;X)aA(4<`jAJM}44Dtz`Z4vJqDxXnp*1q7}U)+@v r>m}J&SjOuTzcbDMgYTh@4xv?Xk#H*5z$IF1xJ-71K9^#3TB(uWqCv$o diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main$8.class b/CompiledServer/production/09Scape/org/keldagrim/Main$8.class deleted file mode 100644 index 777d9df9c31790c84862aca3e9138d68c276c26c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1596 zcma)6*>V#{6g@3XJo0!9*lbxrHUuPFVhACD!~_zIAr6vpBCtaUu4+q--1aQ0nUN_T z^GW1EWU1mcRr!H@4XKxr37OihwmAwUof&nhw=cH&|EkeYx&aGFgk7(qECWHv56lN;h;O z;4X%tisyZqB#PS;wJ2_TTgq?AcB})hE_HbJ>KvViGRRyV0K+pKK8XbKaW|xg(xW%P zlX067jt)6yx*cCWQ?bCAeE^v^Gu}vLbE_^pSu!@}ZQK%Y8c{cH zs@vKmJ!+s|Flb51LfG`9gw)klx)HT(EVwv|V>WKPxPz~4EV}pxcLh%FPw!?|`z;k4 z^_qa)2U2uV$CALY;!~Lv!zeArs;!e$#i}*s;vSZ5eCy&nG>FT^eLS$S;$juw+j!{W z2Rw4|BOVJJx~rR8s#WY~Ulb5i^g65r0#kd%$uq_ayl$#}Z$1hF8MXwD?1z8AYzUuh zkiD)Ab8j$QHRZS^Q@Jh^LvmZCeM$tb3~AKz|ElJ0)LB;SrKp<<9Pf9Mj=W{|eah}v zGGO`hCDZRCveQu}>*~7aIlIDdp>R%*sT`C{!RyJv7yf-eZ-!UkBa&vrGL_#W% zkBlOLX?osEYoGc%yhjZcZ>yL{PW`tATlzJ@ygCy*V6&pL`^`0dYi-uLRImJk+*0)qO#h7h z@30=ez+00eJ=hg~lLZbvjP~F>ul6w3gIoC(<2kHW^F18eWpQ}N;>f=ijF5*xdJdx; zpD<>ds|}1pV-}lywtYUw0d63~V?2(a^ f6)HA9v>7Ik^AzP!LYcFL8IJGpbLe1#Gf?;kSwoQB diff --git a/CompiledServer/production/09Scape/org/keldagrim/Main.class b/CompiledServer/production/09Scape/org/keldagrim/Main.class deleted file mode 100644 index c80f81ac74bc2b6ebc685977965cc5174f93d6ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4163 zcma)933wFc8GeUsGLvzXFc=OC?QjSQu-OnU8xSEuB#;DU5m>3(VRw=&nVnf?W`TI2 z7Oh$otw)8@L#)NNv=wNR)Ku(ATWf1;Tie>&!yeY!`>v(Z_n)1FB!uVb?(_WL{QrFS z_x|7i&ogg4c^treyityIxJgA4yJXy~;1-qhTg&kd>{f7_ireu{F}Xv*oeJ(!@hFjJ!P6?1irMEBd|ts9 zR5Xa$7ZrR-!IxF66tfcwzM|l(Dprfx*AzUX;Oi<{#q3!b-;kg+IgaHu+NSSYz67Ol zZA;7Y))h$!(>FJ}UVEa`vNLA8m(3;oEzXF8e163UijooujFLP=Hi z1_`l7H)BZ{-JEr-)VW)!c3-Y}08^Bm*z&v@aI6q_l)-!$e1RQcf5B6>glNNCP52A4W}V$@r!WOU4EwLxOtg z&a{;evaUl7qqBaPD7$Nw%XDXGwrY^w{^+lgFe;muAe)(tXZaKySLAZ6AkoBOd2xNQ zjOS#0i$=_Jntao1YilLUsH*<|imNP1+fjMdq+9UP*2=6XX1SZL-_`IvyrALxLdVQ_^fMOBt2J6o$85JmN&5x+UrRWT$p zR3^e=vZD}W+#OER+E%cfw58$ac)93CQ1I&w&oVPzHI%;6w~Tm%RNrWGJ;OBYEYsk& zG461~`BNl}2@yOPV;X*eUy369O2e=5iiY3dRRS_joN4$ihz`ln@EU%n;rDn|!yoWR z3FC)vgoZ-aW_a8qtGKmU_x66P##9Y|!k>w`sZ%ukMX2~It|i=0s~Ff28vce&8vZU4 z`kaP;;GY`)C4BlfUXk&-hX3HCgefCtYH({|R~X78AUAz3u{V$+BJOfF1Hxn=O{Q)4 zJMGtqjQn?GJ#~yF&b&-cnr)WdW%#U-Z-^=xL5CG#hBX<l(9T+{5Y*V= zdUl2=ZFA2eGhfK$1%rgTP{ud%w%KKQp_G?1#r`*{3O-?5ZxmS#E0?!C*Q-8@(gocA z@j^ah2HcXXHV4^sr+@V&MkABp8>T~ei&qBqinNHh+Ra>laK2F$$r|ywM&KH3S82;W zo2`XxV{y+CJAhk|dz3q5T{!ha&Beun7slZW#0r~XUi`DTzlg_8+_TeWx`Y1D=+|bO z1&1qMf~`mFU$(cf^U%SNaio%5B%w6k$@nEytr2M;B%<`Td2TNBuqA0!Ic~swi!6vZ z^)mq`q2e^A*KXNrrP=rgEfxDOaS?J2YqtFxBI_oa)($lFq4MDw%EQv~xY42$h5R9o zsoXMiJTQv;YUna+oflxYowFPXJP=FV0^J?C3+1}}ZFVAgMRTz=(t1pEb_tV)W6#O>g84x5~OAsEQvgy`55#TfKL+#BQ$({HtQ z(n;P~c#W^R`Ib%#jY}5pNGN<8CGB*aUb6m^K^F zkeG@=i+mVvFv3R&v0-}X%t+}!BR|9mZ{X|rsQ^g0KwMV%RLW=GSU9FQOOQ%p zbyg2X9pS?$T*a|0TpW+heAbE#cpI+f>`q*RYsp1n>2;Jq;o8f3tQV#Gan4bc>2f!e zqbS$ah@L~*3vEp0v0j|pjr002I@N=UZj9-L-iNWAoZpQ~Au=u!8Bf}W38|x)*nFW^DE z$mf^vFt1Ph!m2D~jSip|Z-)t)+B&cWX?l4h%bcNw5=zC;hIX#8LVRzLUPCXkxl+QAVg_~U0Un`=gZvVG6qR@^jBs30 z6LqHfz7&&DV77{$Ylxl1SQ$Gcb(u8a%gzdgmAH;P!k0;;;uj-0o*EaDuTY-C+*C;)>QeeVeSQxXBvY|IEKKQ(^ox4%)?})*5A`X1vA(1S7bjC?eOQ{( zFVUCvV0khn_n{%BH|i^TaA`6{1g}i#m+7l|(3DJ7kacxRU!ynopoLTNwx;y8`sF>i uB6$pw*m{E7tdeR00td$g`t0THHq74yU8qxZQE{tehk^T>7L3&I8 diff --git a/CompiledServer/production/09Scape/runServer.sh b/CompiledServer/production/09Scape/runServer.sh index 9b5ea2789..19796f0e4 100755 --- a/CompiledServer/production/09Scape/runServer.sh +++ b/CompiledServer/production/09Scape/runServer.sh @@ -1,5 +1,5 @@ rm -rf org cp -r ../CompiledServer/production/09Scape/org . rm -rf plugin/ -cp -r ../CompiledServer/production/09Scape/org/crandor/plugin . +cp -r ../CompiledServer/production/09Scape/plugin/ . java -server -cp ".:./bin;.:./data/libs/*" org.crandor.Server