Search found 6 matches

by Empyrium
13 Jun 2011, 17:00
Forum: Resolved Questions
Topic: Disable all AI
Replies: 2
Views: 2716

Re: Disable all AI

Ha, sounds perfect! I only looked at the settings...

Thanks!
by Empyrium
13 Jun 2011, 15:28
Forum: Resolved Questions
Topic: Disable all AI
Replies: 2
Views: 2716

Disable all AI

Hey, is there a simple way to disable all kinds of AI in the config? I want to use Kore in XKore proxy mode and it should do nothing by itself. My plugin should be the only part to take action. And maybe I should be able to issue manual commands to Kore but that's not a must. Is there a simple way f...
by Empyrium
13 Jun 2011, 15:22
Forum: Resolved Questions
Topic: serverType in config.txt and servers.txt
Replies: 3
Views: 3408

Re: serverType in config.txt and servers.txt

Okay, thanks. When you say 'manual' do you mean the wiki? Also, the wiki doesn't document serverType for config.txt in http://www.openkore.com/index.php?title ... xRouteTime

I think it would help to mention it there for added clarity.
by Empyrium
13 Jun 2011, 14:17
Forum: Resolved Questions
Topic: serverType in config.txt and servers.txt
Replies: 3
Views: 3408

serverType in config.txt and servers.txt

Hello,

I'm a bit confused. I'm able to configure a serverType for each master server in servers.txt but I can also configure one in config.txt. Should I set both to the same value? Are they used for different things? Does one of them have higher priority?

Thanks in advance!
by Empyrium
13 Jun 2011, 08:39
Forum: Developers Corner
Topic: XKore Proxy mode and sync packets
Replies: 3
Views: 2896

Re: XKore Proxy mode and sync packets

I fear it could be possible to detect OpenKore since there are no syncs coming from the client.
by Empyrium
13 Jun 2011, 07:25
Forum: Developers Corner
Topic: XKore Proxy mode and sync packets
Replies: 3
Views: 2896

XKore Proxy mode and sync packets

Hey, I just scanned the code of Network::XKoreProxy and noticed that in modifyPacketOut the sync packets coming from the client are blocked. Afterwards $messageSender->sendSync() is called but this one doesn't seem to send the sync either because it returns if $self->{net}->version == 1. Interesting...