Difference between revisions of "Main Page"

From OpenKore Wiki
Jump to navigation Jump to search
m
m (4epT moved page main Page to Main Page over a redirect without leaving a redirect)
 
(55 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
+
<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>
  
<div style="text-align:center;">OpenKore — Custom Ragnarok Online client</div>
+
<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>
  
{|width="100%" style="table-layout:fixed; text-align:center;"
+
{{Template:Index/Menu}}
| [[File:Home.png|link=http://openkore.com/]]
 
[http://openkore.com/ Forums]
 
| [[File:Irc.png|link=irc://irc.openkore.com/openkore]]
 
[irc://irc.openkore.com/openkore IRC]
 
| [[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/ Subversion]
 
| [[File:Bugtracker.png|link=http://bugtracker.openkore.com/]]
 
[http://bugtracker.openkore.com/ Bugtracker]
 
| [[File:Credits.png|link=OpenKore]]
 
[[OpenKore|About OpenKore]]
 
|}
 
  
{|width="100%" style="table-layout:fixed;"
+
{{Template:Index/MainLinks}}
|style="vertical-align:top;"|
 
  
== Guides ==
+
{{Template:Current Wiki TODO's}}
* [[Quick Start Guide|Quick start: obtain, install, run]]
 
** [http://sourceforge.net/projects/openkore/files/ Download stable (release)]
 
** [http://openkore.collectskin.com/ Download trunk (latest)]
 
** [http://misc.openkore.com/ Download Windows binaries]
 
* [[Connectivity Guide|Configure connection]]
 
** [[serverType|Configure serverType]]
 
** [[Packet Length Extractor|Configure recvpackets.txt]]
 
* '''[[Frequently Asked Questions]]'''
 
* [[Overview|Quick command and configuration overview]]
 
* [[References|References — concepts shared between other features]]
 
* [[Poseidon|Poseidon — GameGuard and HackShield solution]]
 
* [[How to run Openkore|Command line arguments; Compilation]]
 
'''Advanced'''
 
* [[Run multiple bots from the same .exe]]
 
 
 
|style="vertical-align:top;"|
 
 
 
== References ==
 
* [[:Category:Console Command|Console commands]]
 
'''[[:Category:control|control]]'''
 
* [[config.txt]]
 
** [[:Category:Self Condition|Self]] conditions
 
** Target [[:Category:Monster Condition|monster]] and [[:Category:Player Condition|player]] conditions
 
** [[:Category:Skill Use Condition|Skill use]] conditions
 
* [[items_control.txt|items_control — inventory/storage/cart behaviour]]
 
* [[mon_control.txt|mon_control — specific monsters behavior]]
 
* [[pickupitems.txt|pickupitems — specific loots behavior]]
 
* [[shop.txt|shop — Vending list]]
 
* [[sys.txt]]
 
'''plugins'''
 
* [[:Category:Plugins|How to get, use, create; Specific plugin docs]]
 
 
 
|}
 
 
 
{|width="100%" style="table-layout:fixed;"
 
|style="vertical-align:top;"|
 
 
 
== Development ==
 
 
 
* [https://openkore.svn.sourceforge.net/svnroot/openkore/ Subversion Repository]
 
** [http://openkore.svn.sourceforge.net/ Browser]
 
** [http://cia.vc/stats/project/openkore Commit Log @cia.vc]
 
** [[Repository Structure]]
 
* [[Roadmap]]
 
* [[:Category:New Feature|New Features since last release]]
 
* [[:Category:Work in Progress|Current Developments]]
 
* [[:Category:Feature Request|Feature Requests and TODOs]]
 
 
 
|style="vertical-align:top;"|
 
 
 
== Developer Documentation ==
 
 
 
* [[Debugging]]
 
* [[bus|Bus System]]
 
* [[Porting plugins from OpenKore 1.6 to 2.0.1 and higher]]
 
 
 
|}
 
 
 
== Current Wiki TODO's ==
 
 
 
* [[OpenKore]] and [[Template:OpenKore Contributors]] need some updating (preferably without breaking the wonderful story from VCL? Can someone who has been around community long enough write a follow-up and update contributors page? Also, add yourselves if you're not here)
 
* 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]
 
* 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]]
 
* Config.txt options: [[loginPinCode]], [[repairAuto_list]].
 
* config.txt general block option: [[label]]
 
* Console command [[quest]] '''info'''.
 
* redirect http://openkore.sourceforge.net/manual/ to this wiki
 
* Track down orphan pages and link the appropriately, esp to main page
 
* Redo main page so it looks more like irowiki.org; reorganizing pages into different categories and adding overview/introduction pages to each category
 
* Write 'foundation pages' for wiki such as [[Help:Editing]] which will contain tutorial with information such as manual of style, links to wiki markup explanations.
 
* Organization of pages should refer to [http://irowiki.org irowiki.org], [http://wiki.openttd.org/ OpenTTD wiki]
 
* disable forced uppercase for page titles
 
* 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]
 
 
 
=== Deletion list ===
 

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