Search found 152 matches

by Motivus
04 May 2012, 00:08
Forum: Bug reports
Topic: Unable to inject NetRedirect.dll
Replies: 2
Views: 11983

Re: Unable to inject NetRedirect.dll

Instead of using XKore 1 use a different XKore mode. XKore 1 is the easiest to break XKore mode.
by Motivus
03 May 2012, 23:57
Forum: Bug reports
Topic: XKore 1 with 18.10.2011 iRO update
Replies: 45
Views: 99458

Re: XKore 1 with 18.10.2011 iRO update

This post started around the time where they implemented ROPS or a modified version in to the client (afaik.) Use another XKore setting. If you want to fix it you need to modify how NetRedirect hooks, and if you do that you should probably make an option for XKore1 hook method (or a new Xkore settin...
by Motivus
16 Feb 2012, 03:55
Forum: Tester's corner
Topic: OpenSource RO client enhancement projects
Replies: 5
Views: 8826

Re: OpenSource RO client enhancement projects

I coded ROPS and meant to always keep the latest source posted. It was provided as-is for people to change/learn from however they wanted. It is pretty messy/bad in a lot of ways. It was only actively developed for a few days, and then I'd work on it for a day or two and put out a new version with l...
by Motivus
16 Feb 2012, 03:40
Forum: Tester's corner
Topic: a few questions for Fr3DBr & kLabMouse
Replies: 37
Views: 38605

Re: a few questions for Fr3DBr & kLabMouse

klab can you post the sakexe with the pdb? Does anyone have a link to the high priest game? Preferably KR version, but JP is fine too I guess. It's ~466mb so I don't think posting it is realistic. I might get back in to reverse engineering. It takes a lot of dedication and the learning process is ki...
by Motivus
07 Apr 2011, 15:39
Forum: Developers Corner
Topic: iRO Character Select Packet Fix
Replies: 46
Views: 53823

Re: iRO Character Select Packet Fix

Looks like it works. Committed to svn. Valkyrie users: unset "server" in your config to choose Valkyrie from the new list - or set it to "2". I have detailed packet logs from before maint and some after, because I knew they were releasing a new exe. All that changed was the information kore ignores...
by Motivus
07 Apr 2011, 15:16
Forum: Developers Corner
Topic: Usage: Packet Extractor v3
Replies: 794
Views: 2036584

Re: Usage: Packet Extractor v3

Extractor.exe is not working with the latest iRO Ragexe.exe. extractor.exe makes recvpackets.txt, puts nothing in it, and stops working. Ragexe.zip We also dump the PacketLenMap with our packet extractor and it required some minor updates, but the method used is quite a bit different from yours. The...
by Motivus
07 Apr 2011, 14:46
Forum: Developers Corner
Topic: iRO Character Select Packet Fix
Replies: 46
Views: 53823

Re: iRO Character Select Packet Fix

I'm sorry that it's hard to follow. I posted it really late last. I updated it to reflect the latest svn changes and hopefully be easier to follow. Here is the updated post: Add the following to src/Network/receive/ServerType0.pm with all the similar lines '082D' => ['received_characters'], It shoul...
by Motivus
07 Apr 2011, 03:54
Forum: Tester's corner
Topic: Some buy shop code
Replies: 2
Views: 2048

Some buy shop code

NOTE: None of this was designed to be put in the bot. It doesn't follow the convention used by other functions. I use this for my market site. If anyone was looking to write it maybe they can devour some parts of mine, because most of the groundwork is laid out. I made use of klab's structs, and I c...
by Motivus
07 Apr 2011, 03:21
Forum: iRO
Topic: Valkyrie/Yggdrasil VIP
Replies: 7
Views: 11584

Re: Valkyrie/Yggdrasil VIP

As of now you should be able to update to the latest svn to get it to work. You need to update your tables as well.

go here if you run an older version or the svn update is not working

Note: If you play valkyrie change server in config.txt because 0 is ymir, 1 is yggdrasil, and 2 is valkyrie.
by Motivus
07 Apr 2011, 03:06
Forum: Developers Corner
Topic: iRO Character Select Packet Fix
Replies: 46
Views: 53823

iRO Character Select Packet Fix

Add the following to src/Network/receive/ServerType0.pm with all the similar lines '082D' => ['received_characters'], It should look like this if you paste it in between the two existing lines: '0818' => ['buyer_items', 'v a4 a4', [qw(len venderID venderCID)]], '082D' => ['received_characters'], '08...