Difference between revisions of "XKore"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 31: Line 31:
 
|-
 
|-
 
! 2
 
! 2
| Plain old Kore additionally acts as a custom server for the game client.
+
| '''Server''': Plain old Kore additionally acts as a custom server for the game client.
 
|
 
|
 
* required, connects to the server
 
* required, connects to the server
Line 41: Line 41:
 
| [[File:XKore 2.png]]
 
| [[File:XKore 2.png]]
 
|-
 
|-
! Proxy
+
! 3
| Kore acts as a proxy between the client and the server.
+
| '''Proxy''': Kore acts as a proxy between the client and the server.
 
|
 
|
 
* required
 
* required
Line 58: Line 58:
 
* It makes a sense to disable [[secureAdminPassword]], due to adminPassword being used to log in.
 
* It makes a sense to disable [[secureAdminPassword]], due to adminPassword being used to log in.
  
== XKore Proxy ==
+
== XKore 3 ==
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:XKore]]
 
[[Category:XKore]]

Revision as of 00:42, 15 December 2011

XKore <value>
Game client-reliant botting.
Value Description Kore Game Client Diagram
0 Plain old Kore.
  • required
  • connects to the server
  • unused
XKore 0.png
1 Kore hooks onto client's connection with the server using NetRedirect.dll.
  • optional
  • hooks onto the client
  • can be closed anytime
  • required
  • connects to the server
XKore 1.png
2 Server: Plain old Kore additionally acts as a custom server for the game client.
  • required, connects to the server
XKore 2.png
3 Proxy: Kore acts as a proxy between the client and the server.
  • required

XKore 1

  • Kore will only start functioning when you connect or reconnect after Kore starts.

XKore 2

  • When using multiple Kores simultaneously, the following options should be enabled in maximum of one Kore: autoTalkCont. Otherwise you may experience problems like disconnects.
  • It makes a sense to disable secureAdminPassword, due to adminPassword being used to log in.

XKore 3