Jump to content
  • 0
Judas

2013 Ragexe Area

Question

525 answers to this question

Recommended Posts

  • 0

I have sprites added into the data folder but they have not been used yet  (i was going to check the read lua before lub diff with them :D).

and no custom grfs are present. 

 

No error before the crash.

Once i enter the username and password it goes to the server selection screen.

When i press enter i see in the char server console that the details for my char are being fetched but the client freezes and moments later it stops working.

Edited by MStream

Share this post


Link to post
Share on other sites
  • 0

OK this is interesting. Hackshield is still getting deployed !! :( Maybe thats why?

Tooltip on Hackshield =>

Process name: ragexe.exe

HackShield SDK Version: 5.6.71(Build 237)

 

This is the error screen showing up when it crashes

 

 
Problem signature:
  Problem Event Name: APPCRASH
  Application Name: ragexe.exe
  Application Version: 0.0.0.0
  Application Timestamp: 5149164c
  Fault Module Name: MSVCR90.dll
  Fault Module Version: 9.0.30729.4974
  Fault Module Timestamp: 4b7a226f
  Exception Code: c0000005
  Exception Offset: 00036ddb
  OS Version: 6.1.7600.2.0.0.768.3
  Locale ID: 1033
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Edited by MStream

Share this post


Link to post
Share on other sites
  • 0

Ok ill check it out :)

 

EDIT: Nope :( same issue + this one loads hack shield updater as well before client starts up.

 

EDIT2: Ok this is weird. Now its working. My char was attached to the blank account id i created earlier (2000001) when using the bat file but the login user and pass was created into a seperate id (2000002) . Now I modified the char table account id to point to the second one (2000002) and its working. Still dunno what happened here though :D

 

Well anyways now i can test lua before lub and other stuff :P

Edited by MStream

Share this post


Link to post
Share on other sites
  • 0

ok Load Lua before Lub is also working but would need one extra hex replace & another interesting fact is Shortcut keys will now be saved in SaveDataUserKeys.lua (they have removed the _s  or was it like this already?)

 

Judas you can update Post 1 with these diffs :)

 

Chat Flood Limit raised to 10 - this can be raised upto 255 by changing the 0A to the corresponding hex value in the replace string.
 
Search : 83 7C 24 04 02 7C 47
Replace: 83 7C 24 04 0A 72 47

 
Enable 64K Hairstyles
 
Search : 83 F8 1D 7E 07
Replace: 83 F8 1D EB 07
 
Search : 8B 45 00 8B 14 81
Replace: 8B 45 00 8B 11 90
 
Search : 8B 4C 24 3C 73 04 8D 4C 24 3C 83 FE 10
Replace: 8B 4D 00 90 85 C9 75 02 41 41 83 FE 10
 
Search : B8 D3 B8 AE C5 EB 5C 25 73 5C 25 73
Replace: B8 D3 B8 AE C5 EB 5C 25 73 5C 25 64
 

Skip License Screen
 
Search : 3F 1D 80 00 B8 1D 80 00
Replace: DB 1E 80 00 DB 1E 80 00

 
Read Lua Before Lub
 
Search : 00 2E 6C 75 62
Replace: 00 2E 6C 75 61
 
Search : 00 2E 6C 75 61
Replace: 00 2E 6C 75 62

 

Search:  01000000 68 C01F8F00

Replace: 01000000 68 3CB58F00
 
I will update the diff file to reflect the changes tomorrow :)

Share this post


Link to post
Share on other sites
  • 0

The diff file has been updated :). BTW do you guys use any debuggers/disassemblers other than olly? 

Share this post


Link to post
Share on other sites
  • 0

Got these weird stuffs. Whenever I try to change job @job 4054 and use 3rd job skill can't seem to put anything. But if I change job to any 3rd job (Trans) everything is set? All new copy of SVN.. Using 2013 ragexe

 

