2013 Ragexe Area

How come whenever I use lang type 0 I got error in character selection? I can't pass through it. But whenever using lang type 1 it works well but I can't connect properly..

 
ill recheck the diff file tomorrow (See why i kept backup
default_tongue.png
)

 
nope i think rocred's source is not released as far as i know. Anyways since we have been hex editing clients anyways why not just hexedit rocred.exe
default_tongue.png
. The title is interleaved with null bytes in the exe so u need to be careful when replacing. 

snaprocred.png
Note, all strings are in the resources, so you can have unrestricted title, if you edit the stringtables with ResHacker or something to that effect; just saying.
 
don't think so O.o I use win 64bit myself

 
@MStream i have still Problem with your Extended NPC Dialog and i look into your Diff. Please correct my if i wrong 

Code:
PROPOSAL FOR CORRECTIONbyte_[UI]_Extended_NPC_Dialog:3BB5D2:8:4		okaybyte_[UI]_Extended_NPC_Dialog:3BB5D3:8:16		8:10	byte_[UI]_Extended_NPC_Dialog:3BB5D7:112:0		deletebyte_[UI]_Extended_NPC_Dialog:3BB5D8:240:224	        deletebyte_[UI]_Extended_NPC_Dialog:3BB5D9:153:143	        deletebyte_[UI]_Extended_NPC_Dialog:3BB5E0:4:0		okaybyte_[UI]_Extended_NPC_Dialog:3BB5E1:8:16		8:10byte_[UI]_Extended_NPC_Dialog:3BB5EB:20:16		14:10byte_[UI]_Extended_NPC_Dialog:3BB5EC:8:16		8:10byte_[UI]_Extended_NPC_Dialog:3BB686:12:8		0C:08byte_[UI]_Extended_NPC_Dialog:3BB687:8:16		8:10byte_[UI]_Extended_NPC_Dialog:3BB695:8:4		okaybyte_[UI]_Extended_NPC_Dialog:3BB696:8:16		08:10WORK FOR ME:Find:    81 EC 08 08 00 00 A1 70 F0 99 00 33 C4 89 84 24 04 08 00 00 56 8B C1 57 8B BC 24 14 08 00 00 Replace: 81 EC 04 10 00 00 A1 70 F0 99 00 33 C4 89 84 24 00 10 00 00 56 8B C1 57 8B BC 24 10 10 00 00  Find:    FF D2 8B 8C 24 0C 08 00 00 5F 5E 33 CC E8 75 46 0C 00 81 C4 08 08 00 00Replace: FF D2 8B 8C 24 08 10 00 00 5F 5E 33 CC E8 75 46 0C 00 81 C4 04 10 00 00
 
Last edited by a moderator:
gimme a minute looks like i forgot to change the first set

BTW Parsalian the values in the diff are decimal (so 16 is actually 0x10)
default_smile.png


The ones you mentioned to delete is correct it shouldn't be there .

EDIT: Updated V2 fixed for Extended NPC Dialog

 
Last edited by a moderator:
Fine it works now . I have now two diffed Ragexe.exe with and without Launcher 
default_cool.png


 
Last edited by a moderator:
Another question. Have somebody diffed the Share_Body_Palettes / Share_Head_Palettes ? They need a Palette named  " body_xxxx.pal " .

And Share_Body_Palettes_Gender_Separate / Share_Head_Palettes_Gender_Separate ? They need a Palette named " body_³²_xxxx.pal ".

Where i get  these palettes ?  The are not in the KRO data.grf or rdata.grf.

 
Last edited by a moderator:
that's usually you make it yourself, i think probably there is a tool that can do that

 
When I open a shopping store after closing the store get packet error.

Code:
packet 0x8170, 6 bytes received
 
Back
Top