├── .DS_Store
├── .github
└── workflows
│ └── deploy-docs.yml
├── .gitignore
├── CODE_OF_CONDUCT.md
├── README.md
├── package-lock.json
├── package.json
├── pnpm-lock.yaml
└── src
├── .DS_Store
├── .vuepress
├── config.ts
├── navbar
│ ├── ar.ts
│ ├── en.ts
│ ├── es.ts
│ ├── id.ts
│ ├── index.ts
│ ├── jp.ts
│ ├── ko.ts
│ ├── mm.ts
│ ├── pt.ts
│ ├── ru.ts
│ ├── th.ts
│ ├── tr.ts
│ ├── vi.ts
│ └── zh.ts
├── public
│ ├── assets
│ │ ├── icon
│ │ │ ├── 128.png
│ │ │ ├── 144.png
│ │ │ ├── 192.png
│ │ │ ├── 256.png
│ │ │ ├── 512.png
│ │ │ └── guide-maskable.png
│ │ └── images
│ │ │ ├── docs
│ │ │ ├── 202312
│ │ │ │ ├── 31-4302.png
│ │ │ │ ├── 3dm-1.png
│ │ │ │ ├── 3dm-2.png
│ │ │ │ ├── 3dm-3.png
│ │ │ │ ├── checksum.png
│ │ │ │ ├── error.png
│ │ │ │ ├── error1.png
│ │ │ │ ├── error2.png
│ │ │ │ ├── error3.png
│ │ │ │ ├── error4.png
│ │ │ │ ├── example.png
│ │ │ │ ├── folder1.png
│ │ │ │ ├── join1.png
│ │ │ │ ├── join2.png
│ │ │ │ ├── join3.png
│ │ │ │ ├── join4.png
│ │ │ │ ├── launcher.png
│ │ │ │ ├── micah-bot_vi.png
│ │ │ │ ├── micah-checkin_vi.png
│ │ │ │ ├── openticket1.png
│ │ │ │ ├── openticket2.png
│ │ │ │ ├── openticket3.png
│ │ │ │ ├── openticket4.png
│ │ │ │ ├── proof.png
│ │ │ │ ├── proofVI.png
│ │ │ │ ├── security.png
│ │ │ │ ├── settings1.png
│ │ │ │ ├── settings2.png
│ │ │ │ ├── signin1.png
│ │ │ │ ├── signin2.png
│ │ │ │ ├── signin3.png
│ │ │ │ ├── signin4.png
│ │ │ │ ├── sponsor-new.png
│ │ │ │ ├── sponsor-new2.png
│ │ │ │ ├── sponsor-new3.png
│ │ │ │ ├── success.png
│ │ │ │ ├── teleport1.png
│ │ │ │ ├── teleport2.png
│ │ │ │ ├── teleport3.png
│ │ │ │ ├── teleport4.png
│ │ │ │ ├── theme-settings.png
│ │ │ │ ├── verify1.png
│ │ │ │ ├── verify2.png
│ │ │ │ ├── verify3.png
│ │ │ │ ├── verify4.png
│ │ │ │ ├── verify_vi.png
│ │ │ │ ├── virus.png
│ │ │ │ ├── virus1.png
│ │ │ │ ├── virus2.png
│ │ │ │ ├── virus3.png
│ │ │ │ └── virus4.png
│ │ │ ├── 202402
│ │ │ │ ├── timestamp.png
│ │ │ │ └── verify-1.png
│ │ │ └── 202406
│ │ │ │ ├── verify1.png
│ │ │ │ ├── verify2.png
│ │ │ │ └── verify3.png
│ │ │ └── web
│ │ │ ├── advanced.svg
│ │ │ ├── blog.svg
│ │ │ ├── box.svg
│ │ │ ├── features.svg
│ │ │ ├── github-dark.svg
│ │ │ ├── github-light.svg
│ │ │ ├── kit.svg
│ │ │ ├── layout.svg
│ │ │ └── markdown.svg
│ ├── favicon.ico
│ ├── korepi.png
│ ├── logo.png
│ ├── logo.svg
│ ├── logo2.svg
│ └── robots.txt
├── sidebar
│ ├── ar.ts
│ ├── en.ts
│ ├── es.ts
│ ├── id.ts
│ ├── index.ts
│ ├── jp.ts
│ ├── ko.ts
│ ├── mm.ts
│ ├── pt.ts
│ ├── ru.ts
│ ├── th.ts
│ ├── tr.ts
│ ├── vi.ts
│ └── zh.ts
├── styles
│ ├── config.scss
│ ├── index.scss
│ └── palette.scss
└── theme.ts
├── ar
├── README.md
├── features
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ └── esp.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── en
├── README.md
├── features
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ └── esp.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── es
├── README.md
├── features
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ └── esp.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── id
├── README.md
├── features
│ ├── Other
│ │ ├── Debug.md
│ │ ├── Hotkeys.md
│ │ ├── Risk Unknow.md
│ │ └── Settings.md
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ └── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── jp
├── README.md
├── features
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ └── esp.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── ko
├── README.md
├── features
│ ├── README.md
│ ├── esp.md
│ ├── 시각 효과
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── 월드
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ ├── 텔레포트
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ └── 플레이어
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── images
│ ├── 31-4302.png
│ ├── error2.png
│ ├── folder1.png
│ ├── launcher.png
│ ├── security.png
│ ├── settings1.png
│ ├── settings2.png
│ ├── teleport1.png
│ ├── teleport2.png
│ ├── teleport3.png
│ ├── teleport4.png
│ ├── virus.png
│ ├── virus1.png
│ ├── virus2.png
│ └── virus3.png
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── mm
├── README.md
├── features
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ └── esp.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sign-in.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── pt
├── README.md
├── features
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ └── esp.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── ru
├── README.md
├── features
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ └── esp.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── p2g.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── th
├── README.md
├── features
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ └── esp.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── tr
├── README.md
├── features
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ └── esp.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
├── vi
├── README.md
├── features
│ ├── Player
│ │ ├── attack-effects.md
│ │ ├── auto-run.md
│ │ ├── bunny-hop.md
│ │ ├── cooldown-effects.md
│ │ ├── extra-movements.md
│ │ ├── fall-control.md
│ │ ├── god-mode.md
│ │ ├── infinite-stamina.md
│ │ ├── no-clip.md
│ │ ├── player-speed.md
│ │ ├── remote-utility.md
│ │ └── stats-modifer.md
│ ├── README.md
│ ├── Teleport
│ │ ├── 0culi-teleport.md
│ │ ├── chest-teleport.md
│ │ ├── custom-teleport.md
│ │ ├── map-teleport.md
│ │ └── quest-teleport.md
│ ├── Visuals
│ │ ├── animation-changer.md
│ │ ├── camera-zoom.md
│ │ ├── constellation-modifier.md
│ │ ├── custom-profile.md
│ │ ├── custom-weather.md
│ │ ├── echo-modifier.md
│ │ ├── emotion-changer.md
│ │ ├── extra-visual-settings.md
│ │ ├── fake-time.md
│ │ ├── flycloak-modifier.md
│ │ ├── fps-unlock.md
│ │ ├── free-camera.md
│ │ ├── hide-ui.md
│ │ ├── map-zoom.md
│ │ ├── monster-changer.md
│ │ ├── others.md
│ │ ├── skin-modifier.md
│ │ └── texture-changer.md
│ ├── World
│ │ ├── auto-activate-tp.md
│ │ ├── auto-challenge.md
│ │ ├── auto-cook.md
│ │ ├── auto-destroy.md
│ │ ├── auto-domain.md
│ │ ├── auto-fish.md
│ │ ├── auto-loot.md
│ │ ├── auto-puzzle.md
│ │ ├── auto-seelie.md
│ │ ├── auto-talk.md
│ │ ├── auto-tree-farm.md
│ │ ├── elemental-aura.md
│ │ ├── game-speed.md
│ │ ├── kill-aura.md
│ │ ├── map-manager.md
│ │ ├── mob-vacuum.md
│ │ ├── others.md
│ │ └── vacuum-loot.md
│ └── esp.md
├── guide
│ ├── 3DM-skin.md
│ ├── 3DM-tutorial.md
│ ├── README.md
│ ├── custom-tp-setting.md
│ ├── free.md
│ ├── getkey.md
│ ├── multi-instance.md
│ ├── seller.md
│ └── virus.md
├── start
│ ├── README.md
│ ├── differences.md
│ ├── download.md
│ ├── join.md
│ ├── sponsor.md
│ └── verify.md
└── troubleshoot
│ ├── 31-4302.md
│ ├── README.md
│ ├── faq-error.md
│ └── faq.md
└── zh
├── README.md
├── features
├── 1.玩家功能
│ ├── attack-effects.md
│ ├── auto-run.md
│ ├── bunny-hop.md
│ ├── cooldown-effects.md
│ ├── extra-movements.md
│ ├── fall-control.md
│ ├── god-mode.md
│ ├── infinite-stamina.md
│ ├── no-clip.md
│ ├── player-speed.md
│ ├── remote-utility.md
│ └── stats-modifer.md
├── 2.世界功能
│ ├── auto-activate-tp.md
│ ├── auto-challenge.md
│ ├── auto-cook.md
│ ├── auto-destroy.md
│ ├── auto-domain.md
│ ├── auto-fish.md
│ ├── auto-loot.md
│ ├── auto-puzzle.md
│ ├── auto-seelie.md
│ ├── auto-talk.md
│ ├── auto-tree-farm.md
│ ├── elemental-aura.md
│ ├── game-speed.md
│ ├── kill-aura.md
│ ├── map-manger.md
│ ├── mob-vacuum.md
│ ├── others.md
│ └── vacuum-loot.md
├── 3.传送功能
│ ├── 0culi-teleport.md
│ ├── chest-teleport.md
│ ├── custom-teleport.md
│ ├── map-teleport.md
│ └── quest-teleport.md
├── 4.视图功能
│ ├── animation-changer.md
│ ├── camera-zoom.md
│ ├── constellation-modifier.md
│ ├── custom-profile.md
│ ├── custom-weather.md
│ ├── echo-modifier.md
│ ├── emotion-changer.md
│ ├── extra-visual-settings.md
│ ├── fake-time.md
│ ├── flycloack-modifier.md
│ ├── fps-unlock.md
│ ├── free-camera.md
│ ├── hide-ui.md
│ ├── map-zoom.md
│ ├── monster-changer.md
│ ├── others.md
│ ├── skin-modifier.md
│ └── texture-changer.md
└── README.md
├── guide
├── 3DM-tutorial.md
├── Multi-korepi.md
├── README.md
├── config-change.md
├── custom-tp-setting.md
├── danger-function.md
├── esp-setting.md
├── images
│ ├── 3dm-2.png
│ ├── 3dm-3.png
│ ├── 3dm-4.png
│ ├── 3dm-5.png
│ ├── 3dm-6.png
│ ├── 3dm-7.png
│ ├── 3dm-8.png
│ ├── 3dm-9.png
│ ├── F-auth.png
│ ├── V-auth.png
│ ├── config-change-1.png
│ ├── config-change-2.png
│ ├── custom-tp-1.png
│ ├── custom-tp-2.png
│ ├── esp-change.png
│ ├── verify-1.png
│ ├── verify-10.png
│ ├── verify-11.png
│ ├── verify-12.png
│ ├── verify-13.png
│ ├── verify-14.png
│ ├── verify-15.png
│ ├── verify-16.png
│ ├── verify-2.png
│ ├── verify-3.png
│ ├── verify-4.png
│ ├── verify-5.png
│ ├── verify-6.png
│ ├── verify-7.png
│ ├── verify-8.png
│ ├── verify-9.png
│ └── 验证.png
├── key-use.md
└── virus.md
├── others
├── README.md
├── ap.md
├── image
│ ├── sponsor-skill-1.png
│ ├── sponsor-skill-2.png
│ └── sponsor-skill-3.png
└── skill.md
├── start
├── Introduction of version.md
├── README.md
├── buy-korpei.md
├── differences.md
├── download.md
├── images
│ ├── Verify-1.png
│ ├── Verify-2.png
│ ├── Verify-3.png
│ ├── image-1.png
│ ├── image-2.png
│ ├── image.png
│ ├── img.png
│ ├── key-1.png
│ ├── key-2.png
│ ├── key-3.png
│ ├── micah-sign-bot.png
│ ├── setting-language-1.png
│ ├── setting-language-2.png
│ ├── sign-in-1.png
│ ├── sign-in-2.png
│ ├── sign-in-3.png
│ ├── sign-in-4.png
│ └── sign-in-5.png
├── join.md
├── news.md
├── setting-language-zh.md
└── verify.md
└── troubleshoot
├── 31-4302.md
├── README.md
├── faq-error.md
└── faq.md
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/.DS_Store
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules/
2 | src/.vuepress/.cache/
3 | src/.vuepress/.temp/
4 | src/.vuepress/dist/
5 | .idea/
6 | .vscode/
7 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # This document moved to https://github.com/boreki/korepi-docs
2 |
--------------------------------------------------------------------------------
/src/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.DS_Store
--------------------------------------------------------------------------------
/src/.vuepress/navbar/index.ts:
--------------------------------------------------------------------------------
1 | export * from "./en.js";
2 | export * from "./zh.js";
3 | export * from "./ru.js";
4 | export * from "./id.js";
5 | export * from "./es.js";
6 | export * from "./mm.js";
7 | export * from "./vi.js";
8 | export * from "./pt.js";
9 | export * from "./ar.js";
10 | export * from "./jp.js";
11 | export * from "./tr.js";
12 | export * from "./ko.js";
13 | export * from "./th.js";
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/icon/128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/icon/128.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/icon/144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/icon/144.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/icon/192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/icon/192.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/icon/256.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/icon/256.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/icon/512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/icon/512.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/icon/guide-maskable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/icon/guide-maskable.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/31-4302.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/31-4302.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/3dm-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/3dm-1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/3dm-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/3dm-2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/3dm-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/3dm-3.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/checksum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/checksum.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/error.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/error1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/error1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/error2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/error2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/error3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/error3.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/error4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/error4.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/example.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/folder1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/folder1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/join1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/join1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/join2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/join2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/join3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/join3.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/join4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/join4.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/launcher.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/micah-bot_vi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/micah-bot_vi.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/micah-checkin_vi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/micah-checkin_vi.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/openticket1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/openticket1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/openticket2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/openticket2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/openticket3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/openticket3.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/openticket4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/openticket4.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/proof.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/proof.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/proofVI.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/proofVI.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/security.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/security.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/settings1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/settings1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/settings2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/settings2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/signin1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/signin1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/signin2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/signin2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/signin3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/signin3.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/signin4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/signin4.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/sponsor-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/sponsor-new.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/sponsor-new2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/sponsor-new2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/sponsor-new3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/sponsor-new3.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/success.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/success.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/teleport1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/teleport1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/teleport2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/teleport2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/teleport3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/teleport3.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/teleport4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/teleport4.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/theme-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/theme-settings.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/verify1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/verify1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/verify2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/verify2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/verify3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/verify3.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/verify4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/verify4.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/verify_vi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/verify_vi.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/virus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/virus.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/virus1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/virus1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/virus2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/virus2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/virus3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/virus3.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202312/virus4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202312/virus4.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202402/timestamp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202402/timestamp.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202402/verify-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202402/verify-1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202406/verify1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202406/verify1.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202406/verify2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202406/verify2.png
--------------------------------------------------------------------------------
/src/.vuepress/public/assets/images/docs/202406/verify3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/assets/images/docs/202406/verify3.png
--------------------------------------------------------------------------------
/src/.vuepress/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/favicon.ico
--------------------------------------------------------------------------------
/src/.vuepress/public/korepi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/korepi.png
--------------------------------------------------------------------------------
/src/.vuepress/public/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/.vuepress/public/logo.png
--------------------------------------------------------------------------------
/src/.vuepress/public/robots.txt:
--------------------------------------------------------------------------------
1 | Sitemap: https://korepi.com/sitemap.xml
2 |
3 | User-agent: *
4 |
--------------------------------------------------------------------------------
/src/.vuepress/sidebar/index.ts:
--------------------------------------------------------------------------------
1 | export * from "./en.js";
2 | export * from "./zh.js";
3 | export * from "./ru.js";
4 | export * from "./id.js";
5 | export * from "./es.js";
6 | export * from "./mm.js";
7 | export * from "./vi.js";
8 | export * from "./pt.js";
9 | export * from "./ar.js";
10 | export * from "./jp.js";
11 | export * from "./tr.js";
12 | export * from "./ko.js";
13 | export * from "./th.js";
--------------------------------------------------------------------------------
/src/.vuepress/styles/config.scss:
--------------------------------------------------------------------------------
1 | // you can change config here
2 | $colors: #c0392b, #d35400, #f39c12, #27ae60, #16a085, #2980b9, #8e44ad, #2c3e50,
3 | #7f8c8d !default;
4 |
--------------------------------------------------------------------------------
/src/.vuepress/styles/index.scss:
--------------------------------------------------------------------------------
1 | // place your custom styles here
2 | .iframe-container {
3 | position: relative;
4 | overflow: hidden;
5 | padding-top: 56.25%;
6 | }
7 | .iframe-container iframe {
8 | position: absolute;
9 | top: 0;
10 | border: 0;
11 | height: 100%;
12 | width: 100%;
13 | }
--------------------------------------------------------------------------------
/src/.vuepress/styles/palette.scss:
--------------------------------------------------------------------------------
1 | // you can change colors here
2 | $theme-color: #096dd9;
3 |
--------------------------------------------------------------------------------
/src/ar/features/Player/auto-run.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Run
3 | icon: person-running
4 | category:
5 | - المميزات
6 | tag:
7 | - Auto Run
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## سيؤدي التحرك التلقائي إلى نقل اللاعب إلى الاتجاه الذي يواجهه اللاعب تلقائيًا.
13 |
14 | ## فيديو توضيحي:
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/src/ar/features/Player/fall-control.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fall Control
3 | icon: person-falling
4 | category:
5 | - المميزات
6 | tag:
7 | - Fall Control
8 | author: Schvis
9 | order: 6
10 | ---
11 |
12 | ## يتيح لك التحكم في سرعة السقوط
13 |
14 | ## فيديو توضيحي:
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/ar/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Stats Modifier (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Stats Modifier (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/ar/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: قائمة الميزات
3 | icon: "book"
4 | category: الميزات
5 | tag:
6 | - بدء
7 | author: Schvis
8 | ---
9 |
10 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Animation Changer
3 | icon: people-arrows
4 | category:
5 | - Features
6 | tag:
7 | - Animation Changer
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ##مغير الرسوم المتحركة, يسمح للاعب بتغيير الرسوم المتحركة لشخصيته الحالية إلى الصورة المختارة.
13 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Camera Zoom
3 | icon: camera
4 | category:
5 | - Features
6 | tag:
7 | - Camera Zoom
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## يتيح تكبير الكاميرا للمستخدم تغيير حجم الكاميرا إلى القيمة المطلوبة.
--------------------------------------------------------------------------------
/src/ar/features/Visuals/custom-profile.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Profile
3 | icon: users-gear
4 | category:
5 | - Features
6 | tag:
7 | - Custom Profile
8 | author: Schvis
9 | order: 4
10 | ---
11 |
12 | ## Custom Profile:
13 |
14 | ### UID:
15 | - حدد المعرف الفريد الذي تريد عرضه.
16 | ### Nickname:
17 | - حدد اللقب الذي تريد عرضه.
18 | ### Level:
19 | - حدد المستوى الذي تريد عرضه.
20 | ### EXP:
21 | - حدد نقطة الخبرة التي تريد عرضها.
22 | ### World Level:
23 | - حدد المستوى العالمي الذي تريد عرضه.
24 | ### Avatar Image:
25 | - استخدم صورة مخصصة كصورة للملف الشخصي.
26 | ### Card Image:
27 | - استخدم صورة مخصصة كصورة بطاقة.
28 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Weather
3 | icon: cloud
4 | category:
5 | - Features
6 | tag:
7 | - Custom Weather
8 | author: Schvis
9 | order: 5
10 | ---
11 |
12 | ## الطقس المخصص يسمح لك بتغيير الطقس حسب رغبتك.
13 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/ar/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Emotion Changer
3 | icon: face-smile
4 | category:
5 | - Features
6 | tag:
7 | - Emotion Changer
8 | author: Schvis
9 | order: 6
10 | ---
11 |
12 | ## مغير العاطفة يسمح للاعب بتغيير مشاعر الشخصية الحالية إلى العاطفة المحددة.
13 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Extra Visual Settings
3 | icon: eye
4 | category:
5 | - Features
6 | tag:
7 | - Extra Visual Settings
8 | author: Schvis
9 | order: 7
10 | ---
11 |
12 | ## Extra Visual Settings:
13 | ### Gamma:
14 | - يسمح لك بتغيير قيمة جاما للعبة .
15 | ### Outline Width:
16 | -يسمح لك بتغيير الخطوط العريضة لكل شخصية في اللعبة.
17 | ### Anti-Aliasing:
18 | - يسمح للاعب بتغير الانتي الايسيتق, بما في ذلك بعض الوحدات غير المتوفرة
19 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fake Time
3 | icon: clock
4 | category:
5 | - Features
6 | tag:
7 | - Fake Time
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Fake Time:
13 | - تغير وقت العالم (الساعة والدقائق).
14 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Flycloak Modifier
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Flycloak Modifier
8 | author: Schvis
9 | order: 10
10 | ---
11 |
12 | ## معدل شكل الاجنحة: يسمح بتغير مظهر الاجنحة حتى لو لم تمتلكها
13 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: FPS Unlock
3 | icon: arrow-up-right-dots
4 | category:
5 | - Features
6 | tag:
7 | - FPS Unlock
8 | author: Schvis
9 | order: 8
10 | ---
11 |
12 | ## Unlocks FPS.Unlocks FPS yeah.Unlocks FPS wow.
13 | ### Limit background FPS:
14 | - قم بتعيين الحد الأقصى لعدد الإطارات في الثانية الذي يمكن أن تصل إليه اللعبة عندما لا تكون مركزة.
15 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Free Camera
3 | icon: camera-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Free Camera
8 | author: Schvis
9 | order: 11
10 | ---
11 |
12 | ## Free Camera:
13 | - حرك الكاميرا بحرية دون أن تكون مقيدًا بالشخصية.
14 | ### Freeze Character Animation:
15 | -توقيف الرسوم المتحركة للشخصية.
16 | ### Make Character Invisible:
17 | - جعل شخصيتك خفية
18 | ### Block User Input:
19 | - يحظر إدخال المستخدم وبالتالي لن تتحرك الشخصية أثناء تحريك الكاميرا.
20 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Map Zoom
3 | icon: map
4 | category:
5 | - Features
6 | tag:
7 | - Map Zoom
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ## يقوم بتقريب وتبعيد وتعديل القيم التي يتم استخدامها في الخريطة
13 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Monster Changer
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Monster Changer
8 | author: Schvis
9 | order: 14
10 | ---
11 |
12 | ## Monster Changer:
13 | - عند التمكين، سيتم تغيير جميع الوحوش الجديدة بشكل مرئي إلى الوحش المختارة.
14 | ### Exclude Animals:
15 | - تفعيل أو تعطيل تغيير الحيوانات.
16 | ### Custom Monster ID:
17 | - استخدم المعرف بدلاً من القائمة المتوفرة للوحوش.
18 | ### Randomize Monster:
19 | - التغيير سيكون عشوائيا.
20 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Skin Modifier
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Skin Modifier
8 | author: Schvis
9 | order: 15
10 | ---
11 |
12 | ## معدل الملابس يسمح للاعب باستخدام الملابس داخل اللعبة مجانًا.
13 |
--------------------------------------------------------------------------------
/src/ar/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Texture Changer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Texture Changer
8 | author: Schvis
9 | order: 16
10 | ---
11 | ::: info Its better to use [GIMI](../../guide/3DM-tutorial.md) for changing textures.
12 | :::
13 | ---
14 | ## مغير الملمس يسمح بتبديل أجزاء الشخصيات إلى ملفات الصور المتوفرة.
15 |
--------------------------------------------------------------------------------
/src/ar/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Domain (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Domain (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/ar/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Puzzle
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Puzzle
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/ar/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ESP
3 | icon: satellite-dish
4 | category:
5 | - Features
6 | tag:
7 | - ESP
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ## يسمح الرادار للاعبين بعرض وتتبع الاغراض المختلفة من خلال اغراض اخرى ويمكن تخصيص العديد من العناصر المرئية
13 | > ملاحظة: يمكن تخصيص النطاق والاغراض والمرئيات كلها.
14 |
15 | ## فيديو توضيحي :
16 |
17 | ### قريباً...
18 |
--------------------------------------------------------------------------------
/src/ar/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: إرشادات
3 | icon: book
4 | category: Guide
5 | tag: Start
6 | author: QweRez, Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/ar/guide/seller.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: من أين أشتري؟
3 | icon: info-circle
4 | category:
5 | - Guide
6 | tag:
7 | - Start
8 | author: Schvis
9 | order: 3
10 | ---
11 |
12 | ## أين يمكنني شراء نسخةPERTAMAX?
13 |
14 | يمكنك العثور على البائعين الرسميين لدينا على خادم Discord الخاص بنا.
15 | - يمكنك العثور على العملة التي تناسبك [Sellers](https://discord.com/channels/1069057220802781265/1204755981834129439).
16 | - إذا لم تجد عملتك، يمكنك الشراء من البائعين العالميين(USD)
17 | - إذا لم تتمكن من العثور على طريقة الدفع التي تناسبك، يمكنك أن تسأل عن ذلك [channel](https://discord.com/channels/1069057220802781265/1205143920577880074), وسيقدم لك البائع المساعدة إن أمكن.
18 |
--------------------------------------------------------------------------------
/src/ar/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: فهرس
3 | icon: book
4 | category: Guide
5 | tag: Start
6 | author: QweRez
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/ar/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: داعم
3 | icon: user-plus
4 | category:
5 | - Guide
6 | tag:
7 | - Start
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## الداعمين
13 |
14 | - Sponsors هو دور قديم لم يعد من الممكن الحصول عليه، والأشخاص الذين لديهم هذا الدور مؤهلون للحصول على وظائف إضافية في البرنامج دون الحاجة إلى الدفع مرة أخرى، كما أنهم يتلقون بعض الامتيازات الإضافية في الخادم/البرنامج, [Difference](differences.md).
--------------------------------------------------------------------------------
/src/ar/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: قائمة الأخطاء
3 | icon: book
4 | category: Troubleshoot
5 | tag: Start
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/en/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Stats Modifier (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Stats Modifier (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/en/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: List of Features
3 | icon: "book"
4 | category: Features
5 | tag: Start
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Animation Changer
3 | icon: people-arrows
4 | category:
5 | - Features
6 | tag:
7 | - Animation Changer
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ::: info PERTAMAX Only
13 | :::
14 | ## Animation Changer, allows the player to change their current character animation to the selected one.
15 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Camera Zoom
3 | icon: camera
4 | category:
5 | - Features
6 | tag:
7 | - Camera Zoom
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## Camera zoom allows the user to change their camera zoom to their desired value.
13 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/custom-profile.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Profile
3 | icon: users-gear
4 | category:
5 | - Features
6 | tag:
7 | - Custom Profile
8 | author: Schvis
9 | order: 4
10 | ---
11 |
12 | ## Custom Profile:
13 |
14 | ### UID:
15 | - Select the UID you want to be displayed.
16 | ### Nickname:
17 | - Select the Nickname you want to be displayed.
18 | ### Level:
19 | - Select the Level you want to be displayed.
20 | ### EXP:
21 | - Select the EXP you want to be displayed.
22 | ### World Level:
23 | - Select the World Level you want to be displayed.
24 | ### Avatar Image:
25 | - Use a custom png as avatar image.
26 | ### Card Image:
27 | - Use a custom png as card image.
28 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Weather
3 | icon: cloud
4 | category:
5 | - Features
6 | tag:
7 | - Custom Weather
8 | author: Schvis
9 | order: 5
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Custom Wether allows you to change the weather to your liking.
14 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/en/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Emotion Changer
3 | icon: face-smile
4 | category:
5 | - Features
6 | tag:
7 | - Emotion Changer
8 | author: Schvis
9 | order: 6
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Emotion Changer allows the player to change the current character emotion to the selected one.
14 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Extra Visual Settings
3 | icon: eye
4 | category:
5 | - Features
6 | tag:
7 | - Extra Visual Settings
8 | author: Schvis
9 | order: 7
10 | ---
11 |
12 | ## Extra Visual Settings:
13 | ### Gamma:
14 | - Allows you to change the gamma value of the game.
15 | ### Outline Width:
16 | - Allows you to change the outline of every character in the game.
17 | ### Anti-Aliasing:
18 | - Allows the player to change the anti-aliasing module to use, including some that are not available natively.
19 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fake Time
3 | icon: clock
4 | category:
5 | - Features
6 | tag:
7 | - Fake Time
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Fake Time:
13 | - Changes in game time (hour and minutes).
14 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Flycloak Modifier
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Flycloak Modifier
8 | author: Schvis
9 | order: 10
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Flycloak Modifier allow the player to change their glider skin even if they don't own it.
14 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: FPS Unlock
3 | icon: arrow-up-right-dots
4 | category:
5 | - Features
6 | tag:
7 | - FPS Unlock
8 | author: Schvis
9 | order: 8
10 | ---
11 |
12 | ## Unlocks FPS.Unlocks FPS yeah.Unlocks FPS wow.
13 | ### Limit background FPS:
14 | - Set the max fps game can reach when its not focused.
15 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Free Camera
3 | icon: camera-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Free Camera
8 | author: Schvis
9 | order: 11
10 | ---
11 |
12 | ## Free Camera:
13 | - Move the camera freely without being locked to the character.
14 | ### Freeze Character Animation:
15 | - Freezes character animations.
16 | ### Make Character Invisible:
17 | - Makes character invisible.
18 | ### Block User Input:
19 | - Blocks user input therefore character wont move while moving the camera.
20 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Map Zoom
3 | icon: map
4 | category:
5 | - Features
6 | tag:
7 | - Map Zoom
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ## Map Zoom modifies the values to be used in the map.
13 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Monster Changer
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Monster Changer
8 | author: Schvis
9 | order: 14
10 | ---
11 |
12 | ## Monster Changer:
13 | - When enabled, all new rendered monsters will be changed visually to the selected monster.
14 | ### Exclude Animals:
15 | - Enable or Disable changing animals.
16 | ### Custom Monster ID:
17 | - Use ID instead of the provided list.
18 | ### Randomize Monster:
19 | - The change will be random.
20 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Skin Modifier
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Skin Modifier
8 | author: Schvis
9 | order: 15
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Skin Modifier allows the player to use in-game skins for free.
14 |
--------------------------------------------------------------------------------
/src/en/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Texture Changer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Texture Changer
8 | author: Schvis
9 | order: 16
10 | ---
11 | ::: info Its better to use [GIMI](../../guide/3DM-tutorial.md) for changing textures.
12 | :::
13 | ---
14 | ## Texture Changer allows to switch character parts to the provided .png files.
15 |
--------------------------------------------------------------------------------
/src/en/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Domain (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Domain (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/en/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Puzzle
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Puzzle
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Auto Puzzle will complete the selected puzzles automatically within the provided range and delay.
13 |
14 | ## Example Video:
15 | Soon...
--------------------------------------------------------------------------------
/src/en/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ESP
3 | icon: satellite-dish
4 | category:
5 | - Features
6 | tag:
7 | - ESP
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ## ESP allows the player to track and view the selected objects through other objects from the filter with customizable visual effects.
13 | > Note: Range, objects, visuals can be all customized.
14 |
15 | ## Example Video:
16 |
17 | ### Soon...
18 |
--------------------------------------------------------------------------------
/src/en/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Guides
3 | icon: book
4 | category: Guide
5 | tag: Start
6 | author: QweRez, Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/en/guide/seller.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Where to buy?
3 | icon: info-circle
4 | category:
5 | - Guide
6 | tag:
7 | - Start
8 | author: Schvis
9 | order: 3
10 | ---
11 |
12 | ## Where can i buy PERTAMAX version?
13 |
14 | You can find our official sellers on our discord server.
15 | - You can find the currency that suits you in [Sellers](https://discord.com/channels/1069057220802781265/1204755981834129439).
16 | - If you don't find your currency, you can buy from the global sellers(USD)
17 | - If you can't find a payment method that suits you, you can ask on this [channel](https://discord.com/channels/1069057220802781265/1205143920577880074), and a seller will provide you help if possible.
18 |
--------------------------------------------------------------------------------
/src/en/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Catalog
3 | icon: book
4 | category: Guide
5 | tag: Start
6 | author: QweRez
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/en/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Becoming a Sponsor
3 | icon: credit-card
4 | category:
5 | - Guide
6 | tag:
7 | - Start
8 | - Sponsor
9 | author: rekiihype
10 | order: 4
11 | ---
12 |
13 | - Sponsors are a legacy role that is no longer obtainable, people with this role are elegible to extra functionality in the software without having to pay again, they also receive some extra perks in the server/software, [Difference](differences.md).
14 |
--------------------------------------------------------------------------------
/src/en/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: List of Errors
3 | icon: book
4 | category: Troubleshoot
5 | tag: Start
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/es/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Modificador de Estadísticas
3 | icon: bolt
4 | category:
5 | - Funciones
6 | tag:
7 | - Modificador de Estadísticas
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Próximamente.
--------------------------------------------------------------------------------
/src/es/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Lista de Funciones
3 | icon: "book"
4 | category: Funciones
5 | tag: Inicio
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Cambiador de Animación
3 | icon: people-arrows
4 | category:
5 | - Funciones
6 | tag:
7 | - Cambiador de Animación
8 | author: Schvis
9 | order: 1
10 | ---
11 | ::: info Solo para PERTAMAX
12 | :::
13 | ## Cambiador de Animación, permite cambiar la animación del personaje actual a la animación seleccionada.
14 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Zoom de Cámara
3 | icon: camera
4 | category:
5 | - Funciones
6 | tag:
7 | - Zoom de Cámara
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## Zoom de Cámara permite al jugador cambiar el zoom de la cámara a valores que no están disponibles.
13 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/custom-profile.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Perfil Personalizado
3 | icon: users-gear
4 | category:
5 | - Funciones
6 | tag:
7 | - Perfil Personalizado
8 | author: Schvis
9 | order: 4
10 | ---
11 |
12 | ## Perfil Personalizado:
13 |
14 | ### UID:
15 | - Cambia el UID a mostrar.
16 | ### Nickname:
17 | - Cambia el Nombre a mostrar.
18 | ### Nivel:
19 | - Cambia el Nivel a mostrar.
20 | ### EXP:
21 | - Cambia la experiencia a mostrar.
22 | ### Nivel de Mundo:
23 | - Cambia el Nivel de Mundo a mostrar.
24 | ### Imagen de Avatar:
25 | - Cambia la imagen de avatar por un .png a seleccionar.
26 | ### Imagen de Tarjeta:
27 | - Cambia la imagen de la tarjeta por un .png a seleccionar.
28 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Clima Personalizado
3 | icon: cloud
4 | category:
5 | - Funciones
6 | tag:
7 | - Clima Personalizado
8 | author: Schvis
9 | order: 5
10 | ---
11 | ::: info Solo para PERTAMAX
12 | :::
13 | ## Clima Personalizado te permite cambiar el clima a tu gusto.
14 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Modificador de Ecos
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Modificador de Ecos
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info Solo para PERTAMAX
12 | :::
13 |
14 | ## El Modificador de Ecos permite al jugador usar cualquier Eco en cualquier personaje.
--------------------------------------------------------------------------------
/src/es/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Cambiador de Emociones
3 | icon: face-smile
4 | category:
5 | - Funciones
6 | tag:
7 | - Cambiador de Emociones
8 | author: Schvis
9 | order: 6
10 | ---
11 |
12 | ## Cambiador de Emociones permite cambiar la emoción del personaje por uno seleccionado.
13 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Extra Visual Settings
3 | icon: eye
4 | category:
5 | - Funciones
6 | tag:
7 | - Extra Visual Settings
8 | author: Schvis
9 | order: 7
10 | ---
11 |
12 | ## Extra Visual Settings:
13 | ### Gamma:
14 | - Cambia el Gamma del juego.
15 | ### Anchura de Contorno:
16 | - Cambia la anchura del contorno de todos los personajes.
17 | ### Anti-Aliasing:
18 | - Cambia el modo de Anti-Aliasing por la selección del jugador, incluye algunas que no están disponibles dentro del juego.
19 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tiempo Falso
3 | icon: clock
4 | category:
5 | - Funciones
6 | tag:
7 | - Tiempo Falso
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Tiempo Falso:
13 | - Cambia el tiempo dentro del juego a tu gusto.
14 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Modificador de Planeador
3 | icon: arrows-rotate
4 | category:
5 | - Funciones
6 | tag:
7 | - Modificador de Planeador
8 | author: Schvis
9 | order: 10
10 | ---
11 | ::: info Solo para PERTAMAX
12 | :::
13 | ## Modificador de Planeador te permite cambiar tu planeador aunque no tengas la skin desbloqueada.
14 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Desbloquear FPS
3 | icon: arrow-up-right-dots
4 | category:
5 | - Funciones
6 | tag:
7 | - Desbloquear FPS
8 | author: Schvis
9 | order: 8
10 | ---
11 |
12 | ## Desbloquea FPS.Si desbloquea FPS.Desbloquea FPS wow.
13 | ### Limitar FPS de fondo:
14 | - Elige los fps máximos del juego cuando no estés dentro del juego
15 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Cámara Libre
3 | icon: camera-rotate
4 | category:
5 | - Funciones
6 | tag:
7 | - Cámara Libre
8 | author: Schvis
9 | order: 11
10 | ---
11 |
12 | ## Cámara Libre:
13 | - Te permite mover la cámara sin tener que seguir al personaje.
14 | ### Congelar Animación del Personaje:
15 | - Congela Animación del Personaje
16 | ### Personaje Invisible:
17 | - Hace que el personaje sea invisible.
18 | ### Bloquear Input del Usuario:
19 | - Limita el movimiento del jugador pero no el de la cámara.
20 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Zoom del Mapa
3 | icon: map
4 | category:
5 | - Funciones
6 | tag:
7 | - Zoom del Mapa
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ## Zoom del Mapa modifica el zoom al valor definido por el jugador.
13 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Cambiador de Monstruos
3 | icon: arrows-rotate
4 | category:
5 | - Funciones
6 | tag:
7 | - Cambiador de Monstruos
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ## Cambiador de Monstruos:
13 | - Cuando esta activo, cambia todo los nuevos monstruos al monstruo designado.
14 | ### Excluir Animales:
15 | - Habilitar o Deshabilitar si cambiar animales a monstruos.
16 | ### ID de Monstruo Personalizado:
17 | - Usa un ID en vez de la lista predeterminada.
18 | ### Monstruo Aleatorio:
19 | - El monstruo que aparecerá sera aleatorio.
20 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Modificador de Pieles
3 | icon: list
4 | category:
5 | - Funciones
6 | tag:
7 | - Modificador de Pieles
8 | author: Schvis
9 | order: 14
10 | ---
11 | ::: info Solo para PERTAMAX
12 | :::
13 | ## Modificador de Pieles te permite cambiar la skin del personaje gratuitamente.
14 |
--------------------------------------------------------------------------------
/src/es/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Cambiador de Textura
3 | icon: list
4 | category:
5 | - Funciones
6 | tag:
7 | - Cambiador de Textura
8 | author: Schvis
9 | order: 15
10 | ---
11 | ::: info Es mejor usar [GIMI](../../guide/3DM-tutorial.md) para cambiar las texturas.
12 | :::
13 | ---
14 | ## Cambiador de Textura te permite cambiar las texturas del personaje por otras con archivos .png.
15 |
--------------------------------------------------------------------------------
/src/es/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Dominios
3 | icon: bolt
4 | category:
5 | - Funciones
6 | tag:
7 | - Auto Dominios
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Próximamente.
--------------------------------------------------------------------------------
/src/es/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Puzzle
3 | icon: bolt
4 | category:
5 | - Funciones
6 | tag:
7 | - Auto Puzzle
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Auto Puzzle completara los puzzles seleccionados en el intervalo elegido y el rango seleccionado automaticamente.
13 |
14 | ## Video de Ejemplo:
15 | Proximamente...
--------------------------------------------------------------------------------
/src/es/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ESP
3 | icon: satellite-dish
4 | category:
5 | - Funciones
6 | tag:
7 | - ESP
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ## ESP permite al jugador seguir y ver objetos a través de otros objetos.
13 | > Nota: El rango, los objetos y como se siguen los objetos se pueden personalizar.
14 |
15 | ## Video de Ejemplo:
16 |
17 | ### Próximamente...
18 |
--------------------------------------------------------------------------------
/src/es/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Guías
3 | icon: book
4 | category: Guía
5 | tag: Inicio
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/es/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Inicio
3 | icon: book
4 | category: Guía
5 | tag: Inicio
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/es/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Patrocinadores
3 | icon: user-plus
4 | category:
5 | - Guía
6 | tag:
7 | - Inicio
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Patrocinadores
13 |
14 | - Los Sponsor, también conocido como patrocinadores es un rol viejo, ya no se puede obtener de ninguna forma, las personas con este rol reciben funcionalidades extra dentro del programa y el servidor, [Difference](differences.md).
--------------------------------------------------------------------------------
/src/es/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Lista de errores
3 | icon: book
4 | category: Errores
5 | tag: Inicio
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/id/features/Other/Risk Unknow.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Risk Unknown
3 | icon: border-all
4 | category:
5 | - Fitur
6 | tag:
7 | - Risk Unknown
8 | author: RodanZ
9 | order: 4
10 | ---
11 |
12 | ### Risk Unknown memungkinkan pemain mengakses `restricted area` tanpa peringatan.
--------------------------------------------------------------------------------
/src/id/features/Other/Settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Settings
3 | icon: gear
4 | category:
5 | - Fitur
6 | tag:
7 | - Settings
8 | author: RodanZ
9 | order: 2
10 | ---
11 |
12 | ### Settings memungkinkan pemain untuk mengatur pengaturan Mod Korepi.
--------------------------------------------------------------------------------
/src/id/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Stats Modifier (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Player
8 | - Stats Modifier (WIP)
9 | author: Schvis
10 | order: 12
11 | ---
12 |
13 | ## Akan segera di rilis!.
--------------------------------------------------------------------------------
/src/id/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Daftar Fitur
3 | icon: "book"
4 | category:
5 | - Fitur
6 | tag:
7 | - Buku Pemula
8 | author: Schvis, NatsumeAoii
9 | ---
10 |
11 |
--------------------------------------------------------------------------------
/src/id/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Animation Changer
3 | icon: people-arrows
4 | category:
5 | - Fitur
6 | tag:
7 | - Animation Changer
8 | - Visual
9 | author: Schvis, RodanZ, NatsumeAoii
10 | order: 1
11 | ---
12 | ::: info Eksklusif Untuk PERTAMAX!
13 | :::
14 | ---
15 | ## Animation Changer memungkinkan pemain untuk mengganti animasi karakter dengan animasi yang telah dipilih.
16 |
--------------------------------------------------------------------------------
/src/id/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Camera Zoom
3 | icon: camera
4 | category:
5 | - Fitur
6 | tag:
7 | - Camera Zoom
8 | - Visual
9 | author: Schvis, Kaede, Chloe, NatsumeAoii
10 | order: 2
11 | ---
12 |
13 | ## Camera Zoom memungkinkan pemain untuk menyesuaikan tingkat perbesaran kamera sesuai dengan nilai yang diinginkan.
--------------------------------------------------------------------------------
/src/id/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Weather
3 | icon: cloud
4 | category:
5 | - Fitur
6 | tag:
7 | - Custom Weather
8 | - Visual
9 | author: Schvis, Kaede, RodanZ, NatsumeAoii
10 | order: 5
11 | ---
12 | ::: info Eksklusif Untuk PERTAMAX!
13 | :::
14 | ---
15 | ## Custom Weather memungkinkan Anda untuk mengubah cuaca sesuai dengan pilihan yang Anda inginkan.
--------------------------------------------------------------------------------
/src/id/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/id/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Emotion Changer
3 | icon: face-smile
4 | category:
5 | - Fitur
6 | tag:
7 | - Emotion Changer
8 | - Visual
9 | author: Schvis, Kaede, RodanZ, NatsumeAoii
10 | order: 6
11 | ---
12 | ::: info Eksklusif Untuk PERTAMAX!
13 | :::
14 | ---
15 | ## Emotion Changer memungkinkan pemain untuk mengganti ekspresi wajah karakter sesuai dengan keinginan.
--------------------------------------------------------------------------------
/src/id/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fake Time
3 | icon: clock
4 | category:
5 | - Fitur
6 | tag:
7 | - Fake Time
8 | - Visual
9 | author: Schvis, Kaede, RodanZ, NatsumeAoii
10 | order: 9
11 | ---
12 | ::: info Eksklusif Untuk Sponsor!
13 | :::
14 | ---
15 | ## Fake Time:
16 | - Memungkinkan Anda untuk mengubah waktu (jam dan menit) dalam game.
--------------------------------------------------------------------------------
/src/id/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Flycloack Modifier
3 | icon: arrows-rotate
4 | category:
5 | - Fitur
6 | tag:
7 | - Flycloack Modifier
8 | - Visual
9 | author: Schvis, Kaede, RodanZ, NatsumeAoii
10 | order: 10
11 | ---
12 | ::: info Eksklusif Untuk PERTAMAX!
13 | :::
14 | ---
15 | ## Flycloack Modifier memungkinkan pemain untuk mengganti skin glider, bahkan jika mereka tidak memiliki skin tersebut.
--------------------------------------------------------------------------------
/src/id/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: FPS Unlock
3 | icon: arrow-up-right-dots
4 | category:
5 | - Fitur
6 | tag:
7 | - FPS Unlock
8 | - Visual
9 | author: Schvis, Kaede, NatsumeAoii
10 | order: 8
11 | ---
12 |
13 | ## FPS Unlock memungkinkan Anda untuk membuka batas FPS, sehingga meningkatkan jumlah frame per detik yang dapat dicapai oleh game.
14 |
15 | ### Limit background FPS:
16 | - Memungkinkan Anda untuk mengatur batas maksimal FPS yang dapat dicapai oleh game ketika tidak dalam mode fokus atau minimalkan.
--------------------------------------------------------------------------------
/src/id/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Map Zoom
3 | icon: map
4 | category:
5 | - Fitur
6 | tag:
7 | - Map Zoom
8 | - Visual
9 | author: Schvis, Kaede, NatsumeAoii
10 | order: 13
11 | ---
12 |
13 | ## Map Zoom memungkinkan Anda untuk menyesuaikan nilai pembesaran yang digunakan pada peta.
--------------------------------------------------------------------------------
/src/id/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Skin Modifier
3 | icon: list
4 | category:
5 | - Fitur
6 | tag:
7 | - Skin Modifier
8 | - Visual
9 | author: Schvis, Kaede, RodanZ, NatsumeAoii
10 | order: 14
11 | ---
12 | ::: info Eksklusif Untuk PERTAMAX!
13 | :::
14 | ---
15 | ## Skin Modifier memungkinkan pemain untuk menggunakan skin dari game secara gratis.
--------------------------------------------------------------------------------
/src/id/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Texture Changer
3 | icon: list
4 | category:
5 | - Fitur
6 | tag:
7 | - Texture Changer
8 | - Visual
9 | author: Schvis, Kaede, NatsumeAoii
10 | order: 15
11 | ---
12 | ::: info
13 | Disarankan menggunakan [GIMI](../../guide/3DM-tutorial.md) untuk mengganti tekstur.
14 | :::
15 | ---
16 | ## Texture Changer memungkinkan Anda untuk mengubah tekstur karakter dengan file gambar yang Anda pilih.
--------------------------------------------------------------------------------
/src/id/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Domain (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Domain (WIP)
8 | - Dunia
9 | author: Schvis
10 | order: 12
11 | ---
12 |
13 | ## Segera!.
--------------------------------------------------------------------------------
/src/id/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Puzzle
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Puzzle
8 | - Dunia
9 | author: Schvis
10 | order: 12
11 | ---
12 |
13 | ## Segera!.
--------------------------------------------------------------------------------
/src/id/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Panduan
3 | icon: book
4 | category: Panduan
5 | tag: Buku Pemula
6 | author: rekiihype, Chloe, Natsume
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/id/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Katalog
3 | icon: book
4 | category: Panduan
5 | tag:
6 | - "Buku Pemula"
7 | - Fans
8 | author: rekiihype, Chloe
9 | ---
10 |
11 |
--------------------------------------------------------------------------------
/src/id/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Sponsor
3 | icon: user-plus
4 | category:
5 | - Panduan
6 | tag:
7 | - Mulai
8 | - Sponsor
9 | author: Schvis, RodanZ, NatsumeAoii
10 | order: 5
11 | ---
12 |
13 | ## Sponsors
14 |
15 | Sponsor adalah peran yang sebelumnya tersedia dan tidak lagi ditawarkan. Mereka yang memiliki peran Sponsor masih dapat menikmati fitur tambahan dalam perangkat lunak tanpa biaya tambahan dan mendapatkan beberapa keistimewaan di server dan dalam perangkat lunak. Untuk melihat perbedaan antara versi Gratis, Sponsor, dan PERTAMAX, silakan lihat [Perbedaan Antar Versi](differences.md).
--------------------------------------------------------------------------------
/src/id/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Daftar Masalah
3 | icon: circle-info
4 | category: Solusi
5 | tag: Mulai
6 | author: Schvis, Chloe
7 | ---
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/jp/features/Player/auto-run.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自動ダッシュ
3 | icon: person-running
4 | category:
5 | - 機能
6 | tag:
7 | - 自動ダッシュ
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## 自動ダッシュは、プレーヤーが向いている方向に自動的に移動します。
13 |
14 | ## ビデオ:
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/src/jp/features/Player/bunny-hop.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: バニーホップ
3 | icon: carrot
4 | category:
5 | - 機能
6 | tag:
7 | - バニーホップ
8 | author: Schvis
9 | order: 3
10 | ---
11 |
12 | ::: info スポンサーのみ
13 | :::
14 | ---
15 | ## バニーホップを有効にすると、最初のジャンプ後に自動的にジャンプします。
16 |
17 | ## ビデオ
18 |
19 |
20 |
--------------------------------------------------------------------------------
/src/jp/features/Player/fall-control.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 落下コントロール
3 | icon: person-falling
4 | category:
5 | - 機能
6 | tag:
7 | - 落下コントロール
8 | author: Schvis
9 | order: 6
10 | ---
11 |
12 | ## 落下コントロールでは、落下スピードを変更することができる。
13 |
14 | ## ビデオ:
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/jp/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ステータス変更
3 | icon: bolt
4 | category:
5 | - 機能
6 | tag:
7 | - ステータス変更
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## リリース待ち
--------------------------------------------------------------------------------
/src/jp/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 機能一覧
3 | icon: "book"
4 | category: 機能
5 | tag: Start
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/jp/features/Teleport/custom-teleport.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: カスタムテレポート
3 | icon: person-rays
4 | category:
5 | - 機能
6 | tag:
7 | - カスタムテレポート
8 | author: Schvis
9 | order: 3
10 | ---
11 |
12 | ## カスタムテレポート:`.jsonファイル`でリストされた場所にテレポートすることができます。
13 | ### TP速度:
14 | - テレポートの速度をコントロールする。問題を避けるために0.1に設定する。
15 | ### 自動テレポート:
16 | - 提供された`.jsonファイル`の順序に従って自動的にテレポートする。
17 | - 次へTP:選択したホットキーを押した後、次の場所にテレポートする。
18 | - 前へTP: 選択したホットキーを押した後、前の場所にテレポートする。
19 | > 注:安全のため、`15秒以上`に設定することを推奨。
20 |
21 | # この機能の使用方法については [こちら](../.././guide/custom-tp-setting.md)
22 |
23 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: アニメーション変更
3 | icon: people-arrows
4 | category:
5 | - 機能
6 | tag:
7 | - アニメーション変更
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ## アニメーションチェンジャーは、現在のキャラクターアニメーションを選択したアニメーションに変更することができます。
13 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: カメラズーム
3 | icon: camera
4 | category:
5 | - 機能
6 | tag:
7 | - カメラズーム
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## カメラズームは、ユーザーが希望する値ズーム値に変更することができます。
13 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/custom-profile.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: プロフィール変更
3 | icon: users-gear
4 | category:
5 | - 機能
6 | tag:
7 | - プロフィール変更
8 | author: Schvis
9 | order: 4
10 | ---
11 |
12 | ## プロフィール変更:
13 |
14 | ### UID:
15 | - 表示させたいUIDを選択する。
16 | ### ニックネーム:
17 | - 表示させたいニックネームを選択します。
18 | ### レベル:
19 | - 表示させたいレベルを選択する。
20 | ### 経験地:
21 | - 表示させたい経験値を選択する。
22 | ### 世界ランク:
23 | - 表示させたい世界ランクを選択します。
24 | ### アバター画像:
25 | - カスタムpngをアバター画像として使用する。
26 | ### 名刺の画像:
27 | - カード画像にカスタムpngを使用する。
28 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 天候変更
3 | icon: cloud
4 | category:
5 | - 機能
6 | tag:
7 | - 天候変更
8 | author: Schvis
9 | order: 5
10 | ---
11 |
12 | ## 天候変更は、お好みの天候に変更することができます。
13 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/jp/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 表情変更
3 | icon: face-smile
4 | category:
5 | - 機能
6 | tag:
7 | - 表情変更
8 | author: Schvis
9 | order: 6
10 | ---
11 |
12 | ## エモーションチェンジャーは、プレイヤーが現在のキャラクターの感情を選択した感情に変更することができます。
13 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 追加の描画設定
3 | icon: eye
4 | category:
5 | - 機能
6 | tag:
7 | - 追加の描画設定
8 | author: Schvis
9 | order: 7
10 | ---
11 |
12 | ## 追加の描画設定:
13 | ### ガンマ:
14 | - ゲームのガンマ値を変更できます。
15 | ### 輪郭の幅:
16 | - ゲーム内のすべてのキャラクターの輪郭を変更できる。
17 | ### アンチエイリアス:
18 | - プレイヤーが使用するアンチエイリアスモジュールを変更できるようにします。
19 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 時間偽装
3 | icon: clock
4 | category:
5 | - 機能
6 | tag:
7 | - 時間偽装
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## 時間偽装:
13 | - 時間(時、分)の変更。
14 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 風の翼変更
3 | icon: arrows-rotate
4 | category:
5 | - 機能
6 | tag:
7 | - 風の翼変更
8 | author: Schvis
9 | order: 10
10 | ---
11 |
12 | ## 風の翼変更は、プレイヤーがスキンを所有していなくても変更できるようにする。
13 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: FPS上限解放
3 | icon: arrow-up-right-dots
4 | category:
5 | - 機能
6 | tag:
7 | - FPS上限解放
8 | author: Schvis
9 | order: 8
10 | ---
11 |
12 | ## FPSの上限を開放する。
13 | ### バックグラウンドのFPSを制限する:
14 | - ゲームに集中していないときに到達できる最大FPSを設定します。
15 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 幽体離脱
3 | icon: camera-rotate
4 | category:
5 | - 機能
6 | tag:
7 | - 幽体離脱
8 | author: Schvis
9 | order: 11
10 | ---
11 |
12 | ## 幽体離脱:
13 | - カメラはキャラクターに固定されることなく自由に動かせる。
14 | ### キャラクターのアニメーションを固定する:
15 | - キャラクターのアニメーションがフリーズする。
16 | ### キャラクター透明化:
17 | - キャラクターを見えなくする。
18 | ### キー入力をブロックする:
19 | - キー入力をブロックするので、カメラを動かしてもキャラクターは動かない。
20 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: マップズーム
3 | icon: map
4 | category:
5 | - 機能
6 | tag:
7 | - マップズーム
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ## マップズームは、マップで使用する拡大倍率を変更します。
13 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: モンスター変更
3 | icon: arrows-rotate
4 | category:
5 | - 機能
6 | tag:
7 | - モンスター変更
8 | author: Schvis
9 | order: 14
10 | ---
11 |
12 | ## モンスター変更:
13 | - 有効にすると、新しくレンダリングされたモンスターはすべて、選択したモンスターにビジュアルが変更される。
14 | ### 動物を除く:
15 | - 動物の変更を有効または無効にする。
16 | ### カスタムモンスターID:
17 | - 提供されたリストの代わりにIDを使用する。
18 | ### モンスターをランダム化する:
19 | - 変更はランダムに行われる。
20 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: スキン変更
3 | icon: list
4 | category:
5 | - 機能
6 | tag:
7 | - スキン変更
8 | author: Schvis
9 | order: 15
10 | ---
11 |
12 | ## Skin Modifierでは、ゲーム内のスキンを無料で使用できる。
13 |
--------------------------------------------------------------------------------
/src/jp/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: テクスチャ変更
3 | icon: list
4 | category:
5 | - 機能
6 | tag:
7 | - テクスチャ変更
8 | author: Schvis
9 | order: 16
10 | ---
11 | ::: info テクスチャの変更には[GIMI](../../guide/3DM-tutorial.md)を使うのがよいでしょう。
12 | :::
13 | ---
14 | ## テクスチャチェンジャーは、提供された.pngファイルにキャラクターのパーツを切り替えることができます。
15 |
--------------------------------------------------------------------------------
/src/jp/features/World/auto-activate-tp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自動開放
3 | icon: satellite-dish
4 | category:
5 | - 機能
6 | tag:
7 | - 自動開放
8 | author: Schvis, Chloe
9 | order: 1
10 | ---
11 | ::: info スポンサーのみ
12 | :::
13 | ---
14 | ### 自動開放は、50mまでの近くのウェイポイントをアクティブにする。
15 |
16 | ## ビデオ
17 |
18 |
19 |
--------------------------------------------------------------------------------
/src/jp/features/World/auto-challenge.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自動挑戦
3 | icon: power-off
4 | category:
5 | - 機能
6 | tag:
7 | - 自動挑戦
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ### 自動挑戦は、指定された範囲と遅延時間内に、現在アクティブなタイムトライアルを完了させることができます。
13 |
14 | ## ビデオ
15 |
16 |
17 |
18 | >注:低遅延や非常に高いレンジでの使用は推奨されない。
19 |
--------------------------------------------------------------------------------
/src/jp/features/World/auto-cook.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自動調理
3 | icon: kitchen-set
4 | category:
5 | - 機能
6 | tag:
7 | - 自動調理
8 | author: Schvis
9 | order: 3
10 | ---
11 |
12 | ### 自動調理は、調理ページで選択された食品の指定された量と品質を調理することができ、それは自動熟練度(自動ロック解除自動調理)内蔵でカウントされます。
13 |
14 | ## ビデオ
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/jp/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 秘境自動挑戦
3 | icon: bolt
4 | category:
5 | - 機能
6 | tag:
7 | - 秘境自動挑戦
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## リリース待ち
--------------------------------------------------------------------------------
/src/jp/features/World/auto-fish.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自動釣り
3 | icon: fish-fins
4 | category:
5 | - 機能
6 | tag:
7 | - 自動釣り
8 | author: Schvis
9 | order: 5
10 | ---
11 |
12 | ### 自動釣りは、魚をキャッチするアニメーションをスキップすることができ、魚をキャッチするのに必要な時間を短縮することができます。
13 |
14 | ## ビデオ
15 |
16 |
17 |
18 | > 注:この記事を作成している時点では、自動リキャストは機能していません。
--------------------------------------------------------------------------------
/src/jp/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自動謎解き
3 | icon: bolt
4 | category:
5 | - 機能
6 | tag:
7 | - 自動謎解き
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## リリース待ち
--------------------------------------------------------------------------------
/src/jp/features/World/auto-seelie.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自動仙霊
3 | icon: arrows-split-up-and-left
4 | category:
5 | - 機能
6 | tag:
7 | - 自動仙霊
8 | author: Schvis, Chloe
9 | order: 7
10 | ---
11 |
12 | ## 自動仙霊は、プレイヤーが常に仙霊を追いかける必要性をなくし、プレイヤーが近づくと仙霊は目的地に自動で行く。
13 |
14 | ## ビデオ
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/jp/features/World/game-speed.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ゲーム速度
3 | icon: forward-fast
4 | category:
5 | - 機能
6 | tag:
7 | - ゲーム速度
8 | author: Schvis
9 | order: 11
10 | ---
11 |
12 | ### ゲームのスピード。ゲームのスピードアップやスピードダウン。
13 |
14 | >注:メニュー以外や一般的な使用は推奨しない。
15 |
16 | ## ビデオ
17 |
18 |
19 |
--------------------------------------------------------------------------------
/src/jp/features/World/map-manager.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: マップマネージャー
3 | icon: satellite-dish
4 | category:
5 | - 機能
6 | tag:
7 | - マップマネージャー
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ### マップマネージャーによって、プレイヤーはその場から移動することなく、自動的に「七神神像」やワープポイントを解除することができる。
13 |
14 |
15 |
--------------------------------------------------------------------------------
/src/jp/features/World/mob-vacuum.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: モブ吸い寄せ
3 | icon: magnet
4 | category:
5 | - 機能
6 | tag:
7 | - モブ吸い寄せ
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ## モブ吸い寄せは、選択した速度と範囲で近くのモブをプレイヤーに移動させる。
13 |
14 | ## ビデオ
15 |
16 |
17 |
18 | > 注:`20m以下`を推奨。
--------------------------------------------------------------------------------
/src/jp/features/World/others.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: その他
3 | icon: magnet
4 | category:
5 | - 機能
6 | tag:
7 | - その他
8 | author: Schvis
9 | order: 16
10 | ---
11 |
12 | ## その他の機能
13 | ### 即時チーム編成
14 | ### 強化演出スキップ
15 | ### 敵の攻撃停止
16 | ### 敵の行動停止
17 | ### 常時元素視覚
18 |
19 | # ビデオ
20 |
21 |
--------------------------------------------------------------------------------
/src/jp/features/World/vacuum-loot.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ドロップ品吸い寄せ
3 | icon: magnet
4 | category:
5 | - 機能
6 | tag:
7 | - ドロップ品吸い寄せ
8 | author: Schvis
9 | order: 14
10 | ---
11 |
12 | ## ドロップ品吸い寄せは、指定した範囲で、近くのドロップ品をプレイヤーに移動させる。
13 |
14 | ## ビデオ
15 |
16 |
17 |
18 | > 注: `20m以下`を推奨。
19 |
--------------------------------------------------------------------------------
/src/jp/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ESP
3 | icon: satellite-dish
4 | category:
5 | - 機能
6 | tag:
7 | - ESP
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ## ESPは、カスタマイズ可能な視覚効果で、フィルターから他のオブジェクトを通して選択したオブジェクトを追跡し、表示することができます。
13 | > 注:範囲、オブジェクト、ビジュアルはすべてカスタマイズ可能です。
14 |
15 | ## ビデオ
16 |
17 | ### もうすぐ...
18 |
--------------------------------------------------------------------------------
/src/jp/guide/3DM-skin.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: スキンのインストール
3 | icon: magic-wand-sparkles
4 | category:
5 | - ガイド
6 | tag:
7 | - Start
8 | - スキン
9 | author: Schvis
10 | order: 5
11 | ---
12 |
13 | ## `GIMI` にカスタムスキンをインストールする方法
14 |
15 | ### ステップ 1: スキンをダウンロードする
16 |
17 | [Gamebanana](https://gamebanana.com/games/8552) を開き、お好みのスキンをダウンロードしてください。
18 |
19 | ### ステップ 2: スキンをインストールする
20 |
21 | `GIMI`フォルダに移動して`Mods`フォルダを探し、その中に先ほどダウンロードしたファイルを解凍します。
22 |
23 | ### ステップ 3: スキンを適用する
24 |
25 | すでにゲーム内にいる場合は`F10`でスキンをリロードし、そうでない場合は前回の投稿に従ってゲームを開くことで適用されます。
26 |
--------------------------------------------------------------------------------
/src/jp/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ガイド
3 | icon: book
4 | category: ガイド
5 | tag: Start
6 | author: QweRez, Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/jp/guide/multi-instance.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 多重起動のやり方
3 | icon: clone
4 | category:
5 | - ガイド
6 | tag:
7 | - Start
8 | author: Schvis
9 | order: 3
10 | ---
11 |
12 | ## 多重起動のやり方(2つのゲームウィンドウを同時に開く)
13 |
14 | ::: info Local(V)版でのみ動作します
15 | :::
16 | ---
17 |
18 |
--------------------------------------------------------------------------------
/src/jp/guide/seller.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 購入方法
3 | icon: info-circle
4 | category:
5 | - Guide
6 | tag:
7 | - Start
8 | author: Schvis
9 | order: 3
10 | ---
11 |
12 | ## PERTAMAX版はどこから購入できますか?
13 |
14 | 公式代理販売者は私たちのDiscordサーバーから探せます!
15 | - あなたに最適な通貨を[ここ](https://discord.com/channels/1069057220802781265/1204755981834129439)から探せます
16 | - あなたの国の通貨がない場合は、代理販売者(USD)から購入してください
17 | - あなたに最適な支払い方法がなければ、この[チャンネル](https://discord.com/channels/1069057220802781265/1205143920577880074)で問い合わせてください。販売者ができる限り手助けをします
18 |
--------------------------------------------------------------------------------
/src/jp/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: カタログ
3 | icon: book
4 | category: ガイド
5 | tag: Start
6 | author: QweRez
7 | ---
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/jp/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: スポンサー
3 | icon: user-plus
4 | category:
5 | - ガイド
6 | tag:
7 | - Start
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## スポンサー
13 |
14 | - スポンサーは昔の役割で、もう手に入れることはできません。この役割を持つ人は、追加で買うことなくKPの追加機能を利用することができます。, [バージョン間での違い](differences.md).
--------------------------------------------------------------------------------
/src/jp/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: エラーリスト
3 | icon: book
4 | category: トラブルシュート
5 | tag: Start
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/ko/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 기능 목록
3 | icon: "book"
4 | category: 기능
5 | tag: 시작
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/ko/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ESP
3 | icon: satellite-dish
4 | category:
5 | - 기능
6 | tag:
7 | - ESP
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ## ESP allows the player to track and view the selected objects through other objects from the filter with customizable visual effects.
13 | > Note: Range, objects, visuals can be all customized.
14 |
15 | ## Example Video:
16 |
17 | ### Soon...
18 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 애니메이션 변경
3 | icon: people-arrows
4 | category:
5 | - 기능
6 | tag:
7 | - 애니메이션 변경
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ::: info PERTAMAX만 사용 가능합니다.
13 | :::
14 | ## 애니메이션 변경, 현재 캐릭터 애니메이션을 선택한 애니메이션으로 변경합니다.
15 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 카메라 확대
3 | icon: camera
4 | category:
5 | - 기능
6 | tag:
7 | - 카메라 확대
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## 플레이어가 원하는 값만큼 카메라를 확대합니다.
13 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/custom-profile.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Profile
3 | icon: users-gear
4 | category:
5 | - Features
6 | tag:
7 | - Custom Profile
8 | author: Schvis
9 | order: 4
10 | ---
11 |
12 | ## Custom Profile:
13 |
14 | ### UID:
15 | - Select the UID you want to be displayed.
16 | ### Nickname:
17 | - Select the Nickname you want to be displayed.
18 | ### Level:
19 | - Select the Level you want to be displayed.
20 | ### EXP:
21 | - Select the EXP you want to be displayed.
22 | ### World Level:
23 | - Select the World Level you want to be displayed.
24 | ### Avatar Image:
25 | - Use a custom png as avatar image.
26 | ### Card Image:
27 | - Use a custom png as card image.
28 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Weather
3 | icon: cloud
4 | category:
5 | - Features
6 | tag:
7 | - Custom Weather
8 | author: Schvis
9 | order: 5
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Custom Wether allows you to change the weather to your liking.
14 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Emotion Changer
3 | icon: face-smile
4 | category:
5 | - Features
6 | tag:
7 | - Emotion Changer
8 | author: Schvis
9 | order: 6
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Emotion Changer allows the player to change the current character emotion to the selected one.
14 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Extra Visual Settings
3 | icon: eye
4 | category:
5 | - Features
6 | tag:
7 | - Extra Visual Settings
8 | author: Schvis
9 | order: 7
10 | ---
11 |
12 | ## Extra Visual Settings:
13 | ### Gamma:
14 | - Allows you to change the gamma value of the game.
15 | ### Outline Width:
16 | - Allows you to change the outline of every character in the game.
17 | ### Anti-Aliasing:
18 | - Allows the player to change the anti-aliasing module to use, including some that are not available natively.
19 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 가짜 시간
3 | icon: clock
4 | category:
5 | - 기능
6 | tag:
7 | - 가짜 시간
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Fake Time:
13 | - Changes in game time (hour and minutes).
14 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 바람의 날개 수정
3 | icon: arrows-rotate
4 | category:
5 | - 기능
6 | tag:
7 | - 바람의 날개 수정
8 | author: Schvis
9 | order: 10
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Flycloak Modifier allow the player to change their glider skin even if they don't own it.
14 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: FPS 제한 해제
3 | icon: arrow-up-right-dots
4 | category:
5 | - Features
6 | tag:
7 | - FPS 제한 해제
8 | author: Schvis
9 | order: 8
10 | ---
11 |
12 | ## Unlocks FPS.Unlocks FPS yeah.Unlocks FPS wow.
13 | ### Limit background FPS:
14 | - Set the max fps game can reach when its not focused.
15 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Free Camera
3 | icon: camera-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Free Camera
8 | author: Schvis
9 | order: 11
10 | ---
11 |
12 | ## Free Camera:
13 | - Move the camera freely without being locked to the character.
14 | ### Freeze Character Animation:
15 | - Freezes character animations.
16 | ### Make Character Invisible:
17 | - Makes character invisible.
18 | ### Block User Input:
19 | - Blocks user input therefore character wont move while moving the camera.
20 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Map Zoom
3 | icon: map
4 | category:
5 | - Features
6 | tag:
7 | - Map Zoom
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ## Map Zoom modifies the values to be used in the map.
13 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Monster Changer
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Monster Changer
8 | author: Schvis
9 | order: 14
10 | ---
11 |
12 | ## Monster Changer:
13 | - When enabled, all new rendered monsters will be changed visually to the selected monster.
14 | ### Exclude Animals:
15 | - Enable or Disable changing animals.
16 | ### Custom Monster ID:
17 | - Use ID instead of the provided list.
18 | ### Randomize Monster:
19 | - The change will be random.
20 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Skin Modifier
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Skin Modifier
8 | author: Schvis
9 | order: 15
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Skin Modifier allows the player to use in-game skins for free.
14 |
--------------------------------------------------------------------------------
/src/ko/features/시각 효과/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Texture Changer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Texture Changer
8 | author: Schvis
9 | order: 16
10 | ---
11 | ::: info Its better to use [GIMI](../../guide/3DM-tutorial.md) for changing textures.
12 | :::
13 | ---
14 | ## Texture Changer allows to switch character parts to the provided .png files.
15 |
--------------------------------------------------------------------------------
/src/ko/features/월드/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Domain (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Domain (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/ko/features/월드/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Puzzle
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Puzzle
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/ko/features/플레이어/auto-run.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 자동 달리기
3 | icon: person-running
4 | category:
5 | - 기능
6 | tag:
7 | - 자동 달리기
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## Auto Run will move the player to the direction the player is facing automatically.
13 |
14 | ## Example Video:
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/src/ko/features/플레이어/fall-control.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 낙하 컨트롤
3 | icon: person-falling
4 | category:
5 | - 기능
6 | tag:
7 | - 낙하 컨트롤
8 | author: Schvis
9 | order: 6
10 | ---
11 |
12 | ## Fall Control allows you to move with the selected speed while falling.
13 |
14 | ## Example Video:
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/ko/features/플레이어/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 스탯 편집
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - 스탯 편집
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/ko/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 가이드
3 | icon: book
4 | category: 가이드
5 | tag: 시작
6 | author: QweRez, Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/ko/guide/multi-instance.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 멀티 인스턴스
3 | icon: clone
4 | category:
5 | - 가이드
6 | tag:
7 | - 시작
8 | author: Schvis
9 | order: 3
10 | ---
11 |
12 | ## 멀티 인스터스(동시에 게임 2개 실행) 사용 방법
13 |
14 | ::: info 로컬(V) 버전에서만 작동합니다.
15 | :::
16 | ---
17 |
18 |
--------------------------------------------------------------------------------
/src/ko/guide/seller.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Where to buy?
3 | icon: info-circle
4 | category:
5 | - Guide
6 | tag:
7 | - Start
8 | author: Schvis
9 | order: 3
10 | ---
11 |
12 | ## Where can i buy PERTAMAX version?
13 |
14 | You can find our official sellers on our discord server.
15 | - You can find the currency that suits you in [Sellers](https://discord.com/channels/1069057220802781265/1204755981834129439).
16 | - If you don't find your currency, you can buy from the global sellers(USD)
17 | - If you can't find a payment method that suits you, you can ask on this [channel](https://discord.com/channels/1069057220802781265/1205143920577880074), and a seller will provide you help if possible.
18 |
--------------------------------------------------------------------------------
/src/ko/images/31-4302.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/31-4302.png
--------------------------------------------------------------------------------
/src/ko/images/error2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/error2.png
--------------------------------------------------------------------------------
/src/ko/images/folder1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/folder1.png
--------------------------------------------------------------------------------
/src/ko/images/launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/launcher.png
--------------------------------------------------------------------------------
/src/ko/images/security.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/security.png
--------------------------------------------------------------------------------
/src/ko/images/settings1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/settings1.png
--------------------------------------------------------------------------------
/src/ko/images/settings2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/settings2.png
--------------------------------------------------------------------------------
/src/ko/images/teleport1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/teleport1.png
--------------------------------------------------------------------------------
/src/ko/images/teleport2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/teleport2.png
--------------------------------------------------------------------------------
/src/ko/images/teleport3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/teleport3.png
--------------------------------------------------------------------------------
/src/ko/images/teleport4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/teleport4.png
--------------------------------------------------------------------------------
/src/ko/images/virus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/virus.png
--------------------------------------------------------------------------------
/src/ko/images/virus1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/virus1.png
--------------------------------------------------------------------------------
/src/ko/images/virus2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/virus2.png
--------------------------------------------------------------------------------
/src/ko/images/virus3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/ko/images/virus3.png
--------------------------------------------------------------------------------
/src/ko/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 목차
3 | icon: book
4 | category: 가이드
5 | tag: 시작
6 | author: QweRez
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/ko/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 스폰서
3 | icon: user-plus
4 | category:
5 | - 가이드
6 | tag:
7 | - 시작
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## 스폰서
13 |
14 | - 스폰서는 더 이상 얻을 수 없는 레거시 역할입니다. 이 역할을 가진 사람들은 다시 후원할 필요 없이 소프트웨어의 추가 기능을 누릴 수 있고, 서버 및 소프트웨어의 추가 특전을 받습니다, [Difference](differences.md).
--------------------------------------------------------------------------------
/src/ko/start/verify.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 인증
3 | icon: lock
4 | category:
5 | - 가이드
6 | tag:
7 | - 시작
8 | author: QweRez
9 | order: 2
10 | ---
11 |
12 | ## 소개
13 |
14 | 환영합니다! 봇 체크를 통과하고 'Newcomer' 역할을 받으려면 아래 절차를 따라주세요.
15 |
16 | ### 1단계: 서버에 가입하세요
17 |
18 | 아직 서버에 가입하지 않았다면 서버 가입 방법이 포함된 이전 게시글을 읽어주세요.
19 |
20 | ### 2단계: 서버에 가입한 이후
21 |
22 | 이제 필요한 채널과 역할을 선택한 뒤, ★⋅rules⋅★ 채널로 이동합니다.
23 |
24 | ### 3단계: ★⋅rules⋅★ 채널
25 |
26 | 규칙 채널에서 규칙을 읽고, "Verify" 버튼을 찾아 클릭한 뒤, 봇이 보낸 링크를 통해 봇이 아님을 확인합니다.
27 |
28 | ### 4단계: "Newcomer" 역할을 받은 이후
29 |
30 | 인증에 성공했다면 "Newcomer" 역할을 받아, 봇에게 추방되지 않습니다. 이제 다음 단계를 진행하세요.
31 |
--------------------------------------------------------------------------------
/src/ko/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 오류 목록
3 | icon: book
4 | category: 트러블슈팅
5 | tag: 시작
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/mm/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Stats Modifier (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Stats Modifier (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/mm/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: List of Features
3 | icon: "book"
4 | category: Features
5 | tag: Start
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Animation Changer
3 | icon: people-arrows
4 | category:
5 | - Features
6 | tag:
7 | - Animation Changer
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ::: info PERTAMAX Only
13 | :::
14 | ## Animation Changer, allows the player to change their current character animation to the selected one.
15 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Camera Zoom
3 | icon: camera
4 | category:
5 | - Features
6 | tag:
7 | - Camera Zoom
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## Camera zoom allows the user to change their camera zoom to their desired value.
13 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/custom-profile.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Profile
3 | icon: users-gear
4 | category:
5 | - Features
6 | tag:
7 | - Custom Profile
8 | author: Schvis
9 | order: 4
10 | ---
11 |
12 | ## Custom Profile:
13 |
14 | ### UID:
15 | - Select the UID you want to be displayed.
16 | ### Nickname:
17 | - Select the Nickname you want to be displayed.
18 | ### Level:
19 | - Select the Level you want to be displayed.
20 | ### EXP:
21 | - Select the EXP you want to be displayed.
22 | ### World Level:
23 | - Select the World Level you want to be displayed.
24 | ### Avatar Image:
25 | - Use a custom png as avatar image.
26 | ### Card Image:
27 | - Use a custom png as card image.
28 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Weather
3 | icon: cloud
4 | category:
5 | - Features
6 | tag:
7 | - Custom Weather
8 | author: Schvis
9 | order: 5
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Custom Wether allows you to change the weather to your liking.
14 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/mm/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Emotion Changer
3 | icon: face-smile
4 | category:
5 | - Features
6 | tag:
7 | - Emotion Changer
8 | author: Schvis
9 | order: 6
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Emotion Changer allows the player to change the current character emotion to the selected one.
14 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Extra Visual Settings
3 | icon: eye
4 | category:
5 | - Features
6 | tag:
7 | - Extra Visual Settings
8 | author: Schvis
9 | order: 7
10 | ---
11 |
12 | ## Extra Visual Settings:
13 | ### Gamma:
14 | - Allows you to change the gamma value of the game.
15 | ### Outline Width:
16 | - Allows you to change the outline of every character in the game.
17 | ### Anti-Aliasing:
18 | - Allows the player to change the anti-aliasing module to use, including some that are not available natively.
19 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fake Time
3 | icon: clock
4 | category:
5 | - Features
6 | tag:
7 | - Fake Time
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Fake Time:
13 | - Changes in game time (hour and minutes).
14 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Flycloak Modifier
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Flycloak Modifier
8 | author: Schvis
9 | order: 10
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Flycloak Modifier allow the player to change their glider skin even if they don't own it.
14 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: FPS Unlock
3 | icon: arrow-up-right-dots
4 | category:
5 | - Features
6 | tag:
7 | - FPS Unlock
8 | author: Schvis
9 | order: 8
10 | ---
11 |
12 | ## Unlocks FPS.Unlocks FPS yeah.Unlocks FPS wow.
13 | ### Limit background FPS:
14 | - Set the max fps game can reach when its not focused.
15 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Free Camera
3 | icon: camera-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Free Camera
8 | author: Schvis
9 | order: 11
10 | ---
11 |
12 | ## Free Camera:
13 | - Move the camera freely without being locked to the character.
14 | ### Freeze Character Animation:
15 | - Freezes character animations.
16 | ### Make Character Invisible:
17 | - Makes character invisible.
18 | ### Block User Input:
19 | - Blocks user input therefore character wont move while moving the camera.
20 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Map Zoom
3 | icon: map
4 | category:
5 | - Features
6 | tag:
7 | - Map Zoom
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ## Map Zoom modifies the values to be used in the map.
13 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Monster Changer
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Monster Changer
8 | author: Schvis
9 | order: 14
10 | ---
11 |
12 | ## Monster Changer:
13 | - When enabled, all new rendered monsters will be changed visually to the selected monster.
14 | ### Exclude Animals:
15 | - Enable or Disable changing animals.
16 | ### Custom Monster ID:
17 | - Use ID instead of the provided list.
18 | ### Randomize Monster:
19 | - The change will be random.
20 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Skin Modifier
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Skin Modifier
8 | author: Schvis
9 | order: 15
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 | ## Skin Modifier allows the player to use in-game skins for free.
14 |
--------------------------------------------------------------------------------
/src/mm/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Texture Changer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Texture Changer
8 | author: Schvis
9 | order: 16
10 | ---
11 | ::: info Its better to use [GIMI](../../guide/3DM-tutorial.md) for changing textures.
12 | :::
13 | ---
14 | ## Texture Changer allows to switch character parts to the provided .png files.
15 |
--------------------------------------------------------------------------------
/src/mm/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Domain (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Domain (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/mm/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Puzzle
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Puzzle
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/mm/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ESP
3 | icon: satellite-dish
4 | category:
5 | - Features
6 | tag:
7 | - ESP
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ## ESP allows the player to track and view the selected objects through other objects from the filter with customizable visual effects.
13 | > Note: Range, objects, visuals can be all customized.
14 |
15 | ## Example Video:
16 |
17 | ### Soon...
18 |
--------------------------------------------------------------------------------
/src/mm/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: လမ်းညွှန်ချက်များ
3 | icon: book
4 | category: Guide
5 | tag: Start
6 | author: QweRez, Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/mm/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Catalog or ကတ်တလောက်
3 | icon: book
4 | category: Guide
5 | tag: Start
6 | author: QweRez
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/mm/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Sponsor
3 | icon: user-plus
4 | category:
5 | - Guide
6 | tag:
7 | - Start
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Sponsors
13 |
14 | - Sponsors are a legacy role that is no longer obtainable, people with this role are elegible to extra functionality in the software without having to pay again, they also receive some extra perks in the server/software, [Difference](differences.md).
--------------------------------------------------------------------------------
/src/mm/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: List of Errors
3 | icon: book
4 | category: Troubleshoot
5 | tag: Start
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/pt/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Stats Modifier (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Stats Modifier (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Em breve.
13 |
--------------------------------------------------------------------------------
/src/pt/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Lista de Funções
3 | icon: "book"
4 | category:
5 | - Funções
6 | tag:
7 | - Inicio
8 | author: Ryuzeen
9 | ---
10 |
11 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Trocador de Animação
3 | icon: people-arrows
4 | category:
5 | - Funções
6 | tag:
7 | - Trocador de Animação
8 | author: Ryuzeen
9 | order: 1
10 | ---
11 |
12 | ## Trocador de Animação: Permite trocar a animação do personagem atual para a animação selecionada.
13 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Zoom de Camera
3 | icon: camera
4 | category:
5 | - Funções
6 | tag:
7 | - Zoom de Camera
8 | author: Ryuzeen
9 | order: 2
10 | ---
11 |
12 | ## Zoom de Camera permite que o jogador altere o zoom da câmera para valores que não estão disponíveis.
13 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Clima Personalizado
3 | icon: cloud
4 | category:
5 | - Funções
6 | tag:
7 | - Clima Personalizado
8 | author: Ryuzeen
9 | order: 5
10 | ---
11 |
12 | ## Clima Personalizado permite que você altere o clima conforme sua preferência.
13 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/pt/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Trocador de Emoções
3 | icon: face-smile
4 | category:
5 | - Funções
6 | tag:
7 | - Trocador de Emoções
8 | author: Ryuzeen
9 | order: 6
10 | ---
11 |
12 | ## Trocador de Emoções permite que você mude a emoção do personagem para uma selecionada.
13 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Configurações de Visuais Extras
3 | icon: eye
4 | category:
5 | - Funções
6 | tag:
7 | - Configurações de Visuais Extras
8 | author: Ryuzeen
9 | order: 7
10 | ---
11 |
12 | ## Configurações de Visuais Extras:
13 | ### Gamma:
14 | - Altera o gamma do jogo.
15 | ### Largura do Contorno:
16 | - Altera a largura do contorno de todos os personagens.
17 | ### Anti-Aliasing:
18 | - Altera o modo de Anti-Aliasing conforme a seleção do jogador, incluindo alguns que não estão disponíveis no jogo.
19 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tempo falso
3 | icon: clock
4 | category:
5 | - Funções
6 | tag:
7 | - Tempo falso
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Tempo Falso:
13 | - Troca o tempo do jogo para o seu gosto.
14 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Modificador de Planador
3 | icon: arrows-rotate
4 | category:
5 | - Funções
6 | tag:
7 | - Modificador de Planador
8 | author: Ryuzeen
9 | order: 10
10 | ---
11 |
12 | ## Modificador de Planador permite que você mude seu planador mesmo que você não tenha a skin desbloqueada.
13 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Desbloquear FPS
3 | icon: arrow-up-right-dots
4 | category:
5 | - Funções
6 | tag:
7 | - Desbloquear FPS
8 | author: Ryuzeen
9 | order: 8
10 | ---
11 |
12 | ## Desbloqueia FPS.Si desbloqueia FPS.Desbloqueia FPS wow.
13 | ### Limitar FPS de fundo:
14 | - Escolha a taxa máxima de quadros (fps) do jogo quando você não estiver dentro do jogo
15 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Camera Livre
3 | icon: camera-rotate
4 | category:
5 | - Funções
6 | tag:
7 | - Camera Livre
8 | author: Ryuzeen
9 | order: 11
10 | ---
11 |
12 | ## Câmera Livre:
13 | - Permite que você mova a câmera sem ter que seguir o personagem.
14 | ### Congelar Animação do Personagem:
15 | - Congela a Animação do Personagem
16 | ### Personagem Invisível:
17 | - Torna o personagem invisível.
18 | ### Bloquear Input do Usuário:
19 | - Limita o movimento do jogador, mas não o da câmera.
20 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Zoom do Mapa
3 | icon: map
4 | category:
5 | - Funções
6 | tag:
7 | - Zoom do Mapa
8 | author: Ryuzeen
9 | order: 13
10 | ---
11 |
12 | ## Zoom do Mapa modifica o zoom para o valor definido pelo jogador.
13 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Trocador de Monstros
3 | icon: arrows-rotate
4 | category:
5 | - Funções
6 | tag:
7 | - Trocador de Monstros
8 | author: Ryuzeen
9 | order: 13
10 | ---
11 |
12 | ## Trocador de Monstros:
13 | - Quando ativado, muda todos os novos monstros para o monstro designado.
14 | ### Excluir Animais:
15 | - Ativar ou Desativar se mudar animais para monstros.
16 | ### ID de Monstro Personalizado:
17 | - Usa um ID em vez da lista predefinida.
18 | ### Monstro Aleatório:
19 | - O monstro que aparecerá será aleatório.
20 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Modificador de Skin
3 | icon: list
4 | category:
5 | - Funções
6 | tag:
7 | - Modificador de Skin
8 | author:
9 | order: 14
10 | ---
11 |
12 | ## Modificador de Skins permite que você mude a skin do personagem gratuitamente.
13 |
--------------------------------------------------------------------------------
/src/pt/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Modificador de Textura
3 | icon: list
4 | category:
5 | - Funções
6 | tag:
7 | - Modificador de Textura
8 | author: Ryuzeen
9 | order: 15
10 | ---
11 | ::: info É melhor usar [GIMI](../../guide/3DM-tutorial.md) para trocar as texturas.
12 | :::
13 | ---
14 | ## Trocador de Textura permite que você mude as texturas do personagem por outras com arquivos .png.
15 |
--------------------------------------------------------------------------------
/src/pt/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Domínio automático (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Domínio automático (WIP)
8 | author: Sky
9 | order: 12
10 | ---
11 |
12 | ## Em breve.
13 |
--------------------------------------------------------------------------------
/src/pt/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Puzzle automático
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Puzzle automático
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Em breve.
13 |
--------------------------------------------------------------------------------
/src/pt/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ESP
3 | icon: satellite-dish
4 | category:
5 | - Funções
6 | tag:
7 | - ESP
8 | author: Ryuzeen
9 | order: 1
10 | ---
11 |
12 | ## ESP permite que o jogador siga e veja objetos através de outros objetos.
13 | > Nota: O alcance, os objetos e como os objetos são seguidos podem ser personalizados.
14 |
15 | ## Vídeo de Exemplo:
16 |
17 | ### Em Breve...
18 |
--------------------------------------------------------------------------------
/src/pt/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Guias
3 | icon: book
4 | category:
5 | - Guia
6 | tag:
7 | - Inicio
8 | author: Ryuzeen
9 | ---
10 |
11 |
--------------------------------------------------------------------------------
/src/pt/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Inicio
3 | icon: book
4 | category:
5 | - Guia
6 | tag:
7 | - Inicio
8 | author: Ryuzeen
9 | ---
10 |
11 |
--------------------------------------------------------------------------------
/src/pt/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Patrocinador
3 | icon: user-plus
4 | category:
5 | - Guia
6 | tag:
7 | - Início
8 | author: Sky
9 | order: 9
10 | ---
11 |
12 | ## Patrocinador
13 |
14 | - Patrocinador é um cargo exclusivo e não é mais possível obtê-lo, pessoas com esse cargo podem receber funções extras sem pagar novamente, e também recebem vantagens no servidor e no software, [Diferenças](differences.md).
15 |
--------------------------------------------------------------------------------
/src/pt/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Lista de erros
3 | icon: book
4 | category:
5 | - Erros
6 | tag:
7 | - Inicio
8 | author: Schvis
9 | ---
10 |
11 |
--------------------------------------------------------------------------------
/src/ru/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Stats Modifier (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Stats Modifier (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/ru/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Список Функций
3 | icon: "book"
4 | category:
5 | - Особенности
6 | tag:
7 | - Начало
8 | author:
9 | name: "QweRez"
10 | url: "https://github.com/qwerezon/"
11 | ---
12 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Изменение анимации персонажа
3 | icon: people-arrows
4 | category:
5 | - Особенности
6 | tag:
7 | - Изменение анимации персонажа
8 | author: "Schvis"
9 | order: 1
10 | ---
11 |
12 | ## Инструмент для смены анимации, который позволяет игроку изменить текущую анимацию персонажа на выбранную.
13 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Масштабирование камеры
3 | icon: камера
4 | category:
5 | - Особенности
6 | tag:
7 | - Масштабирование камеры
8 | author: "Schvis"
9 | order: 2
10 | ---
11 |
12 | ## Функция масштабирования камеры позволяет пользователю изменять уровень увеличения своей камеры до желаемого значения.
13 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Пользовательская Погода
3 | icon: cloud
4 | category:
5 | - Особенности
6 | tag:
7 | - Пользовательская Погода
8 | author: "Schvis"
9 | order: 5
10 | ---
11 |
12 | ## Пользовательская погода дает вам возможность настроить погоду по вашему вкусу.
13 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/ru/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Изменитель эмоций
3 | icon: face-smile
4 | category:
5 | - Особенности
6 | tag:
7 | - Изменитель эмоций
8 | author: "Schvis"
9 | order: 6
10 | ---
11 |
12 | ## Инструмент смены эмоций, позволяет игроку изменить текущее эмоциональное состояние персонажа на выбранное.
13 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Дополнительные настройки визуала
3 | icon: eye
4 | category:
5 | - Особенности
6 | tag:
7 | - Дополнительные настройки визуала
8 | author: "Schvis"
9 | order: 7
10 | ---
11 |
12 | ## Дополнительные визуальные настройки:
13 | ### Яркость:
14 | - Позволяет изменять уровень яркости в игре.
15 | ### Ширина контура:
16 | - Позволяет регулировать ширину контура каждого персонажа в игре.
17 | ### Сглаживание:
18 | - Позволяет игроку изменять используемый метод сглаживания, включая некоторые, которые изначально недоступны.
19 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Фальшивое время
3 | icon: clock
4 | category:
5 | - Особенности
6 | tag:
7 | - Фальшивое время
8 | author: "Schvis"
9 | order: 9
10 | ---
11 |
12 | ## Функция "Фальшивое время":
13 | - Изменения в игровом времени, часах и минутах.
14 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Модификатор крыльев
3 | icon: arrows-rotate
4 | category:
5 | - Особенности
6 | tag:
7 | - Модификатор крыльев
8 | author: "Schvis"
9 | order: 10
10 | ---
11 |
12 | ## Модификация внешнего вида крыльев позволяет игроку изменять его скин, даже если у вас их нет.
13 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Разблокировка FPS
3 | icon: arrow-up-right-dots
4 | category:
5 | - Особенности
6 | tag:
7 | - Разблокировка FPS
8 | author: "Schvis"
9 | order: 8
10 | ---
11 |
12 | ## Разблокировка FPS.
13 | ### Ограничение фонового FPS:
14 | - Установите максимальный FPS, который может достигнуть игра, когда она не сфокусирована.
15 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Свободная камера
3 | icon: camera-rotate
4 | category:
5 | - Особенности
6 | tag:
7 | - Свободная камера
8 | author: "Schvis"
9 | order: 11
10 | ---
11 |
12 | ## Свободная камера:
13 | - Позволяет свободно перемещать камеру, не привязывая ее к персонажу.
14 |
15 | ### Заморозить анимацию персонажа:
16 | - Замораживает анимацию персонажа.
17 |
18 | ### Сделать персонажа невидимым:
19 | - Делает персонажа невидимым.
20 |
21 | ### Заблокировать пользовательский ввод:
22 | - Блокирует пользовательский ввод, предотвращая движение персонажа при перемещении камеры.
23 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Увеличение карты
3 | icon: map
4 | category:
5 | - Особенности
6 | tag:
7 | - Увеличение карты
8 | author: "Schvis"
9 | order: 13
10 | ---
11 |
12 | ## Изменение масштаба карты влияет на значения, используемые на карте.
13 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Монстроизменитель
3 | icon: arrows-rotate
4 | category:
5 | - Особенности
6 | tag:
7 | - Монстроизменитель
8 | author: "Schvis"
9 | order: 14
10 | ---
11 |
12 | ## Инструмент для изменения монстров:
13 | - При активации все визуализированные монстры будут внешне преобразованы в выбранного монстра.
14 | ### Исключение животных:
15 | - Включить или выключить изменения животных.
16 | ### Пользовательский идентификатор монстра:
17 | - Используйте идентификатор вместо предоставленного списка.
18 | ### Рандомизация монстра:
19 | - Преобразование будет происходить случайным образом.
20 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Модификатор скина
3 | icon: list
4 | category:
5 | - Особенности
6 | tag:
7 | - Модификатор скина
8 | author: "Schvis"
9 | order: 15
10 | ---
11 |
12 | ## Модификатор скина позволяет игроку бесплатно использовать скины в игре.
13 |
--------------------------------------------------------------------------------
/src/ru/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Изменение текстур
3 | icon: list
4 | category:
5 | - Особенности
6 | tag:
7 | - Изменение текстур
8 | author: "Schvis"
9 | order: 16
10 | ---
11 | ::: tip Для изменения текстур рекомендуется использовать [GIMI](../../guide/3DM-tutorial.md)
12 | ---
13 | ## Изменение текстур позволяет заменять части персонажей предоставленными файлами .png.
14 |
--------------------------------------------------------------------------------
/src/ru/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Domain (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Domain (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/ru/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Puzzle
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Puzzle
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/ru/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "ESP"
3 | icon: "satellite-dish"
4 | category:
5 | - Особенности
6 | tag:
7 | - ESP
8 | author:
9 | name: "QweRez"
10 | url: "https://github.com/qwerezon/"
11 | order: 1
12 | ---
13 |
14 | ## ESP позволяет игроку отслеживать и просматривать выбранные объекты через другие объекты с настраиваемыми визуальными эффектами.
15 | > Примечание: Диапазон, объекты и визуальные эффекты могут быть настроены.
16 |
17 | ## Пример видео:
18 |
19 | ### Скоро...
20 |
--------------------------------------------------------------------------------
/src/ru/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Гайды
3 | icon: book
4 | category: Гайд
5 | tag: Старт
6 | author: QweRez, Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/ru/guide/multi-instance.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Несколько окон
3 | icon: clone
4 | category: Руководство
5 | tag: Начало
6 | author: "Schvis"
7 | order: 3
8 | ---
9 | ::: info Временно не работает
10 | ---
11 |
12 | ## Как использовать несколько экземпляров (открыть два окна игры одновременно)
13 |
14 | ---
15 |
16 |
--------------------------------------------------------------------------------
/src/ru/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Начало"
3 | icon: "circle-info"
4 | category:
5 | - "Гайд"
6 | tag:
7 | - "Начало"
8 | - "Fans"
9 | author:
10 | name: "QweRez"
11 | url: "https://github.com/qwerezon/"
12 | description: "Информация для новичков Korepi."
13 | ---
14 |
15 |
--------------------------------------------------------------------------------
/src/ru/start/p2g.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Реселлеры Korepi в СНГ
3 | icon: credit_card
4 | category: Seller
5 | tag: Начало
6 | author:
7 | name: "QweRez"
8 | url: "https://github.com/qwerezon/"
9 | order: 1
10 | ---
11 |
12 | # Реселлеры Korepi в СНГ
13 |
14 | **Надежные реселлеры Korepi в странах СНГ:**
15 |
16 | - **QweRez (discord: qwerezon)**
17 | - *Россия/Казахстан/Украина/Беларусь/Прочие постсоветские страны*
18 | - [Подробнее QweRez](https://www.qwemarket.com/)
19 |
20 | - **Moheta (discord: moheta)**
21 | - *Россия*
22 | - [Подробнее Moheta](https://cis.korepi.com/moheta)
23 |
24 |
25 | Если у вас есть вопросы по продажам, обращайтесь к одному из наших продавцов.
26 |
--------------------------------------------------------------------------------
/src/ru/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Информация для Спонсоров
3 | icon: user-plus
4 | category:
5 | - Guide
6 | tag:
7 | - Start
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Спонсоры
13 |
14 | - Спонсоры - это устаревшая роль, которая больше недоступна, люди с этой ролью имеют доступ компенсации, они также получают некоторые дополнительные привилегии в korepi [Отличие версий](differences.md).
--------------------------------------------------------------------------------
/src/ru/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Список Ошибок
3 | icon: book
4 | category:
5 | - Устранение Неполадок
6 | tag:
7 | - Начало
8 | author:
9 | name: "QweRez"
10 | url: "https://github.com/qwerezon/"
11 | description: "Устранение Ошибок/Вопросы"
12 | ---
13 |
14 |
15 |
--------------------------------------------------------------------------------
/src/th/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ตัวแก้ไขStats (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Stats Modifier (WIP)
8 | author: Schvis , ShikiYuri
9 | order: 12
10 | ---
11 |
12 | ## เร็วๆนี้.
--------------------------------------------------------------------------------
/src/th/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: รายการคุณสมบัติ
3 | icon: "book"
4 | category: Features
5 | tag: Start
6 | author: Schvis , ShikiYuri
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: เปลี่ยนแอนิเมชั่น
3 | icon: people-arrows
4 | category:
5 | - Features
6 | tag:
7 | - Animation Changer
8 | author: Schvis , ShikiYuri
9 | order: 1
10 | ---
11 |
12 | ::: info PERTAMAX เท่านั้น
13 | :::
14 | ## เปลี่ยนแอนิเมชั่น, อนุญาตให้ผู้เล่นเปลี่ยนแอนิเมชั่นตัวละครปัจจุบันเป็นแอนิเมชั่นที่เลือก
15 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ซูมกล้อง
3 | icon: camera
4 | category:
5 | - Features
6 | tag:
7 | - Camera Zoom
8 | author: Schvis , ShikiYuri
9 | order: 2
10 | ---
11 |
12 | ## ซูมกล้อง ทำให้ผู้ใช้สามารถเปลี่ยนการซูมของกล้องเป็นค่าที่ต้องการได้
13 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/custom-profile.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: โปรไฟล์ที่กำหนดเอง
3 | icon: users-gear
4 | category:
5 | - Features
6 | tag:
7 | - Custom Profile
8 | author: Schvis , ShikiYuri
9 | order: 4
10 | ---
11 |
12 | ## โปรไฟล์ที่กำหนดเอง:
13 |
14 | ### UID:
15 | - เลือก UID ที่คุณต้องการให้แสดง
16 | ### ชื่อเล่น:
17 | - เลือกชื่อเล่นที่คุณต้องการให้แสดง
18 | ### Level:
19 | - เลือกเลเวลที่คุณต้องการให้แสดง
20 | ### EXP:
21 | - เลือก EXP ที่คุณต้องการให้แสดง
22 | ### ระดับโลก:
23 | - เลือกระดับโลกที่คุณต้องการให้แสดง
24 | ### รูป Avatar:
25 | - ใช้ PNG ที่กำหนดเองเป็นรูป Avatar
26 | ### รูปภาพการ์ด:
27 | - ใช้ PNG แบบกำหนดเองเป็นรูปภาพการ์ด
28 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: สภาพอากาศกำหนดเอง
3 | icon: cloud
4 | category:
5 | - Features
6 | tag:
7 | - Custom Weather
8 | author: Schvis , ShikiYuri
9 | order: 5
10 | ---
11 | ::: info PERTAMAX เท่านั้น
12 | :::
13 | ## สภาพอากาศกำหนดเอง ให้คุณเปลี่ยนสภาพอากาศได้เองตามใจชอบ
14 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/th/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: เปลี่ยนอารมณ์
3 | icon: face-smile
4 | category:
5 | - Features
6 | tag:
7 | - Emotion Changer
8 | author: Schvis , ShikiYuri
9 | order: 6
10 | ---
11 | ::: info PERTAMAX เท่านั้น
12 | :::
13 | ## เปลี่ยนอารมณ์ อนุญาตให้ผู้เล่นเปลี่ยนอารมณ์ตัวละครปัจจุบันเป็นอารมณ์ที่เลือกได้
14 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: การตั้งค่าการมองเห็นพิเศษ
3 | icon: eye
4 | category:
5 | - Features
6 | tag:
7 | - Extra Visual Settings
8 | author: Schvis , ShikiYuri
9 | order: 7
10 | ---
11 |
12 | ## การตั้งค่าการมองเห็นพิเศษ:
13 | ### Gamma:
14 | - อนุญาตให้คุณเปลี่ยนค่าGammaของเกมได้
15 | ### ความกว้าง Outline:
16 | - อนุญาตให้คุณเปลี่ยนความกว้างของโครงร่างตัวละครทุกตัวในเกมได้
17 | ### Anti-Aliasing:
18 | - อนุญาตให้คุณเปลี่ยนโหมด anti-aliasing module ที่ใช้, รวมถึงที่ไม่มีในเกม
--------------------------------------------------------------------------------
/src/th/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ปลอมแปลงเวลา
3 | icon: clock
4 | category:
5 | - Features
6 | tag:
7 | - Fake Time
8 | author: Schvis , ShikiYuri
9 | order: 9
10 | ---
11 |
12 | ## ปลอมแปลงเวลา:
13 | - เปลี่ยนแปลงเวลาเล่นเกม (ชั่วโมงและนาที)
14 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ปรับแต่งสกินเครื่องร่อน
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Flycloak Modifier
8 | author: Schvis , ShikiYuri
9 | order: 10
10 | ---
11 | ::: info PERTAMAX เท่านั้น
12 | :::
13 | ## ปรับแต่งสกินเครื่องร่อน อนุญาตให้ผู้เล่นเปลี่ยนสกินเครื่องร่อนแม้ว่าคุณจะไม่ได้เป็นเจ้าของก็ตาม
14 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ปลดล็อก FPS
3 | icon: arrow-up-right-dots
4 | category:
5 | - Features
6 | tag:
7 | - FPS Unlock
8 | author: Schvis , ShikiYuri
9 | order: 8
10 | ---
11 |
12 | ## ปลดล็อก FPS. ปลดล็อก FPSเย้.ปลดล็อก FPSว้าววววว
13 | ### จำกัด FPS พื้นหลัง:
14 | - ตั้งค่าfpsสูงสุดของเกมเมื่อไม่ได้โฟกัส
15 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: กล้องอิสระ
3 | icon: camera-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Free Camera
8 | author: Schvis , ShikiYuri
9 | order: 11
10 | ---
11 |
12 | ## กล้องอิสระ:
13 | - ขยับกล้องได้อย่างอิสระโดยไม่ล็อคอยู่กับตัวละคร
14 | ### แช่แข็งแอนิเมชันตัวละคร:
15 | - แช่แข็งแอนิเมชันตัวละคร
16 | ### ทำให้ตัวละครล่องหน:
17 | - ก็ทำให้ตัวละครล่องหนไง
18 | ### บล็อกการป้อนข้อมูลของผู้ใช้:
19 | - บล็อกการป้อนข้อมูลของผู้ใช้ ดังนั้นตัวละครจะไม่เคลื่อนไหวขณะเคลื่อนย้ายกล้อง
20 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ซูมแผนที่
3 | icon: map
4 | category:
5 | - Features
6 | tag:
7 | - Map Zoom
8 | author: Schvis , ShikiYuri
9 | order: 13
10 | ---
11 |
12 | ## เปลี่ยนค่าการซูมแผนที่
13 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: เปลี่ยนมอนสเตอร์
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Monster Changer
8 | author: Schvis , ShikiYuri
9 | order: 14
10 | ---
11 |
12 | ## เปลี่ยนมอนสเตอร์:
13 | - เมื่อเปิดใช้งาน, มอนสเตอร์ที่เรนเดอร์ใหม่ทั้งหมดจะถูกเปลี่ยนเป็นมอนสเตอร์ที่เลือก
14 | ### ยกเว้นสัตว์:
15 | - เปิดหรือปิดการเปลี่ยนสัตว์
16 | ### ID มอนสเตอร์ที่กำหนดเอง:
17 | - ใช้ ID แทนรายการที่ให้ไว้
18 | ### สุ่มมอนสเตอร์:
19 | - การเปลี่ยนแปลงจะเป็นการสุ่ม
20 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ตัวปรับแต่งสกิน
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Skin Modifier
8 | author: Schvis , ShikiYuri
9 | order: 15
10 | ---
11 | ::: info PERTAMAX เท่านั้น
12 | :::
13 | ## ตัวปรับแต่งสกิน อนุญาตให้ผู้เล่นใช้สกินในเกมได้ฟรี
14 |
--------------------------------------------------------------------------------
/src/th/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ตัวเปลี่ยนพื้นผิว
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Texture Changer
8 | author: Schvis , ShikiYuri
9 | order: 16
10 | ---
11 | ::: info
12 | มันดีกว่าถ้าใช้ [GIMI](../../guide/3DM-tutorial.md) สำหรับการเปลี่ยนพื้นผิว
13 | :::
14 | ---
15 | ## ตัวเปลี่ยนพื้นผิว อนุญาตให้สลับส่วนของตัวละครเป็นไฟล์ .png ที่ให้มา
16 |
--------------------------------------------------------------------------------
/src/th/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Domain อัตโนมัติ (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Domain (WIP)
8 | author: Schvis , ShikiYuri
9 | order: 12
10 | ---
11 |
12 | ## เร็วๆนี้.
--------------------------------------------------------------------------------
/src/th/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: แก้ puzzle อัตโนมัติ
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Puzzle
8 | author: Schvis , ShikiYuri
9 | order: 12
10 | ---
11 |
12 | ## แก้ puzzle อัตโนมัติ จะแก้ puzzle ที่เลือกจนเสร็จโดยอัตโนมัติตามระยะและดีเลย์ที่กำหนด
13 |
14 | ## วีดีโอตัวอย่าง:
15 | เร็วๆนี้...
--------------------------------------------------------------------------------
/src/th/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ESP
3 | icon: satellite-dish
4 | category:
5 | - Features
6 | tag:
7 | - ESP
8 | author: Schvis , ShikiYuri
9 | order: 1
10 | ---
11 |
12 | ## ESP สามารถทำให้ผู้เล่นติดตามและดูวัตถุที่เลือก ทะลุผ่านวัตถุอื่นๆได้จากฟิลเตอร์พร้อมเอฟเฟกต์ภาพที่ปรับแต่งได้
13 | > โน้ต: ระยะ, วัตถุ, การมองเห็น ทั้งหมดสามารถปรับแต่งได้
14 |
15 | ## วีดีโอตัวอย่าง:
16 |
17 | ### เร็วๆนี้...
18 |
--------------------------------------------------------------------------------
/src/th/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: คู่มือ
3 | icon: book
4 | category: Guide
5 | tag: Start
6 | author: QweRez, Schvis, ShikiYuri
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/th/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: แคตตาล็อก
3 | icon: book
4 | category: Guide
5 | tag: Start
6 | author: QweRez , ShikiYuri
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/th/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: การเป็นSponsor
3 | icon: credit-card
4 | category:
5 | - Guide
6 | tag:
7 | - Start
8 | - Sponsor
9 | author: rekiihype , ShikiYuri
10 | order: 4
11 | ---
12 |
13 | - Sponsors เป็นบทบาทเก่าที่ไม่สามารถรับได้อีกแล้ว, ผู้ที่มีบทบาทนี้มีสิทธิ์ได้รับฟังก์ชันพิเศษในซอฟต์แวร์โดยไม่ต้องจ่ายเงินอีก, พวกเขายังได้รับสิทธิพิเศษเพิ่มเติมในเซิร์ฟเวอร์/ซอฟต์แวร์อีกด้วย, [ความแตกต่าง](differences.md)
14 |
--------------------------------------------------------------------------------
/src/th/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: รายการข้อผิดพลาด
3 | icon: book
4 | category: Troubleshoot
5 | tag: Start
6 | author: Schvis , ShikiYuri
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/tr/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Stats Modifier (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Stats Modifier (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/tr/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: List of Features
3 | icon: "book"
4 | category: Features
5 | tag: Start
6 | author: Schvis
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Animation Changer
3 | icon: people-arrows
4 | category:
5 | - Features
6 | tag:
7 | - Animation Changer
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ## Animation Changer, allows the player to change their current character animation to the selected one.
13 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Camera Zoom
3 | icon: camera
4 | category:
5 | - Features
6 | tag:
7 | - Camera Zoom
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## Camera zoom allows the user to change their camera zoom to their desired value.
13 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/custom-profile.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Profile
3 | icon: users-gear
4 | category:
5 | - Features
6 | tag:
7 | - Custom Profile
8 | author: Schvis
9 | order: 4
10 | ---
11 |
12 | ## Custom Profile:
13 |
14 | ### UID:
15 | - Select the UID you want to be displayed.
16 | ### Nickname:
17 | - Select the Nickname you want to be displayed.
18 | ### Level:
19 | - Select the Level you want to be displayed.
20 | ### EXP:
21 | - Select the EXP you want to be displayed.
22 | ### World Level:
23 | - Select the World Level you want to be displayed.
24 | ### Avatar Image:
25 | - Use a custom png as avatar image.
26 | ### Card Image:
27 | - Use a custom png as card image.
28 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Custom Weather
3 | icon: cloud
4 | category:
5 | - Features
6 | tag:
7 | - Custom Weather
8 | author: Schvis
9 | order: 5
10 | ---
11 |
12 | ## Custom Wether allows you to change the weather to your liking.
13 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/tr/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Emotion Changer
3 | icon: face-smile
4 | category:
5 | - Features
6 | tag:
7 | - Emotion Changer
8 | author: Schvis
9 | order: 6
10 | ---
11 |
12 | ## Emotion Changer allows the player to change the current character emotion to the selected one.
13 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Extra Visual Settings
3 | icon: eye
4 | category:
5 | - Features
6 | tag:
7 | - Extra Visual Settings
8 | author: Schvis
9 | order: 7
10 | ---
11 |
12 | ## Extra Visual Settings:
13 | ### Gamma:
14 | - Allows you to change the gamma value of the game.
15 | ### Outline Width:
16 | - Allows you to change the outline of every character in the game.
17 | ### Anti-Aliasing:
18 | - Allows the player to change the anti-aliasing module to use, including some that are not available natively.
19 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fake Time
3 | icon: clock
4 | category:
5 | - Features
6 | tag:
7 | - Fake Time
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Fake Time:
13 | - Changes in game time (hour and minutes).
14 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Flycloak Modifier
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Flycloak Modifier
8 | author: Schvis
9 | order: 10
10 | ---
11 |
12 | ## Flycloak Modifier allow the player to change their glider skin even if they don't own it.
13 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: FPS Unlock
3 | icon: arrow-up-right-dots
4 | category:
5 | - Features
6 | tag:
7 | - FPS Unlock
8 | author: Schvis
9 | order: 8
10 | ---
11 |
12 | ## Unlocks FPS.Unlocks FPS yeah.Unlocks FPS wow.
13 | ### Limit background FPS:
14 | - Set the max fps game can reach when its not focused.
15 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Free Camera
3 | icon: camera-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Free Camera
8 | author: Schvis
9 | order: 11
10 | ---
11 |
12 | ## Free Camera:
13 | - Move the camera freely without being locked to the character.
14 | ### Freeze Character Animation:
15 | - Freezes character animations.
16 | ### Make Character Invisible:
17 | - Makes character invisible.
18 | ### Block User Input:
19 | - Blocks user input therefore character wont move while moving the camera.
20 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Map Zoom
3 | icon: map
4 | category:
5 | - Features
6 | tag:
7 | - Map Zoom
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ## Map Zoom modifies the values to be used in the map.
13 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Monster Changer
3 | icon: arrows-rotate
4 | category:
5 | - Features
6 | tag:
7 | - Monster Changer
8 | author: Schvis
9 | order: 14
10 | ---
11 |
12 | ## Monster Changer:
13 | - When enabled, all new rendered monsters will be changed visually to the selected monster.
14 | ### Exclude Animals:
15 | - Enable or Disable changing animals.
16 | ### Custom Monster ID:
17 | - Use ID instead of the provided list.
18 | ### Randomize Monster:
19 | - The change will be random.
20 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Skin Modifier
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Skin Modifier
8 | author: Schvis
9 | order: 15
10 | ---
11 |
12 | ## Skin Modifier allows the player to use in-game skins for free.
13 |
--------------------------------------------------------------------------------
/src/tr/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Texture Changer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Texture Changer
8 | author: Schvis
9 | order: 16
10 | ---
11 | ::: info Its better to use [GIMI](../../guide/3DM-tutorial.md) for changing textures.
12 | :::
13 | ---
14 | ## Texture Changer allows to switch character parts to the provided .png files.
15 |
--------------------------------------------------------------------------------
/src/tr/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Domain (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Domain (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/tr/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Auto Puzzle
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Auto Puzzle
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/tr/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ESP
3 | icon: satellite-dish
4 | category:
5 | - Features
6 | tag:
7 | - ESP
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ## ESP allows the player to track and view the selected objects through other objects from the filter with customizable visual effects.
13 | > Note: Range, objects, visuals can be all customized.
14 |
15 | ## Example Video:
16 |
17 | ### Soon...
18 |
--------------------------------------------------------------------------------
/src/tr/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Adımlar
3 | icon: book
4 | category: Kılavuzlar
5 | tag: Başlangıç
6 | author: QweRez, Schvis
7 | ---
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/tr/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Katalog
3 | icon: book
4 | category: Guide
5 | tag: Başlangıç
6 | author: QweRez
7 | ---
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/tr/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Sponsor
3 | icon: user-plus
4 | category:
5 | - Guide
6 | tag:
7 | - Start
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Sponsors
13 |
14 | - Sponsors are a legacy role that is no longer obtainable, people with this role are elegible to extra functionality in the software without having to pay again, they also receive some extra perks in the server/software, [Difference](differences.md).
--------------------------------------------------------------------------------
/src/tr/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Hataların Listesi
3 | icon: book
4 | category: SorunlarHakkında
5 | tag: Başlangıç
6 | author: Schvis
7 | ---
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/vi/features/Player/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tinh Chỉnh Thông Số
3 | icon: bolt
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Tinh Chỉnh Thông Số
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Sắp Ra Mắt.
--------------------------------------------------------------------------------
/src/vi/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Danh Sách Tính Năng
3 | icon: "book"
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Bắt Đầu
8 | author: Schvis
9 | ---
10 |
11 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Thay Đổi Hoạt Ảnh
3 | icon: people-arrows
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Thay Đổi Hoạt Ảnh
8 | author: Schvis
9 | order: 1
10 | ---
11 | ::: info Chỉ có ở phiên bản PERTAMAX
12 | :::
13 |
14 | ## Thay Đổi Hoạt Ảnh cho phép người chơi thay đổi hoạt ảnh của nhân vật hiện tại thành hoạt ảnh của một nhân vật khác được chọn.
15 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Thu Phóng Camera
3 | icon: camera
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Thu Phóng Camera
8 | author: Schvis
9 | order: 2
10 | ---
11 |
12 | ## Thu Phóng Camera cho phép người chơi thay đổi độ thu phóng của camera tuỳ thích.
13 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tuỳ Chỉnh Thời Tiết
3 | icon: cloud
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Tuỳ Chỉnh Thời Tiết
8 | author: Schvis
9 | order: 5
10 | ---
11 | ::: info Chỉ có ở phiên bản PERTAMAX
12 | :::
13 |
14 | ## Tuỳ Chỉnh Thời Tiết cho phép bạn thay đổi thời tiết theo mong muốn.
15 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/vi/features/Visuals/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Thay Đổi Biểu Cảm
3 | icon: face-smile
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Thay Đổi Biểu Cảm
8 | author: Schvis
9 | order: 6
10 | ---
11 | ::: info Chỉ có ở phiên bản PERTAMAX
12 | :::
13 |
14 | ## Thay Đổi Biểu Cảm cho phép người chơi thay đổi biểu cảm của nhân vật hiện tại thành một biểu cảm được lựa chọn khác.
--------------------------------------------------------------------------------
/src/vi/features/Visuals/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Thiết Đặt Đồ Hoạ Bổ Sung
3 | icon: eye
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Thiết Đặt Đồ Hoạ Bổ Sung
8 | author: Schvis
9 | order: 7
10 | ---
11 |
12 | ## Thiết Đặt Đồ Hoạ Bổ Sung:
13 | ### Gamma:
14 | - Cho phép bạn điều chỉnh giá trị gamma trong game.
15 | ### Chiều Rộng Outline:
16 | - Cho phép bạn điều chỉnh outline của tất cả các nhân vật trong game.
17 | ### Khử Răng Cưa:
18 | - Cho phép bạn thay đổi cơ chế khử răng cưa, bao gồm cả những cơ chế không có sẵn trong game.
19 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tuỳ Chỉnh Thời Gian
3 | icon: clock
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Tuỳ Chỉnh Thời Gian
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Tuỳ Chỉnh Thời Gian:
13 | - Thay đổi thời gian giờ và phút trong game.
14 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/flycloak-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tuỳ Chỉnh Phong Chi Dực
3 | icon: arrows-rotate
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Tuỳ Chính Phong Chi Dực
8 | author: Schvis
9 | order: 10
10 | ---
11 |
12 | ::: info Chỉ có ở phiên bản PERTAMAX
13 |
14 | ## Tuỳ Chính Phong Chi Dực cho phép người chơi thay đổi skin của phong chi dực cho dù không sở hữu chúng.
--------------------------------------------------------------------------------
/src/vi/features/Visuals/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Bỏ Giới Hạn FPS
3 | icon: arrow-up-right-dots
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Bỏ Giới Hạn FPS
8 | author: Schvis
9 | order: 8
10 | ---
11 |
12 | ## Bỏ Giới Hạn FPS.
13 | ### Giới Hạn FPS Trong Nền:
14 | - Thay đổi FPS tối đa của game khi đang không tập trung vào màn hình game.
--------------------------------------------------------------------------------
/src/vi/features/Visuals/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Camera Tự Do
3 | icon: camera-rotate
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Camera Tự Do
8 | author: Schvis
9 | order: 11
10 | ---
11 |
12 | ## Camera Tự Do:
13 | - Di chuyển camera tự do mà không bị khoá vào nhân vật.
14 | ### Đóng Băng Hoạt Ảnh Nhân Vật:
15 | - Đóng băng hoạt ảnh của nhân vật.
16 | ### Tàng Hình:
17 | - Khiến nhân vật trở nên tàng hình.
18 | ### Chặn User Input:
19 | - Chặn user input sẽ khiến nhân vật không di chuyển trong khi camera vẫn di chuyển bình thường.
20 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/hide-ui.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Ẩn Giao Diện
3 | icon: square
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Ẩn Giao Diện
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Ẩn Giao Diện:
13 | - Ẩn toàn bộ giao diện người dùng.
14 | ### Ẩn Ping: (Sponsor)
15 | - Chỉ ẩn ping.
16 | ### Ẩn Thanh Máu: (Sponsor)
17 | - Chỉ ẩn thanh máu của nhân vật hiện tại.
18 | ### Ẩn Thanh Máu Của Đội: (Sponsor)
19 | - Chỉ ẩn thanh máu xuất hiện trên danh sách đội.
20 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Thu Phóng Bản Đồ
3 | icon: map
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Thu Phóng Bản Đồ
8 | author: Schvis
9 | order: 13
10 | ---
11 |
12 | ## Thu Phóng Bản Đồ thay đổi giá trị được sử dụng trong bản đồ.
13 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Thay Đổi Quái
3 | icon: arrows-rotate
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Thay Đổi Quái
8 | author: Schvis
9 | order: 14
10 | ---
11 |
12 | ## Thay Đổi Quái:
13 | - Khi được bật, thay đổi ngoại hình của toàn bộ quái thành ngoại hình mới được chọn.
14 | ### Loại Trừ Động Vật:
15 | - Bật hoặc Tắt thay đổi ngoại hình động vật.
16 | ### Tuỳ Chỉnh ID Quái:
17 | - Sử dụng ID thay vì danh sách được cấp sẵn.
18 | ### Quái Ngẫu Nhiên:
19 | - Ngoại hình quái sẽ thay đổi ngẫu nhiên.
20 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Thay Đổi Skin
3 | icon: list
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Thay Đổi Skin
8 | author: Schvis
9 | order: 15
10 | ---
11 | ::: info Chỉ có ở phiên bản PERTAMAX
12 | :::
13 | ## Thay Đổi Skin cho phép người chơi sử dụng miễn phí các skin trong game.
14 |
--------------------------------------------------------------------------------
/src/vi/features/Visuals/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Thay Đổi Kết Cấu
3 | icon: list
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Thay Đổi Kết Cấu
8 | author: Schvis
9 | order: 16
10 | ---
11 | ::: info Nên sử dụng [GIMI](../../guide/3DM-tutorial.md) để thay đổi kết cấu.
12 | :::
13 | ---
14 | ## Thay Đổi Kết Cấu cho phép thay đổi các bộ phận của nhân vật theo các file .png được cung cấp.
--------------------------------------------------------------------------------
/src/vi/features/World/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tự Động Chạy Bí Cảnh
3 | icon: bolt
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Tự Động Chạy Bí Cảnh
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Sắp Ra Mắt.
--------------------------------------------------------------------------------
/src/vi/features/World/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Tự Động Giải Đố
3 | icon: bolt
4 | category:
5 | - Tính Năng
6 | tag:
7 | - Tự Động Giải Đố
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 |
13 | ## Sắp Ra Mắt.
--------------------------------------------------------------------------------
/src/vi/features/esp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: ESP
3 | icon: satellite-dish
4 | category:
5 | - Tính Năng
6 | tag:
7 | - ESP
8 | author: Schvis
9 | order: 1
10 | ---
11 |
12 | ## ESP cho phép người chơi theo dõi và xem những vật thể được chọn từ danh sách lọc xuyên qua các vật thể khác với các hiệu ứng đồ hoạ tuỳ chỉnh.
13 | > Lưu ý: Phạm vi, vật thể, đồ hoạ đều có thể được tuỳ chỉnh.
14 |
15 | ## Video Tham Khảo:
16 |
17 | ### Sắp Ra Mắt...
18 |
--------------------------------------------------------------------------------
/src/vi/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Hướng Dẫn
3 | icon: book
4 | category:
5 | - Hướng Dẫn
6 | tag:
7 | - Bắt Đầu
8 | author: QweRez, Schvis
9 | ---
10 |
11 |
12 |
--------------------------------------------------------------------------------
/src/vi/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Bắt đầu
3 | icon: circle-info
4 | category: "Hướng dẫn"
5 | tag: "Bắt đầu"
6 | author: QweRez
7 | ---
8 |
9 |
--------------------------------------------------------------------------------
/src/vi/start/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Nhà Tài Trợ
3 | icon: user-plus
4 | category:
5 | - Hướng Dẫn
6 | tag:
7 | - Bắt Đầu
8 | author: Schvis
9 | order: 9
10 | ---
11 |
12 | ## Nhà Tài Trợ
13 |
14 | - Nhà Tài Trợ là một vai trò cũ mà bạn không thể nhận được nữa. Những người hiện có vai trò này có thể sử dụng một số tính năng mà bản miễn phí không có. Đồng thời họ cũng nhận được một số đặc quyền trong server Discord và Korepi, [Difference](differences.md).
--------------------------------------------------------------------------------
/src/vi/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Danh Sách Lỗi
3 | icon: book
4 | category: "Khắc Phục Lỗi"
5 | tag: "Bắt Đầu"
6 | author: Schvis
7 | ---
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/attack-effects.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 攻击效果
3 | icon: explosion
4 | category:
5 | - 功能
6 | tag:
7 | - 攻击效果
8 | author: Double
9 | order: 1
10 | ---
11 |
12 | ## 攻击效果:修改你的攻击
13 |
14 | ### 倍功模式:
15 | - 一拳模式:可以用1次攻击杀死目标.
16 | > 注意:不建议使用.
17 | - 修改目标受到的攻击次数。
18 | >注意:不建议超过“5”。
19 | ### 多个目标:
20 | - 击中目标命后在其半径内的所有目标受到伤害。
21 | >注意:不建议更改默认设置。
22 | ### 多重动画:
23 | - 修改角色攻击动画。
24 | >注意:不建议使用。
25 | ### 攻击速度:
26 | - 修改玩家攻击的速度。
27 | >注意:不建议使用高于“1.5”的值。
28 | ### 自定义元素:
29 | - 修改所输出的元素。
30 | ### 注入元素:
31 | - 修改角色普通攻击元素。
32 | ### 自动弱点:
33 | - 自动攻击弱点,只适用弓箭角色。
34 | ### 暴击(赞助商):
35 | - 更改暴击概率。
36 | ### 抵消元素:
37 | - 将注入自身元素抵消。
38 |
39 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/auto-run.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动奔跑
3 | icon: person-running
4 | category:
5 | - 功能
6 | tag:
7 | - 自动奔跑
8 | author: Double
9 | order: 2
10 | ---
11 |
12 | ## 自动奔跑:将自动把玩家向前移动。
13 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/bunny-hop.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 兔子跳
3 | icon: carrot
4 | category:
5 | - 功能
6 | tag:
7 | - 兔子跳
8 | author: Double
9 | order: 10
10 | ---
11 |
12 |
13 | ## 兔子跳 :启用后将在第一次跳跃后自动跳跃。
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/cooldown-effects.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 无CD
3 | icon: clock-rotate-left
4 | category:
5 | - 功能
6 | tag:
7 | - 无CD
8 | author: Double
9 | order: 3
10 | ---
11 |
12 | ## 无CD:修改技能的冷却时间。
13 | ### 最大爆发能量:
14 | - 删除了使用元素爆发所需能量的要求。
15 |
16 | ### 无技能冷却:取消角色技能的冷却时间。
17 | - 降低技能/元素爆发冷却:当激活而不是取消冷却时,如果冷却时间高于所选值,它将被设置为所选值。
18 | ### 无冲刺冷却:
19 | -消除冲刺之间的延迟。
20 | ### 快速充能攻击:
21 | - 弓:取消弓使用者的充能时间。
22 | - 其他:取消其他武器使用者的充能时间。
23 | >注意:此功能可以缩减那维莱特的重击蓄力时间。
24 | ### 浪船技能无冷却:
25 | - 取消船技能的冷却时间。
26 |
27 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/extra-movements.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 额外移动
3 | icon: bolt
4 | category:
5 | - 功能
6 | tag:
7 | - 额外移动
8 | author: Double
9 | order: 4
10 | ---
11 |
12 | ## 额外动作:修改/增强玩家的某些动作。
13 | ### 水上行走:
14 | - 启用在水上行走的能力。
15 | >让我们在水上自由行走,新一代渡海真君!
16 | - >存在bug,使用水神E技能无法在水上行走
17 | ### 加速奔跑:
18 | - 提高玩家移动时的速度。
19 | >注意:不建议更改默认值。
20 | ### 跳跃提升:
21 | - 提高角色跳跃的高度。
22 | >让每个角色都可以成为魈
23 | - 空中可用:不在地面上时启用跳跃。
24 | >可实现左脚踩右脚
25 | ### 飞天:
26 | - 提高玩家滑行时的速度。
27 | >注意:不建议更改默认值。
28 | ### 游泳:
29 | - 启用后,加快玩家在水面游泳的速度。
30 | >让你变成水中飞人博尔特!
31 | ### 潜水:
32 | - 启用后,加快玩家在水中游泳的速度。
33 | >让你在水中游泳的速度加快,效果不太明显。
34 | ### 潜行模式。
35 | - 设置热键后,启用可以进入潜行。
36 | ### 闪现:
37 | - 允许玩家在按下热键后移动一定距离。如:按下F键,玩家移动10米。
38 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/fall-control.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 坠落控制
3 | icon: person-falling
4 | category:
5 | - 功能
6 | tag:
7 | - 坠落控制
8 | author: Schvis
9 | order: 5
10 | ---
11 |
12 | ## 坠落控制:可以控制你在下坠时的速度.
13 |
14 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/god-mode.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 无敌模式
3 | icon: user
4 | category:
5 | - 功能
6 | tag:
7 | - 无敌模式
8 | author: Double
9 | order: 6
10 | ---
11 |
12 | ## 无敌模式:可以使角色无敌不受伤害.
13 | ### 不死:
14 | - 启用后,会受到伤害,但是不会死去。
15 | ### 触发条件:
16 | - 启用后,只有当角色hp低于指定值时,无敌模式才会打开。
17 | >注意:建议对深渊使用触发条件模式。
18 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/infinite-stamina.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 无限体力
3 | icon: dumbbell
4 | category:
5 | - 功能
6 | tag:
7 | - 无限体力
8 | author: Double
9 | order: 7
10 | ---
11 |
12 | ## 无限体力:体力不会被消耗。
13 | ### 阻止上传模式:
14 | - 当启用此选项并禁用无限耐力时,将阻止向服务器发送消耗体力的动作包,如跑步、攀爬、游泳等。部分情况会使得体力下降,例如重击的使用。
15 | >注意:建议使用阻止上传模式这样更安全。
16 |
17 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/no-clip.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自由移动
3 | icon: person-walking-dashed-line-arrow-right
4 | category:
5 | - 功能
6 | tag:
7 | - 自由移动
8 | author: Double
9 | order: 8
10 | ---
11 |
12 | ## 自由移动:将使角色不会发生碰撞,移动更快并可以飞行。
13 | ### 允许在空中释放技能:
14 | - 启用后,它将在空中可使用技能。
15 | ### 相对相机移动:
16 | - 启用后,角色将基于摄影机视图而不是角色所面对的位置进行移动。
17 | ### 备用自由移动:
18 | - 启用后,以设计速度按下选定热键后,速度将不会改变。
19 | ### 使用自定义键:
20 | - 启用该选项可以更改方向控制。
21 | ### 防拉回:
22 | - 防止服务器因速度过快而将角色拖回。
23 | >注意:不建议使用高于“20”的值。
24 |
25 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/player-speed.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 玩家速度
3 | icon: forward-fast
4 | category:
5 | - 功能
6 | tag:
7 | - 玩家速度
8 | author: Double
9 | order: 8
10 | ---
11 |
12 | ## 玩家速度:修改玩家速度。
13 | >注意:建议在“1.5”以下。
14 | >建议与[额外移动]使用(Extra Movements.md),因为它可以更好地与服务器同步(更安全)(赞助商)
15 |
--------------------------------------------------------------------------------
/src/zh/features/1.玩家功能/stats-modifer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Stats Modifier (WIP)
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - Stats Modifier (WIP)
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## Soon.
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/auto-activate-tp.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动解锁锚点
3 | icon: satellite-dish
4 | category:
5 | - 功能
6 | tag:
7 | - 自动解锁锚点
8 | author: Double
9 | order: 1
10 | ---
11 |
12 | ### 自动解锁锚点:配合自动传送可以解锁附近50m的锚点和神像.
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/auto-challenge.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动挑战
3 | icon: power-off
4 | category:
5 | - 功能
6 | tag:
7 | - 自动挑战
8 | author: Double
9 | order: 2
10 | ---
11 |
12 | ### 自动挑战:可以让你在指定的范围内完成当前的挑战活动,你可以根据自己的喜好进行配置。
13 | - 目前只能引爆炸药桶和拾取元素微粒。
14 |
15 |
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/auto-cook.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动烹饪
3 | icon: kitchen-set
4 | category:
5 | - 功能
6 | tag:
7 | - 自动烹饪
8 | author: Double
9 | order: 3
10 | ---
11 |
12 | ### 自动烹饪:允许你在烹饪页面上选择烹饪数量和质量的食物,内置快速熟练
13 | >注意:食物熟练后,把快速熟练关闭,可能会存在食物熟练后,自动烹饪失效的情况。
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/auto-destroy.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动摧毁物体
3 | icon: bomb
4 | category:
5 | - 功能
6 | tag:
7 | - 自动摧毁物体
8 | author: Double
9 | order: 4
10 | ---
11 |
12 | ### 自动销毁物体:允许您销毁指定范围内的可自定义对象,其中包括矿石、植物、岩石堆、箱子、特殊对象、盾牌等。
13 | ::: danger bug
14 | 此功能中摧毁护盾不能与杀戮光环一起使用。
15 | :::
16 |
17 |
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/auto-domain.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动秘境
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - 自动秘境
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## 开发中!
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/auto-fish.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动钓鱼
3 | icon: power-off
4 | category:
5 | - 功能
6 | tag:
7 | - 自动挑战
8 | author: Double
9 | order: 2
10 | ---
11 |
12 | ### 自动钓鱼:可以让你快速钓鱼。
13 | - 无法和akebi一样吸鱼。
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/auto-loot.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动收集
3 | icon: hand
4 | category:
5 | - 功能
6 | tag:
7 | - 自动收集
8 | author: Double
9 | order: 6
10 | ---
11 |
12 | ## 自动收集:可以让你在选定的范围内自动收集战利品,并且可以延迟,收集的战利品可以自定义,包括箱子、掉落物等。
13 | >注意:建议在“10m”以下正常使用,在“20m”以下使用自定义tp。
14 | >距离越高,应使用越高的延迟。
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/auto-puzzle.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动解密
3 | icon: bolt
4 | category:
5 | - Features
6 | tag:
7 | - 自动解密
8 | author: Schvis
9 | order: 12
10 | ---
11 |
12 | ## 打开后可以设置解密内容和解密范围。
13 | 目前仍存在bug。
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/auto-seelie.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动仙灵
3 | icon: arrows-split-up-and-left
4 | category:
5 | - 功能
6 | tag:
7 | - 自动仙灵
8 | author: Double
9 | order: 7
10 | ---
11 |
12 | ## 自动仙灵:当玩家靠近时,仙灵会自动回到仙灵座上。解放双手好帮手!
13 | :::danger 在须弥沙漠使用有bug,请勿在须弥沙漠使用。
14 | :::
15 |
16 |
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/auto-tree-farm.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自动砍树
3 | icon: tree
4 | category:
5 | - 功能
6 | tag:
7 | - 自动砍树
8 | author: Double
9 | order: 9
10 | ---
11 |
12 |
13 | ### 自动砍树:解放双手自动砍树,可选定砍树范围。
14 |
15 |
16 |
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/elemental-aura.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 元素光环
3 | icon: street-view
4 | category:
5 | - 功能
6 | tag:
7 | - 元素光环
8 | author: Double
9 | order: 10
10 | ---
11 |
12 |
13 | ### 元素光环将指定元素、范围和延迟的元素应用于目标、物体或你自己,多个元素可以应用于附近的目标。
14 | >注意:低延迟时间将增加检测你被检测的概率。
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/game-speed.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 全局加速
3 | icon: forward-fast
4 | category:
5 | - 功能
6 | tag:
7 | - 全局加速
8 | author: Double
9 | order: 11
10 | ---
11 |
12 | ### 全局加速:游戏速度加快或减慢。
13 | >注意:此功能很危险。欧服出现封禁案例。
14 | - 设置快捷键后启用,长按快捷键加速游戏内速度。
15 | >注意:目前启用后,仙灵和运输气球没有效果。
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/kill-aura.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 杀戮光环
3 | icon: street-view
4 | category:
5 | - 功能
6 | tag:
7 | - 杀戮光环
8 | author: Double
9 | order: 12
10 | ---
11 |
12 | ## 杀戮光环:对周围敌人造成伤害。
13 | # 注意:此功能的危险性很高
14 | ### 坠伤模式:
15 | - 对周围敌人造成指定值、延迟和范围的掉落伤害。
16 | >注意:不建议使用非常高的值。
17 | ### 百分比模式:
18 | - 杀死敌人所需的命中次数。
19 | >注意:建议使用“3”或更高的值。
20 | ### 剩余HP:
21 | - 将周围怪物血量击打到你所设置的剩余血量。
22 | ### 即死模式:
23 | - 会试让光环范围内的敌人直接死亡。
24 | >注意:可能会对一些boss没有效果。
25 | >不建议使用。
26 | ### 仅对你有仇恨值的怪物:
27 | - 选择之后,只会对你有仇恨值的怪物生效。
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/map-manger.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 地图管理器
3 | icon: map
4 | category:
5 | - 功能
6 | tag:
7 | - 地图管理器
8 | author: Double
9 | order: 13
10 | ---
11 |
12 | ## 解锁七天神像
13 | - 打开地图后,点击一次解锁七天神像。需要等待几秒运行。
14 | :::tip 启用解锁七天神像结束后,请再点击一次解锁七天神像关闭此功能。否正解锁锚点无法使用
15 | :::
16 | ## 解锁传送锚点
17 | - 打开地图,点击解锁传送锚点,会自动解锁全部锚点,全部解锁完成后会自动关闭。如果需要暂停,请再点击一次。
18 | >## 解锁速率是共用的,建议不要太快,容易被封禁
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/mob-vacuum.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 生物吸附
3 | icon: magnet
4 | category:
5 | - 功能
6 | tag:
7 | - 生物吸附
8 | author: Double
9 | order: 14
10 | ---
11 |
12 | ## 生物吸附:可以选择怪物或者动物,吸附到角色前面。
13 | >注意:建议低于`20m`
14 |
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/others.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 其他
3 | icon: bars
4 | category:
5 | - 功能
6 | tag:
7 | - 其他功能
8 | author: Double
9 | order: 16
10 | ---
11 |
12 | ## 敌人变傻
13 | - 启用后,敌人将会变傻,无法攻击。
14 | ## 永久元素视野
15 | - 启用后,元素视野不会关闭。
16 | ## 冻结敌人
17 | - 启用后,敌人会被直接冻结。
18 | ## 立即打开队伍界面
19 | - 启用后,进入队伍界面将不会读条,立即进入。
20 | ## 跳过强化动画
21 | - 启用后,强化圣遗物、武器、角色将不会有强化过程动画。
--------------------------------------------------------------------------------
/src/zh/features/2.世界功能/vacuum-loot.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 掉落物吸附
3 | icon: magnet
4 | category:
5 | - 功能
6 | tag:
7 | - 掉落物吸附
8 | author: Double
9 | order: 15
10 | ---
11 |
12 | ## 掉落物吸附:可以将附近的物品和掉落物吸附到玩家周围。
13 | > 注意:建议在 `20m` 以下。
--------------------------------------------------------------------------------
/src/zh/features/3.传送功能/0culi-teleport.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 神瞳传送
3 | icon: person-rays
4 | category:
5 | - Features
6 | tag:
7 | - 神瞳传送
8 | author: Double
9 | order: 1
10 | ---
11 |
12 | ## 神瞳传送:按下热键时,会将玩家传送到最近的神瞳位置。
13 |
14 | >注意:为了安全起见,在传送的等待 '15s'。
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/zh/features/3.传送功能/chest-teleport.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 宝箱传送
3 | icon: person-rays
4 | category:
5 | - Features
6 | tag:
7 | - 宝箱传送
8 | author: Double
9 | order: 2
10 | ---
11 |
12 | ## 宝箱传送:按下热键时,传送将玩家传送到最近的宝箱位置。
13 |
14 | >注意:为了安全起见,在传送的等待 '15s'。
--------------------------------------------------------------------------------
/src/zh/features/3.传送功能/custom-teleport.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自定义传送
3 | icon: person-rays
4 | category:
5 | - Features
6 | tag:
7 | - 自定义传送
8 | author: Double
9 | order: 3
10 | ---
11 |
12 | ## 自定义传送:允许玩家传送到由“.json”文件设计的选定位置。
13 | ### 插值速度:
14 | - 控制传送动画的速度,设置为“0.1”以避免出现问题。
15 | ### 自动传送:
16 | - 根据提供的`.json`文件的顺序自动进行电传。
17 | - 传送下一个:按下选定热键后,传送到下一个位置。
18 | - 传送上一个:按下选定热键后,传传到上一个位置。
19 | >注意:为了安全起见,建议设置在“15秒”以上。
20 |
21 | # 如何使用的教程 [点击这里](../../guide/custom-tp-setting.md)
22 |
23 |
--------------------------------------------------------------------------------
/src/zh/features/3.传送功能/map-teleport.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 地图传送
3 | icon: person-rays
4 | category:
5 | - Features
6 | tag:
7 | - 地图传送
8 | author: Double
9 | order: 4
10 | ---
11 |
12 | ## 地图传送:允许你传送到地图上的任何地方。
13 | - 要使用地图传送,你必须启用它,并选择你要使用的热键。热键一般是设置为T键。
14 | - 要传送时,请在打开地图的同时按住热键,然后点击要传送的位置。
15 | ### 快速传送:
16 | - 传送时不会进行地图加载。
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/zh/features/3.传送功能/quest-teleport.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 任务点传送
3 | icon: person-rays
4 | category:
5 | - Features
6 | tag:
7 | - 任务点传送
8 | author: Double
9 | order: 5
10 | ---
11 |
12 | ## 任务点传送:允许你传送到当前正在进行的任务位置。
13 | - 要使用此功能,你必须先点击V跟踪任务,然后单击任务传送热键。
14 | >注意:一般我们会将V键设置为热键。
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/animation-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 动画修改器
3 | icon: people-arrows
4 | category:
5 | - 功能
6 | tag:
7 | - 动画修改器
8 | author: Double
9 | order: 1
10 | ---
11 |
12 | ## 动画修改器:允许玩家将当前角色的动画更改为选定的动画。
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/camera-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 无限视距
3 | icon: camera
4 | category:
5 | - 功能
6 | tag:
7 | - 无限视距
8 | author: Double
9 | order: 2
10 | ---
11 |
12 | ## 无限视距:第一人称视距更改为所需值。
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/custom-profile.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自定义资料
3 | icon: users-gear
4 | category:
5 | - 功能
6 | tag:
7 | - 自定义资料
8 | author: Double
9 | order: 4
10 | ---
11 |
12 | ## 自定义配置文件:
13 | ### UID:
14 | - 选择要显示的UID。
15 | ### 昵称:
16 | - 选择要显示的昵称。
17 | ### 等级:
18 | - 选择要显示的等级。
19 | ### 冒险阅历:
20 | - 选择要显示的冒险阅历。
21 | ### 世界等级:
22 | - 选择要显示的世界等级。
23 | ### 头像:
24 | - 使用自定义png作为头像图像。
25 | ### 卡片图像:
26 | - 使用自定义png作为卡片图像.
27 | >注意:此功能只是更改你屏幕上面的显示,并不是游戏数据。
28 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/custom-weather.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自定义天气
3 | icon: cloud
4 | category:
5 | - 功能
6 | tag:
7 | - 自定义天气
8 | author: Double
9 | order: 5
10 | ---
11 |
12 | ## 自定义天气:可以选择你所喜欢的天气。
13 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/echo-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Echo Modifer
3 | icon: list
4 | category:
5 | - Features
6 | tag:
7 | - Echo Modifier
8 | author: Schvis
9 | order: 17
10 | ---
11 | ::: info PERTAMAX Only
12 | :::
13 |
14 | ## Echo Modifier allows the user to apply any Echo to any of their characters.
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/emotion-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 表情修改
3 | icon: face-smile
4 | category:
5 | - 功能
6 | tag:
7 | - 表情修改
8 | author: Double
9 | order: 6
10 | ---
11 |
12 | ## 表情修改:可以修改你所使用角色的表情。
13 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/extra-visual-settings.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 额外视觉
3 | icon: eye
4 | category:
5 | - 功能
6 | tag:
7 | - 额外视觉
8 | author: Double
9 | order: 7
10 | ---
11 |
12 | ## 额外视觉设置:
13 | ### 伽马值:
14 | - 允许您更改游戏的伽马值。伽马值就是色彩校正值,不明白可以百度或自己试试此功能。
15 | ### 轮廓宽度:
16 | - 允许您更改游戏中每个角色的轮廓。
17 | ### 抗锯齿:
18 | - 允许玩家更改要使用的抗锯齿模块,包括一些本机不可用的模块。
19 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/fake-time.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 伪装时间
3 | icon: clock
4 | category:
5 | - 功能
6 | tag:
7 | - 伪装时间
8 | author: Double
9 | order: 9
10 | ---
11 |
12 | ## 假时间:
13 | - 游戏时间、小时和分钟的变化。
14 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/flycloack-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 风之翼修改
3 | icon: arrows-rotate
4 | category:
5 | - 功能
6 | tag:
7 | - 风之翼修改
8 | author: Double
9 | order: 10
10 | ---
11 |
12 | ## 风之翼修改:可以修改风之翼,即使未用有的风之翼也可修改出来。
13 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/fps-unlock.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: FPS解锁
3 | icon: arrow-up-right-dots
4 | category:
5 | - 功能
6 | tag:
7 | - FPS解锁
8 | author: Double
9 | order: 8
10 | ---
11 |
12 | ## FPS解锁:可以解锁高帧率,60帧不再是上限。
13 | ### 限制后台FPS:
14 | - 设置游戏在未聚焦时可以达到的最高fps。
15 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/free-camera.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自由相机
3 | icon: camera-rotate
4 | category:
5 | - 功能
6 | tag:
7 | - 自由相机
8 | author: Double
9 | order: 11
10 | ---
11 |
12 | ## 自由相机:
13 | - 在不锁定角色的情况下自由移动相机。
14 | ### 冻结角色动画:
15 | - 冻结角色动画。
16 | ### 隐藏角色:
17 | - 使角色不可见。
18 | ### 阻止用户输入:
19 | - 阻止用户输入,因此角色在移动相机时不会移动。
20 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/hide-ui.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 隐藏界面
3 | icon: square
4 | category:
5 | - 功能
6 | tag:
7 | - 隐藏界面
8 | author: Double
9 | order: 12
10 | ---
11 | ## 隐藏界面:
12 | - 完全隐藏玩家用户界面。
13 | ### 隐藏Ping:
14 | - 仅隐藏ping。
15 | ### 隐藏血条形图:
16 | - 仅隐藏当前角色HP栏。
17 | ### 隐藏团队生命值栏:
18 | - 仅在角色选项卡上隐藏团队hp栏。
19 |
20 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/map-zoom.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 地图缩放
3 | icon: map
4 | category:
5 | - 功能
6 | tag:
7 | - 地图缩放
8 | author: Double
9 | order: 13
10 | ---
11 |
12 | ## 地图缩放:修改缩放值,可以在打开地图时将地图缩放到任意大小,没用限制。
13 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/monster-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 怪物替换
3 | icon: arrows-rotate
4 | category:
5 | - 功能
6 | tag:
7 | - 怪物替换
8 | author: Double
9 | order: 13
10 | ---
11 |
12 | ## 怪物替换:
13 | - 启用后,所有新渲染的怪物将在视觉上更改为选定的怪物。
14 | ### 排除动物:
15 | - 启用后禁止更换动物。
16 | ### 自定义怪物ID:
17 | - 使用特定ID替换怪物。
18 | ### 随机化怪物:
19 | - 变化将是随机的。
20 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/others.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 其他
3 | icon: layer-group
4 | category:
5 | - 功能
6 | tag:
7 | - 其他
8 | author: Double
9 | order: 16
10 | ---
11 |
12 | ## 其他功能:
13 | ### 显示宝箱指示器
14 | ### 反虚化
15 | ### 无黑屏
16 | ### 去雾(去除地图雾气)
17 | ### 去草
18 | ### 地图黑色区域去除
19 | ### 派梦跟随
20 | ### 海豚跳
21 | ### GM图标
22 | ### 菜单解锁器
23 | ### 无相机模糊
24 | ### 无相机抖动
25 | ### 无足迹
26 | ### 无元素爆发动画
27 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/skin-modifier.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 皮肤修改器
3 | icon: list
4 | category:
5 | - 功能
6 | tag:
7 | - 皮肤修改器
8 | author: Double
9 | order: 14
10 | ---
11 |
12 | ## 皮肤修改器:免费使用角色付费皮肤。
13 |
--------------------------------------------------------------------------------
/src/zh/features/4.视图功能/texture-changer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 纹理转换器
3 | icon: list
4 | category:
5 | - 功能
6 | tag:
7 | - 纹理转换器
8 | author: Double
9 | order: 15
10 | ---
11 |
12 | ---
13 | ## 纹理转换器:允许将角色部分修改到提供的.png文件。
14 | # 一般我们都使用3dm修改,此功能用处不大。
--------------------------------------------------------------------------------
/src/zh/features/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 功能列表
3 | icon: "book"
4 | category:
5 | - 功能
6 | tag:
7 | - 开始
8 | author: Double
9 | ---
10 |
11 | # 功能列表
12 | ## 在下面的部分中,你可以按类别划分找到相应的功能列表,以及示例视频和推荐。
13 |
14 | ## 视频待更新中!
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/zh/guide/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 指南
3 | icon: circle-info
4 | category:
5 | - 指南
6 | tag:
7 | - 开始
8 | author: Micah
9 | ---
10 | - [使用教程](key-use.md)
11 | - [如何多开Korepi](Multi-korepi.md)
12 | - [配置文件的切换](config-change.md)
13 | - [自定义传送的使用指南](custom-tp-setting.md)
14 | - [esp调配设置](esp-setting.md)
15 | - [Korepi与3DM同时运行教程](3DM-tutorial.md)
16 | - [危险功能](danger-function.md)
17 |
--------------------------------------------------------------------------------
/src/zh/guide/config-change.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 配置文件的切换与绑定
3 | icon: gear
4 | category:
5 | - 指南
6 | tag:
7 | - 开始
8 | - 配置文件
9 | - 教程
10 | author: Micah
11 | order: 4
12 | ---
13 |
14 | # 配置文件的切换与绑定
15 |
16 | ## 配置文件的切换
17 |
18 | 配置文件的切换 开启辅助后在功能界面的左上方切换配置(默认配置是 A,您应该可以找到 A 这个字母)
19 |
20 | 
21 |
22 | ## 配置文件的绑定
23 | 如果您不想每一次上号都进行一次切换配置,那么您可以对配置文件进行绑定
24 | 
25 |
--------------------------------------------------------------------------------
/src/zh/guide/custom-tp-setting.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 自定义传送的使用指南
3 | icon: bicycle
4 | category:
5 | - 指南
6 | tag:
7 | - 开始
8 | - 教程
9 | author: Micah
10 | order: 5
11 | ---
12 | # 自定义传送
13 | ## 自定义传送介绍
14 | - 可以自定义设置你想传送的地点,并且可以定时,快速切换,智能排序地点
15 | - 比如,你可以设定传送到每一个神瞳的地点然后自动拾取
16 |
17 |
18 | ## 功能介绍
19 | 
20 | 
21 |
22 |
23 | ## 传送文件地址获取
24 | - 社区分享
25 | - [传送文件地址](https://discord.com/channels/1069057220802781265/1129339670447263755)
26 |
27 |
--------------------------------------------------------------------------------
/src/zh/guide/danger-function.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 危险功能
3 | icon: skull
4 | category:
5 | - 指南
6 | tag:
7 | - 开始
8 | - 教程
9 | author: Double
10 | order: 8
11 | ---
12 | ---
13 | # 玩家功能
14 | ---
15 | - [远程工具]
16 | - 自定义对话
17 | - 生成 工具
18 | ---
19 | # 世界功能
20 | ---
21 | [自动对话]
22 | - 自动对话
23 | - 跳过对话
24 | ---
25 | - [全局加速]
26 | - [杀戮光环]
27 | - [掉落物吸附]
28 | ---
29 | # 传送功能
30 | ::: danger 传送功能在版本末期基本上属于高危功能之一
31 | :::
32 | ---
33 | # 视图功能
34 | [命座修改]
35 | ---
--------------------------------------------------------------------------------
/src/zh/guide/esp-setting.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: esp调配设置
3 | icon: bomb
4 | category:
5 | - 指南
6 | tag:
7 | - 开始
8 | - 教程
9 | author: Micah
10 | order: 6
11 | ---
12 |
13 | # esp介绍
14 | - 可以通过各种方式定位并绘制到你面前矩阵的物品`(可设置)`
15 |
16 |
17 | 
18 | # 待补充
19 |
--------------------------------------------------------------------------------
/src/zh/guide/images/3dm-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/3dm-2.png
--------------------------------------------------------------------------------
/src/zh/guide/images/3dm-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/3dm-3.png
--------------------------------------------------------------------------------
/src/zh/guide/images/3dm-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/3dm-4.png
--------------------------------------------------------------------------------
/src/zh/guide/images/3dm-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/3dm-5.png
--------------------------------------------------------------------------------
/src/zh/guide/images/3dm-6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/3dm-6.png
--------------------------------------------------------------------------------
/src/zh/guide/images/3dm-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/3dm-7.png
--------------------------------------------------------------------------------
/src/zh/guide/images/3dm-8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/3dm-8.png
--------------------------------------------------------------------------------
/src/zh/guide/images/3dm-9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/3dm-9.png
--------------------------------------------------------------------------------
/src/zh/guide/images/F-auth.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/F-auth.png
--------------------------------------------------------------------------------
/src/zh/guide/images/V-auth.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/V-auth.png
--------------------------------------------------------------------------------
/src/zh/guide/images/config-change-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/config-change-1.png
--------------------------------------------------------------------------------
/src/zh/guide/images/config-change-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/config-change-2.png
--------------------------------------------------------------------------------
/src/zh/guide/images/custom-tp-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/custom-tp-1.png
--------------------------------------------------------------------------------
/src/zh/guide/images/custom-tp-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/custom-tp-2.png
--------------------------------------------------------------------------------
/src/zh/guide/images/esp-change.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/esp-change.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-1.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-10.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-11.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-12.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-13.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-14.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-15.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-16.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-2.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-3.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-4.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-5.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-6.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-7.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-8.png
--------------------------------------------------------------------------------
/src/zh/guide/images/verify-9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/verify-9.png
--------------------------------------------------------------------------------
/src/zh/guide/images/验证.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/guide/images/验证.png
--------------------------------------------------------------------------------
/src/zh/others/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 其他
3 | icon: book
4 | category:
5 | - 其他
6 | tag:
7 | - 其他
8 | author: Micah
9 | ---
10 |
11 | ## 目录
12 |
13 | - [机场推荐](ap.md)
14 | - [使用技巧](skill.md)
15 |
16 |
--------------------------------------------------------------------------------
/src/zh/others/image/sponsor-skill-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/others/image/sponsor-skill-1.png
--------------------------------------------------------------------------------
/src/zh/others/image/sponsor-skill-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/others/image/sponsor-skill-2.png
--------------------------------------------------------------------------------
/src/zh/others/image/sponsor-skill-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/others/image/sponsor-skill-3.png
--------------------------------------------------------------------------------
/src/zh/others/skill.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 使用技巧
3 | icon: gift
4 | category:
5 | - 其他
6 | tag:
7 | - 使用技巧
8 | author: Double
9 | order: 2
10 | ---
11 |
12 | ### sponsor使用元素光环平替杀戮光环技巧
13 | ---
14 | - 原理为通过元素光环让怪物附着元素 触发注入元素V2的连续闪爆
15 | - 元素反应不长眼 不想被草核炸死 灼烧烧死就开无敌
16 | >玩家角色最好别出手 就让他自己炸 免得报错,BOSS可以适当出手
17 |
18 | 
19 | 
20 | 
21 | :::tip 一般作用于物体必须是风,不然容易异常。
22 | :::
--------------------------------------------------------------------------------
/src/zh/start/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 开始
3 | icon: circle-info
4 | category:
5 | - 指南
6 | tag:
7 | - 开始
8 | author: QweRez
9 | ---
10 |
11 | ## 目录
12 |
13 | - [加入服务器](join.md)
14 | - [验证](verify.md)
15 | - [下载](download.md)
16 | - [如何设置Korepi中文](setting-language-zh.md)
17 | - [Korepi中文公告](news.md)
18 | - [korepi购买网址](buy-korpei.md)
--------------------------------------------------------------------------------
/src/zh/start/buy-korpei.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 如何购买Korepi
3 | icon: shop
4 | category:
5 | - 指南
6 | tag:
7 | - 购买
8 | author: Double
9 | order: 9
10 | ---
11 |
12 | ### 寻找[🔑|buy-pertamax](https://discord.com/channels/1069057220802781265/1204755981834129439)频道,点击进入即可。里面有代理商的售卖,可根据相应地区购买卡密。
13 | ### 目前中国区售卖者的小店链接:
14 |
15 | 1. [Micah小店链接]( https://fk.535888.xyz/)
16 | 2. [清桧小店链接](https://c.fakamiao.com/shopDetail/195)
17 | 3. [九月小店链接](https://c.fakamiao.com/shopDetail/591)
18 | 4. [小店链接](https://yna.imiku.net/?)
19 |
20 | ### 如有代理商想挂代理小店链接可联系Double,写入文档,或自己写入。
--------------------------------------------------------------------------------
/src/zh/start/images/Verify-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/Verify-1.png
--------------------------------------------------------------------------------
/src/zh/start/images/Verify-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/Verify-2.png
--------------------------------------------------------------------------------
/src/zh/start/images/Verify-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/Verify-3.png
--------------------------------------------------------------------------------
/src/zh/start/images/image-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/image-1.png
--------------------------------------------------------------------------------
/src/zh/start/images/image-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/image-2.png
--------------------------------------------------------------------------------
/src/zh/start/images/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/image.png
--------------------------------------------------------------------------------
/src/zh/start/images/img.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/img.png
--------------------------------------------------------------------------------
/src/zh/start/images/key-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/key-1.png
--------------------------------------------------------------------------------
/src/zh/start/images/key-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/key-2.png
--------------------------------------------------------------------------------
/src/zh/start/images/key-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/key-3.png
--------------------------------------------------------------------------------
/src/zh/start/images/micah-sign-bot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/micah-sign-bot.png
--------------------------------------------------------------------------------
/src/zh/start/images/setting-language-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/setting-language-1.png
--------------------------------------------------------------------------------
/src/zh/start/images/setting-language-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/setting-language-2.png
--------------------------------------------------------------------------------
/src/zh/start/images/sign-in-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/sign-in-1.png
--------------------------------------------------------------------------------
/src/zh/start/images/sign-in-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/sign-in-2.png
--------------------------------------------------------------------------------
/src/zh/start/images/sign-in-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/sign-in-3.png
--------------------------------------------------------------------------------
/src/zh/start/images/sign-in-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/sign-in-4.png
--------------------------------------------------------------------------------
/src/zh/start/images/sign-in-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Korepi/korepi-docs/b6e4564c78e3b7eb36b3288c335376bd129d7f92/src/zh/start/images/sign-in-5.png
--------------------------------------------------------------------------------
/src/zh/start/news.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Korepi中文公告
3 | icon: envelope
4 | category:
5 | - 指南
6 | tag:
7 | - 公告
8 | author: Double
9 | order: 9
10 | ---
11 |
12 | ## Korepi中文公告
13 | 1.找到频道中的频道和身分组,选择点击Chinese pings。
14 |
15 | 2.找到Korepi中文公告频道,即可获取Korepi中文公告信息。
16 |
--------------------------------------------------------------------------------
/src/zh/start/setting-language-zh.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 如何设置Korepi中文
3 | icon: language
4 | category:
5 | - 指南
6 | tag:
7 | - 语言
8 | author: Double
9 | order: 8
10 | ---
11 |
12 |
13 | ## 1.打开korepi,进入游戏后。
14 |
15 | ---
16 |
17 | ## 2.按下键盘tab键。
18 |
19 | ---
20 |
21 | ## 3.下拉菜单栏,找到setting,点击other。如下图:
22 | 
23 | ---
24 | ## 4.找到language,点击切换到Simplified Chinese。
25 | 
--------------------------------------------------------------------------------
/src/zh/troubleshoot/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 错误列表
3 | icon: book
4 | category:
5 | - Troubleshoot
6 | tag:
7 | - Start
8 | author: Schvis
9 | ---
10 |
11 | ## 目录
12 |
13 | - [问题解答](faq.md)
14 |
15 | - [常见错误列表](faq-error.md)
16 |
17 | - [如何解决错误 31-4302](31-4302.md)
18 |
--------------------------------------------------------------------------------