> For the complete documentation index, see [llms.txt](https://lokagamers.gitbook.io/rowiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokagamers.gitbook.io/rowiki/guide/installation-guide/patcher-repeats-updates.md).

# Patcher Repeats Updates

## Patcher Repeats Updates

Use this page when the patcher downloads the same files again and again.

### What usually causes this

* The client folder is not clean
* Old files were mixed into the current install
* The full client version is outdated

### Clean reinstall steps

1. Close the launcher and game client.
2. Download the newest full client.
3. Create a new empty game folder.
4. Extract the full client into that folder.
5. Run the patcher once.
6. Wait until every update finishes.

{% hint style="info" %}
Do not copy old files into the new folder. Start from a clean client only.
{% endhint %}

### Prevent it next time

* Keep this client in its own folder
* Do not mix it with other Ragnarok installs
* Run the patcher before playing after updates

### If it still happens

Replace the full client again and patch from zero.

Then check [Patch Notes](/rowiki/server-information/patch-notes.md) for live maintenance changes.

### Related pages

* [Installation Guide](/rowiki/guide/installation-guide.md)
* [Cannot Connect After Update](/rowiki/guide/installation-guide/cannot-connect-after-update.md)
* [Missing Files or Broken Client](/rowiki/guide/installation-guide/missing-files-or-broken-client.md)
* [Patch Notes](/rowiki/server-information/patch-notes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lokagamers.gitbook.io/rowiki/guide/installation-guide/patcher-repeats-updates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
