project/Index/MainLinks: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with '__NOTOC__  = Iniciando no OpenKore= {|class="indextable" !Eu jogo no bRO !Eu jogo em servidores privados |- | * Faça download via Tortoise SVN '''ou'''…' | Tag: Undo | ||
| (76 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| =  | = Starting with OpenKore= | ||
| {|class="indextable" | {|class="indextable" | ||
| ! | !I play to bot on official servers | ||
| ! | !I play to bot on private servers | ||
| |- | |- | ||
| | | | | ||
| *  | * Download through [[TortoiseSVN_Guide|Tortoise SVN]] '''or''' [http://collectskin.com/openkore/ HTTP (Browser)] | ||
| * [[ | * [[How_to_run_OpenKore|Install a Perl interpreter to be able to run OpenKore]] | ||
| *  | * Configure a [[Poseidon|Poseidon Server]], if the server uses [http://global.nprotect.com/product/gg.php GameGuard] | ||
| **  | ** You can run the Poseidon on a separate machine using [[Poseidon Remote]] | ||
| **  | ** If you use Windows 7 you must setup a [[Poseidon_Server_and_Virtual_Machines|Virtual Machine]] | ||
| *  | * Run OpenKore using '''start.exe''' or '''openkore.pl'''. | ||
| | | | | ||
| *  | * Download through [[TortoiseSVN_Guide|Tortoise SVN]] '''or''' [http://collectskin.com/openkore/ HTTP (Browser)] | ||
| *  | * [[How_to_run_OpenKore|Install a Perl interpreter to be able to run OpenKore]] | ||
| ** [[ | * Check the [[Unsupported servers|list of collected private server settings]]. '''Did not find your server?''' Read the guides: | ||
| ** [[ServerType| | ** [[Connectivity_Guide|Extracting data from the server]] | ||
| ** [[ | ** [[ServerType|Configuring serverType]] | ||
| *  | ** [[Packet_Length_Extractor|Extracting recvpackets]] | ||
| * If the server uses ASCII protection, [http://forums.openkore.com/viewtopic.php?f=34&t=575 read this topic] | |||
| * Run OpenKore using '''start.exe''' or '''openkore.pl'''. | |||
| |- | |- | ||
| !colspan="2"| | !colspan="2"|Having trouble connecting or running your bot? | ||
| |- | |- | ||
| |colspan="2"| | |colspan="2"| | ||
| *  | * Read the [[Frequently_Asked_Questions|FAQ]]. | ||
| *  | * Get help from other users from the [http://forums.openkore.com/ international forum], [http://forums.openkore-brasil.com/ Brazilian forum] or [http://rofan.ru/ Russian forum]. | ||
| |} | |} | ||
| =  | = Configuring your bot = | ||
| {|class="indextable" | {|class="indextable" | ||
| ! | !Quick Settings | ||
| |- | |- | ||
| | | | | ||
| *  | * What kind of bot you want? | ||
| ** [[ | ** [[Configure_a_hunting_bot|Configure a hunter bot]] - Rogues, Knights, etc. | ||
| ** [[ | ** [[Configure_a_support_bot|Configure a support bot]] - Priests, etc. | ||
| ** [[ | ** [[Configure_a_vending_bot|Configure a vending bot]] | ||
| *  | * Other [[:Category:Examples_of_configurations|examples of configurations]]. | ||
| |} | |} | ||
| =  | = Customizing your settings = | ||
| {|class="indextable" | {|class="indextable" | ||
| ! | ![[:Category:control|Folder Control]] | ||
| ! Plugins | ! Plugins | ||
| |- | |- | ||
| |rowspan="3"| | |rowspan="3"| | ||
| * [[:Category: | * [[:Category:config.txt|config.txt]] - Main configurations | ||
| * [[: | ** [[:Category:Self Condition|Self]] conditions | ||
| ** [[:Category: | ** Target [[:Category:Monster Condition|monster]] and [[:Category:Player Condition|player]] conditions | ||
| ** [[:Category: | ** [[:Category:Skill Use Condition|Skill use]] conditions | ||
| * [[items_control.txt]] -  | ** [[:Category:config_block|Config block]] - Actions to be automatically executed in specific conditions | ||
| * [[mon_control.txt]] -  | ** [[:Category:Examples of configurations|Examples of configurations]] | ||
| * [[pickupitems.txt]] -  | * [[items_control.txt]] - Configurations to manange your items | ||
| * [[priority.txt]] -  | * [[mon_control.txt]] - Configurations related to monsters | ||
| * [[routeweights.txt]] -  | * [[pickupitems.txt]] - Prioritize specific items | ||
| * [[shop.txt]] -  | * [[priority.txt]] - Prioritize specific monsters | ||
| * [[sys.txt]] -  | * [[routeweights.txt]] - Prioritize specific maps | ||
| * [[timeouts.txt]] -  | * [[shop.txt]] - Shop configurations | ||
| * [[sys.txt]] - Low level configurations | |||
| * [[timeouts.txt]] - Time configurations for specific actions | |||
| | | | | ||
| * [[:Category:Plugins| | * [[:Category:Plugins|How to get, use, create; Specific plugin docs]] | ||
| *  | * [[macro plugin]] | ||
| * [[Installing Modules]] - Required for the functioning of some plugins | |||
| |-   | |-   | ||
| ! | !Other articles | ||
| |- | |- | ||
| | | | | ||
| * [[: | * [[:Category:Console_Command|Console Commands]] - Commands used in the console of OpenKore | ||
| * [[ | * [[References]] -  Instructions and explanations of the syntax used in settings | ||
| *  | * [[Overview]] - All functions and settings in OpenKore | ||
| * [[Interfaces]] -  | * [[autoUpdater_(deprecated)|Update OpenKore if necessary]] | ||
| * [[ | * [[:Category:Interfaces|Interfaces]] - Explanation of the different interfaces used at OpenKore | ||
| * [[ | * [[Run_multiple_bots_from_the_same_.exe|Run multiple bots from the same .exe]] | ||
| * [[XKore| | * [[Command_Line_Arguments|Command Line Arguments]] | ||
| * [[XKore|Visual Mode]] - See your bot moving ingame (Currently not working on some servers to safely) | |||
| |} | |} | ||
| =  | = Want to improve OpenKore?= | ||
| {|class="indextable" | {|class="indextable" | ||
| ! | !Development | ||
| ! | !Perl Reference | ||
| |- | |- | ||
| | | | | ||
| * [[ | * [[Patches Welcome|Modifying and sharing modded OpenKore]] | ||
| * [[ | * [[Roadmap]] | ||
| * [[ | * [[Packets|Packets (report on unknown packets)]] | ||
| * [[ | * [[How to write plugins for OpenKore]] | ||
| * [[ | * [[Development Conventions]] - Style guides to write code, tips, etc. | ||
| * [[ | * [[Network subsystem]] - ServerTypes, etc | ||
| * [[: | * [[bus|Bus subsystem]] - Linking several bots | ||
| * [http://forums.openkore.com/viewtopic.php?f=36&t=18053 Current Developments] | |||
| * [[:Category:Feature Request|Feature Requests and TODOs]] | |||
| | | | | ||
| * [http:// | * [http://qntm.org/files/perl/perl.html Perl in about 2 hours 30 minutes] | ||
| * [http:// | * [http://www.greglondon.com/iperl/index.htm Impatient Perl: if you need to learn Perl NOW] | ||
| * [http:// | * [http://hop.perl.plover.com/ Higher-Order Perl: functional programming techniques] | ||
| |} | |} | ||
Latest revision as of 17:02, 30 November 2024
Starting with OpenKore
| I play to bot on official servers | I play to bot on private servers | 
|---|---|
| 
 | 
 | 
| Having trouble connecting or running your bot? | |
| 
 | |
Configuring your bot
| Quick Settings | 
|---|
| 
 | 
Customizing your settings
| Folder Control | Plugins | 
|---|---|
| 
 | 
 | 
| Other articles | |
| 
 | 
Want to improve OpenKore?
| Development | Perl Reference | 
|---|---|
| 
 |