Difference between revisions of "Main Page"

From OpenKore Wiki
Jump to navigation Jump to search
(remove 'index.php?title=')
m (4epT moved page main Page to Main Page over a redirect without leaving a redirect)
 
(88 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{|width="100%" style="table-layout:fixed; text-align:center;"
+
<div style="background:red;color:white;font-weight:bold;margin:1em 5em;padding:1.5em;border-radius:0.3em;text-align:center">!!!!WARNING!!!!<br />We, the OpenKore development team, DO NOT SELL OpenKore. We encourage people putting in efforts to this project and redistributing it to people. However, if you think you have purchased an identical piece of our free-of-charge version, we encourage you to contact the seller to claim your money back if necessary.</div>
| [[File:Home.png|link=http://openkore.com/]]
 
[http://openkore.com/ Community]
 
| [[File:Irc.png|link=irc://irc.openkore.com/openkore]]
 
[irc://irc.openkore.com/openkore IRC chat]
 
| [[File:Help.png|link=Manual]]
 
[[Manual]]
 
| [[File:Downloads.png|link=Links]]
 
[[Links]]
 
| [[File:Development.png|link=http://openkore.svn.sourceforge.net/]]
 
[https://openkore.svn.sourceforge.net/svnroot/openkore/ SVN repository]
 
<span style="font-size:smaller;">[http://openkore.svn.sourceforge.net/ Browser]</span>
 
| [[File:Bugtracker.png|link=http://bugtracker.openkore.com/]]
 
[http://bugtracker.openkore.com/ Bugtracker]
 
| [[File:Credits.png|link=OpenKore]]
 
[[OpenKore|About OpenKore]]
 
|}
 
  
* [[Quick Start Guide]] - obtaining, installing and running OpenKore
+
<div style="background:red;color:white;font-weight:bold;margin:1em 5em;padding:1.5em;border-radius:0.3em;text-align:center">We, the OpenKore development team, do not responsible for any form of attack to any official or private Ragnarok Online server. OpenKore is built for enjoying the game with the alternative client on top of automation. It is designed to simulate a normal player behaviour and does not use any particular method that can harm the server or any player.</div>
* [[Connectivity Guide]] - how to configure connection to your server
 
* [[Overview]] of console commands and configuration options
 
* [[References]]
 
* [[Frequently Asked Questions]]
 
  
== Current Wiki TODO's ==
+
{{Template:Index/Menu}}
  
* '''If you find here something wrong, inexact or missing - edit it to share with others''' ''(to edit any page, use "edit" button in your browser or on top of page)''.
+
{{Template:Index/MainLinks}}
* complete [[:Category:config.txt|config.txt]] pages that are conform with [[char]] and add appropriate categories (ex. [[:Category:Connection]] for [[char]]) from [http://web.archive.org/web/20080730033657/www.openkore.com/wiki/index.php/Category:Config old manual] and [http://hakore.bot.nu/openkore/manual/view.php?p=config.txt# older manual]
+
 
* complete, comment and format [[Overview]] page to make it like an universal answer to questions howtodosomething
+
{{Template:Current Wiki TODO's}}
* remove 'index.php?title=' from wiki view URLs
 
In the LocalSettings.php file add the following code:
 
$wgScriptPath      = "/wiki";
 
$wgScript          = "$wgScriptPath/index.php";
 
$wgRedirectScript  = "$wgScriptPath/redirect.php";
 
$wgArticlePath      = "$wgScriptPath/$1";
 
 
In the root directory of the site create a file whose name ends. htaccess with the following contents:
 
RewriteEngine on
 
RewriteCond %{REQUEST_FILENAME} !-f
 
RewriteCond %{REQUEST_FILENAME} !-d
 
RewriteRule ^(.+)$ /wiki/index.php?title=$1 [L,QSA]
 
example [http://ragbot.ru/wiki/config http://ragbot.ru/wiki/config]
 
* bug reporting guide? Can be built in FAQ
 
* wiki as a place for macro/plugin/configuration howtos/examples/sharing?
 
* Where is [[XKore Guide]]?
 
* commands discussion: [[Category_talk:Console_Command]]
 

Latest revision as of 23:16, 3 May 2021

!!!!WARNING!!!!
We, the OpenKore development team, DO NOT SELL OpenKore. We encourage people putting in efforts to this project and redistributing it to people. However, if you think you have purchased an identical piece of our free-of-charge version, we encourage you to contact the seller to claim your money back if necessary.
We, the OpenKore development team, do not responsible for any form of attack to any official or private Ragnarok Online server. OpenKore is built for enjoying the game with the alternative client on top of automation. It is designed to simulate a normal player behaviour and does not use any particular method that can harm the server or any player.
OpenKore — Custom Ragnarok Online client. Download latest ready-to-use revision.
Home.png

Forums

Bug Reports

Irc.png

IRC

Web

Help.png

Manual

Downloads.png

Links

Development.png

Source Code

Credits.png

About OpenKore


Starting with OpenKore

I want to bot on official servers I want to bot on private servers
Status of botting on Official Servers
Server Code Description Vendor Protection Supporter Status
aRO Asia RO GNJoy CheatDefender N/A Not botable
bRO Brazil RO WarpPortal Brazil EAC N/A Not botable
cRO China RO Qiquanwl/GNJoy? nProtect alisonrag Botable
euRO Europe RO (Classic) 4Games Frost Security ya4ept Not botable
euRO Prime Europe RO (Renewal, like Transcendence) 4Games Frost Security N/A Not botable
iRO Renewal International RO (Renewal) WarpPortal USA EAC N/A Not botable
idRO Indonesia RO GNJoy EAC N/A Not botable
idRO-Retro Indonesia RO (Retro) GNJoy EAC N/A Not botable
jRO Japan RO GungHo nProtect N/A Need Verification
kRO Korea RO GNJoy nProtect alisonrag Botable
kRO-Zero Korea RO Zero GNJoy nProtect alisonrag Botable
ruRO Prime Russia RO (Renewal, like Transcendence) 4Games Frost Security ya4ept Not botable
tRO Thailand RO GNJoy EAC N/A Not botable
tRO-Classic Thailand RO (Classic) GNJoy EAC N/A Not botable
twRO Taiwan RO GNJoy CheatDefender N/A Not botable
vRO Vietnam RO VTCgame nProtect N/A Not botable

Obs: Sometimes "Not botable", don't mean that openkore don't have support to the server, in some cases you need to bypass the anti-cheat to make it work

Having trouble connecting or running your bot?

Configuring your bot

Quick Settings

Customizing your settings

Configuration Files Plugins
Other articles

Want to improve OpenKore?

Development Perl Reference

Current Wiki TODO's