Search found 30 matches

by ryanblonna3
02 Jun 2012, 00:12
Forum: pRO
Topic: On XKore
Replies: 12
Views: 20009

Re: On XKore

Anybody figure it out yet? Haven't gotten around to Wiresharking, too much other stuff to do... @marfillaster did you get it to work? Oh, and I'll upload the Wireshark dumps I got about a month ago, see if anybody can make sense of them... BUT I can't seem to be able to upload a zip file. An error p...
by ryanblonna3
03 May 2012, 00:09
Forum: Developers Corner
Topic: XKore 2 needs testers! (All servers)
Replies: 52
Views: 162400

Re: XKore 2 needs testers! (All servers)

I see...but I'm still confused about how to identify packets detected by Wireshark. For example, how do I get the "switch" corresponding to the 74-byte-long packet I mentioned in my previous post?

Thanks.
by ryanblonna3
02 May 2012, 09:12
Forum: Developers Corner
Topic: XKore 2 needs testers! (All servers)
Replies: 52
Views: 162400

Re: XKore 2 needs testers! (All servers)

Master sofax, what do you want me to look for in the upstream packets? I already checked, but didn't see anything unusual. Also, I realized that the bits at the end were the IP and the port, in my case 127.0.0.1 and 6901. In hexadecimal that would be 7F 00 00 01 1A F5, but the packet OpenKore sends ...
by ryanblonna3
01 May 2012, 06:51
Forum: Developers Corner
Topic: XKore 2 needs testers! (All servers)
Replies: 52
Views: 162400

Re: XKore 2 needs testers! (All servers)

Hey guys, just trying to be helpful here and decided to try to figure out why XKore 2 and proxy don't work for my server in pRO Valkyrie. I started with XKore proxy, since it's simpler and fails at the same point as XKore 2 (fails to connect or disconnects after selecting a character). I found some ...
by ryanblonna3
18 Apr 2012, 07:09
Forum: Developers Corner
Topic: XKore 2 needs testers! (All servers)
Replies: 52
Views: 162400

Re: XKore 2 needs testers! (All servers)

Hello sofax222. How do you mean 'doesn't work'? Openkore doesn't work on my server (pRO) either, in that it fails to log in after selecting a character. Do you encounter the same problem in twRO? I tried replacing the '0078' with '0856', but the same problem persists, with no change in the output. T...
by ryanblonna3
07 Mar 2012, 03:14
Forum: pRO
Topic: XKore proxy conks out again
Replies: 8
Views: 15887

XKore proxy conks out again

Hi again...So I made a new thread, since nobody seemed to have noticed my other post. This is actually the same problem I encountered last year on pRO Valkyrie: http://forums.openkore.com/viewtopic.php?f=55&t=16303 . X-Kore mode intialized. Embed Poseidon Server initialized Please read http://wiki.o...
by ryanblonna3
02 Mar 2012, 14:33
Forum: pRO
Topic: On XKore
Replies: 12
Views: 20009

Re: On XKore

Hi again...I wonder if I should make a new thread? This is actually the same problem I encountered last year. I'm encountering this again: X-Kore mode intialized. Embed Poseidon Server initialized Please read http://wiki.openkore.com/index.php?title=Poseidon for more information. Checking for new po...
by ryanblonna3
17 Dec 2011, 16:32
Forum: pRO
Topic: Timeout on Account Server, reconnecting...(using latest svn)
Replies: 18
Views: 9639

Re: Timeout on Account Server, reconnecting...(using latest svn)

Check out this link - it'll tell you how to roll back to a previous version using TortoiseSVN:
http://stackoverflow.com/questions/5503 ... s-revision
by ryanblonna3
17 Dec 2011, 07:10
Forum: pRO
Topic: Timeout on Account Server, reconnecting...(using latest svn)
Replies: 18
Views: 9639

Re: Timeout on Account Server, reconnecting...(using latest svn)

Yup, apparently the OpenKore devs just added (a few days ago) secureLogin support for pRO, and it seems to be having problems atm. It's supposed to make pRO work with XKore 2, among other things. I hope it gets fixed soon...lots of stuff happening over Christmas in pRO. P.S. You can use versions bef...
by ryanblonna3
04 Dec 2011, 21:47
Forum: pRO
Topic: On XKore
Replies: 12
Views: 20009

Re: On XKore

Well turned out the OpenKore code was missing 1 token for XKore proxy to work. I had to modify 1 line in ServerType0.pm. Here's the subroutine at line 5130: sub received_character_ID_and_Map { my ($self, $args) = @_; message T("Received character ID and Map IP from Character Server\n"), "connection"...