Also other jobs such as ranger.. :( Anyone can confirm it?

Edited by mybitch

Share this post


Link to post
Share on other sites
  • 0

Just found out that .. one of the diffs below can cause error when you change view. and pressing shift and moving mouse..

 

 

 

Patch: Camera Angles Medium
findhex:    74 0A D9 05 F8 3F 91 00 D9 5C 24 08 8B 96
replacehex: 74 0A D9 05 AE E0 DD 00 D9 5C 24 08 8B 96
 
Patch: Zoom 75% Max
findhex:    00 66 43 00 00 C8 43
replacehex: 00 66 43 00 00 4C 44

Share this post


Link to post
Share on other sites
  • 0

Few more strings found (havent tested in game yet) :D .
Anyone is welcome to test them :)



Patch: Use Arial on all Langtypes findhex:    0F 85 9E 00 00 00 83 F8 14 0F 8C 95 00 00 00replacehex: 0F 85 9E 00 00 00 83 F8 14 0F 8C 95 00 00 00Patch: Use ASCII in Textfindhex:    F6 04 31 80 75 0B 41 3B C8replacehex: F6 04 31 80 90 90 41 3B C8Patch: Remove Login auto closefindhex:    B9 88 E9 98 00 E8 AB 93 D9 FF C7 84 24 CC 00 00 00 FF FF FF FFreplacehex: 8B 4C 24 14 C7 41 0C 03 00 00 00 90 90 90 90 90 90 90 90 90 90Patch: Only 2nd Login Background:findhex:    C0 AF C0 FA C0 CE C5 CD C6 E4 C0 CC BD BA 5C 54 5F B9 E8 B0 E6 25 64 2D 25 64 2E 62 6D 70 00replacehex: C0 AF C0 FA C0 CE C5 CD C6 E4 C0 CC BD BA 5C 54 32 5F B9 E8 B0 E6 25 64 2D 25 64 2E 62 6D 70Patch: Increase Screenshot quality to 75 - change the 4B to the desired value in hex (ranges from 1 to 100)findhex:    C7 44 24 70 03 00 00 00 C7 44 24 74 02 00 00 00replacehex: C7 84 24 AC 00 00 00 4B 00 00 00 90 90 90 90 90Patch: Skip Resurrection Buttonfindhex:    6A 00 68 C5 1D 00 00replacehex: 6A 00 68 FF FF 00 00Patch: Use SSO Login packet (Still dont know what this is for )findhex:    0F 84 23 01 00 00 83 F8 12replacehex: 90 E9 23 01 00 00 83 F8 12Patch: Disable Hallucination Wavy Screenfindhex:    0F 84 7F 01 00 00 83 3Dreplacehex: 90 E9 7F 01 00 00 83 3D 

Share this post


Link to post
Share on other sites
  • 0

what error? do you see the character in the screen or does it freeze & crash before it shows.

Share this post


Link to post
Share on other sites
  • 0

