Terms and Conditions (TOS)


Terms and Conditions (TOS)

Article 1 – Definitions

These terms and conditions (TOS) define the rights and obligations of the parties in the context of the sale of digital content by Shakto Scripts (hereinafter referred to as the “Seller”) to customers (hereinafter referred to as the “Customer”) via the website https://ronovelty.com/.

Article 2 – Products

The Seller offers for sale digital files of type .zip containing a file .diff allowing to modify and add content manually in the source code of the rAthena and Hercules emulators.

Article 3 – Prices

The prices of the products are indicated in dollars ($)

Article 4 – Order

The Customer places his order online on the Seller’s website. The order is validated by the Customer after acceptance of the TOS and payment of the price.

Article 5 – Payment

Payment is made by the Customer via the secure payment system Paypal.

Article 6 – Delivery

Tthe Customer may also directly download the content from the Seller’s website after successful order validation and payment. The specific download location and instructions will be provided on the website or within the order confirmation email.

Article 7 – Right of withdrawal

7.1 The Customer has a right to withdraw within 14 days from the date of receipt of the product for Customers located in the European Union.

7.2 This right of withdrawal does not apply to Customers located outside the European Union.

7.3 To exercise his right of withdrawal, the Customer must contact the Seller by Discord (Shakto). The Seller will refund the Customer within 14 days of receipt of the withdrawal notification.

Article 8 – Guarantees

8.1 In the event of a defect, the Customer may contact the Seller’s support team for assistance. The support team will endeavor to resolve the issue within 2 weeks of receiving the Customer’s request on Discord (Shakto)

8.2 If the defect cannot be resolved, the Seller will, at its discretion, either refund the Customer or replace the product.

Article 9 – Liability

The Seller cannot be held responsible for damage caused by the use of the product by the Customer.

Article 10 – Intellectual property

The product is protected by copyright. The Customer agrees not to copy, reproduce, distribute or modify the product without the Seller’s authorization.

Article 11 – General provisions

These TOS are applicable to all sales of products made by the Seller. The Seller reserves the right to modify the TOS at any time.

Refund Policy

Refunds

8.1 Refunds are made within 14 days of receipt of the Customer’s withdrawal notification for Customers located in the European Union.

8.2 No refunds will be issued for Customers located outside the European Union.

Conditions for Refund

8.3 Due to the nature of digital content, refunds will only be issued in the following circumstances:

  • The product is demonstrably defective and the Seller is unable to resolve the issue within 2 weeks (as outlined in Article 8.2).
  • The Customer has accidentally purchased the wrong product.

In these cases, the Seller will, at its discretion, either issue a full refund or provide the Customer with the correct product.

Please note: Refunds will not be issued for:

  • Customer remorse or change of mind.
  • Technical issues caused by the Customer’s equipment or software.
  • Failure to understand or use the product as intended.
  • Digital products that have been downloaded

It is highly recommended that the Customer carefully reviews the product description and FAQ section before making a purchase.

Privacy Policy

Data collection

The Seller collects the following data from the Customer:

  • Name
  • Email address
  • IP address

Use of data

The data collected by the Seller is used to:

  • Process orders
  • Send information to the Customer
  • Improve customer service

Data sharing

The Seller does not share Customer data with third parties.

Data security

The Seller undertakes to protect the Customer’s data against any unauthorized use.

Customer rights

The Customer has the right to access, rectify, delete and object to the data concerning him.

Contact

For any question relating to these TOS or the privacy policy, the Customer can contact the Seller by discord (Shakto)

Frequently Asked Questions (FAQ)

Q: What is a .diff file?

A: A .diff file is a text file that contains the differences between two files. It can be used to modify and add content manually in the source code of the rAthena and Hercules emulators.

Q: How do I use a .diff file?

A: .diff files are used to modify and add content manually within the source code of specific emulators. Applying them correctly requires advanced technical knowledge and understanding of the target emulator’s source code structure. We recommend referring to online resources or consulting a professional familiar with the specific emulator you’re using for proper instructions and guidance.

Basic Information About a .diff File

A .diff file is a text file that records the differences between two versions of a file. It is used to track changes made to a file over time, and can also be used to merge changes from multiple files into a single file.

Structure of a .diff file:

A .diff file is made up of multiple sections, each describing a change made to a file. Each section begins with a line indicating the type of change, the filename, and the line numbers involved.

Types of changes:

  • Addition (+): Indicates that lines have been added to the file.
  • Deletion (): Indicates that lines have been removed from the file.
  • Modification (M): Indicates that lines have been modified in the file.

Contents of a diff section:

Each diff section contains the lines that have been added, removed, or modified. Added lines are prefixed with a + sign, deleted lines are prefixed with a - sign, and modified lines are prefixed with an M sign.

Example:

Diff

--- a/file.txt
+++ b/file.txt
@@ -1,3 +1,4 @@
-Line 1
-Line 2
+Line 1
+Line 2
+Line 3

In this example, two lines have been removed from the file (lines 1 and 2) and one line has been added (line 3).

Using .diff files:

.diff files can be used to:

  • Track changes made to a file over time.
  • Merge changes from multiple files into a single file.
  • Repair corrupted files.
  • Apply patches to software.

Additional Information:

  • Filenames indicate the files that have been modified.
  • Function names indicate the functions that have been modified.
  • The context before and after each diff section indicates the context of the changes.

For a more in-depth understanding of .diff files, it is recommended to consult tutorials and documentation specific to the file comparison tool you are using.

Here are some additional resources that you may find helpful: