Shakto
Community Contributors-
Content Count
264 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Shakto
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
What is the problem now ?- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
2013 Ragexe and Diff (Up to date 2013-08-07)
Shakto replied to Shakto's topic in Client-Side Releases
The crash has been fixed for ppl who used the patch remove hourly announce, there were a small issue into it ! You can download again the diff file, the fix has been applied -
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
Sorry my fault, forgot to change that, should be good now, redownload the file And recheck this link : http://herc.ws/board/topic/630-2013-ragexe-and-diff-up-to-date-2013-05-22/ I added some informations to the tuto- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
Try this with in : mmo.h version 2013 05 15 http://www.mediafire.com/download/pcnbvu7xqd7uubz/Ragexe2.rar- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
do you open it with the ro launcher ?- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
Try with this patch first and tell me if it's working Disable HShield Disable Filename Ragexe check Disable Packet header obfucation Enable multiple grf Read data folder first Read msgstringtable.txt- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
No prob, i've another suggestion, can you add to the launcher the code of rsu-kro-rag-lite.exe, ppl will have to have their RO folder up to date, that'll be awesome !
-
Thx you, i added this link to the 2013 Ragexe topic
-
Blank small window that says 'Error' :(
Shakto replied to Hyvraine's question in Client-Side Support
It's because you didn't diff the option : disable Ragexe filename check ! -
Change the image in your data/sprites folder ?
-
What diff did you check on ?
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
What do you mean ?- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
You can do a script server side : (npc side) to provide an annouce every hours- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
You forgot the return true in your Nullify function if ($byte >= 0x50 && $byte <= 0x57){ $exe->replace($offset, array(0=>"x90")); return true; } And you forgot the return true at this end of the function Edit ; Update your files, it has been comit- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
2013 Ragexe and Diff (Up to date 2013-08-07)
Shakto replied to Shakto's topic in Client-Side Releases
Correction of Shared Body and Head Palettes Shared Correction of Remove Serial Display and Login Background Patches (wasn't here cause typo fix) Add of Allow Space in Guild Name New diff for the client of today (If you want the packet, use the packet extract tool, i'll not add those packets to Hercules because there's nothing new with that last client and it'll be a waste) -
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
Ok Yommy found the bug It's working now with : $byte = $exe->read($offset,1, "c");- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
MStream, update your xdiffgen2 repo and check your palette diff, i corrected the syntax error but it show now an other error. I let you check that I'll look at this now I added the allow space in guild name patch, i'll release the new diff today- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
Yup thanks i just retrieved it on rathena few mins ago too xd I ll release this patch tomorrow- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
Support DNS Disable Multiple Windows And i can't find the patch to enable space in guildname because rathena is down- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
i'm testing them know ^^ seems to work I just can't test the shared palette things P.S : i added them to svn (All credit to MStream for those patches)- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
Thx you, i added those patches to the diff. Do you want to commit this to the project ?- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
2013 Ragexe and Diff (Up to date 2013-08-07)
Shakto replied to Shakto's topic in Client-Side Releases
New version of diff release Thx to MStream who added thoses patches Only First Login BackgroundOnly Second Login Background (this is in same group as first)Remove Serial DisplayShared Body Palettes (there are two versions which you can select from in the group - gender included and excluded versions)Shared Head Palettes (similar to body there are two versions)Enable Custom 3D Bones -
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
@MStream : Ok, little syntax problem Change : if($exe) Byif($exe === true) @Mist : Don't forget it's for dev things tools, there is the patcher with the diff in the Client Support tool, i'll release tomorrow a new exe, and ill ask to a mod to move my topic in the release part @Enko : Yes because nobody support it anymore, and it's more simple to code with that tool @Judas : Done- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Shakto replied to Shakto's topic in Client-Side Releases
I'm doing it- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
Since 4 months on iro 3 months on european ro i think 8-12 months on kro