Langtype error. :( Supposed to be 1. It was set to 0. When I set it. Running smooth but talking to NPC. It gives me error. WTH? What to do? HAHA. Weird.

 

Anyways fixed now. Removed the NPC Dialog dif :(

Edited by mybitch

Share this post


Link to post
Share on other sites
  • 0

Following diffs are working

Patch: Shared Body Palette V1 - body_<id>findhex:	8B 54 24 14 57 50 8B 04 91 50 8D 4C 24 2C 68 EC 65 91 00 51 E8 51 C8 F8 FF 83 C4 14  replacehex: 8B 54 24 14 57 90 8B 04 91 90 8D 4C 24 24 68 EC 65 91 00 51 E8 51 C8 F8 FF 83 C4 0C findhex:	B8 F6 5C 25 73 5F 25 73 5F 25 64 2E 70 61 6C replacehex: B8 F6 5C 62 6F 64 79 5F 25 64 2E 70 61 6C 00 Patch: Shared Body Palette V2 - body_<gender>_<id>findhex:	8B 54 24 14 57 50 8B 04 91 50 8D 4C 24 2C 68 EC 65 91 00 51 E8 51 C8 F8 FF 83 C4 14  replacehex: 8B 54 24 14 57 50 8B 04 91 90 8D 4C 24 28 68 EA 65 91 00 51 E8 51 C8 F8 FF 83 C4 10 findhex:	00 00 B8 F6 5C 25 73 5F 25 73 5F 25 64 2E 70 61 6Creplacehex: B8 F6 5C 62 6F 64 79 5F 25 73 5F 25 64 2E 70 61 6C  Patch: Shared Head Palette V1 - head_<id>findhex:	B8 D3 B8 AE 5C B8 D3 B8 AE 25 73 5F 25 73 5F 25 64 2E 70 61 6C 00replacehex: B8 D3 B8 AE 5C 68 65 61 64 25 2E 73 25 2E 73 5F 25 64 2E 70 61 6C Patch: Shared Head Palette V2 - head_<gender>_<id>findhex:	B8 D3 B8 AE 5C B8 D3 B8 AE 25 73 5F 25 73 5F 25 64 2E 70 61 6C 00replacehex: B8 D3 B8 AE 5C 68 65 61 64 25 2E 73 5F 25 73 5F 25 64 2E 70 61 6C Patch: Enable Custom 3D Mobsfindhex:	83 FE 09 0F 87 8A 00 00 00 83 FF 04 0F 87 81 00 00 00replacehex: 83 FF 04 0F 87 8A 00 00 00 83 FE 09 77 30 90 90 90 90 Patch: Only Second Login Backgroundfindhex:	C0 AF C0 FA C0 CE C5 CD C6 E4 C0 CC BD BA 5C 54 5F B9 E8 B0 E6 25 64 2D 25 64 2E 62 6D 70 00replacehex: C0 AF C0 FA C0 CE C5 CD C6 E4 C0 CC BD BA 5C 54 32 5F B9 E8 B0 E6 25 64 2D 25 64 2E 62 6D 70 Patch: Enable ASCII in Textfindhex:	F6 04 31 80 75 0B 41 3B C8replacehex: F6 04 31 80 90 90 41 3B C8

 
Following diffs have issues as mentioned

SSO Login packet - conflicting with Restore Login Window (honestly i still don't know what that packet does).


Use Arial on all Langtypes - the client stop abruptly when starting up (Maybe a langtype issue?)


Remove Login Auto Close - I dont think this is actually needed since the client by default isn't closing when login failed.


Skip Resurrection Button - Already resurrection button is not showing up for me by default. So i am not sure if this one is working  :(


Increase Screenshot Quality - I didnt see much of quality change even with the 2012 clients. So i am not sure what this diff's purpose was originally.

 
I will update the diff file later.
@Judas. One set of hex string got missed in the first page for load lua before lub. Can you add these in there as well.
Otherwise the Userkeys.lua file will get saved as Userkeys.lub but inside it will be uncompiled only. :P
 

findhex:	01 00 00 00 68 C0 1F 8F 00replacehex: 01 00 00 00 68 3C B5 8F 00

 
EDIT: Damn HTML tags screwed my post  :angry:

Edited by MStream

Share this post


Link to post
Share on other sites
  • 0

Update: Looks like SSO Login packet patch was already conflicting in 2012 clients as well. Since Login Window is coming up properly , I guess its not required?  :D

Share this post


Link to post
Share on other sites
  • 0

SSO login packet is used for transmitting the mac_id of your network card.

 

It was introduced / used when they started using the website based login.

Share this post


Link to post
Share on other sites
  • 0

@Ryuuzaki ah thanks for the info :)

Diff file has been updated :)

Edited by MStream

Share this post


Link to post
Share on other sites
  • 0

Someone has the fixed for making character for this client?

making character is a langtype issue, change it and you can create characters

Share this post


Link to post
Share on other sites
  • 0

anyone know what the heck this is? When I use mounting reins

 

screenr_Athena004.jpg

 

 

This is a new class like Christmas, the name is Hanbok.

 

I added in brathena, see.

 

http://dev.brathena.org/projects/brathena/repository/revisions/1707

 

http://dev.brathena.org/projects/brathena/repository/revisions/1709

Edited by Megasantos

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.