> For the complete documentation index, see [llms.txt](https://abdulkadir-aktas.gitbook.io/qadr_docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abdulkadir-aktas.gitbook.io/qadr_docs/qadr_identity/installation/old-redemrp.md).

# Old RedemRP

* Be sure you have RedEM and RedEM:RP Installed if not --> [RedEM](https://github.com/kanersps/redem) --> [RedEM:RP](https://github.com/RedEM-RP/redem_roleplay)
* Run this SQL command on your database

```sql
ALTER TABLE `users` ADD COLUMN `allowedcharactercount` INT(11) NULL DEFAULT '1';
ALTER TABLE `users` ADD COLUMN `ambient` JSON NOT NULL DEFAULT '{"ambiyansyeri":1,"campfire":1,"tent":1}';
```

if you get `Error Code: 1101. BLOB, TEXT, GEOMETRY or JSON column 'ambient' can't have a default value` this error, use this sql command

```sql
ALTER TABLE `users` ADD COLUMN `ambient` VARCHAR(100) NULL DEFAULT '{"ambiyansyeri":1,"campfire":1,"tent":1}'
```

* Requirements
  * [RedEM](https://github.com/kanersps/redem)
  * [RedEM:RP](https://github.com/RedEM-RP/redem_roleplay)
  * [qadr\_menu\_base](https://github.com/abdulkadiraktas/redemrp_menu_base)
  * [RedEM-RP Respawn](https://github.com/RedEM-RP/redemrp_respawn)
  * [redemrp\_skin](https://github.com/RedEM-RP/redemrp_skin)
  * [redemrp\_clothing](https://github.com/RedEM-RP/redemrp_clothing)
* Copy qadr\_identity into resource folder.
* Folder name must be "qadr\_identity"
* add `ensure qadr_identity` after requirements
* This resource load some data from github.\
  [Some data](https://github.com/abdulkadiraktas/tebexvalidation/blob/main/datas.json)


---

# 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:

```
GET https://abdulkadir-aktas.gitbook.io/qadr_docs/qadr_identity/installation/old-redemrp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
