Jump to content
Secrets

[DISCONTINUED] Secret's Updated NEMO Patches

Recommended Posts

just sharing these here for the public, since 06-28-2017b ragexeRE won't work with the addresses getting pushed further and further - lots more will need adjusted similarly too..

Extendbox.qs https://paste2.org/Bg44KsAL

RestoreLoginWindow.qs https://paste2.org/pLb2InJt

CancelToLoginWindow.qs https://paste2.org/IB61skXD

EnableWhoCommand.qs https://paste2.org/YUpyz5tH

ShowRegisterButton.qs https://paste2.org/Bt5dz7bw

 

new stuff below!

DisableKroSiteLaunch.qs https://paste2.org/d5nW0eUO (when users change their ingame settings that require a restart, the client tries to launch ro.gnjoy.com, this disables that)

ChangeQuickSwitchDelay.qs https://paste2.org/bOEpLaeB (for whatever reason, the delay for using quick switch is client side - so it's got to be set in a diff here)

 

..even though quick switch packet info isn't quite figured out yet (well, maybe some others have but i didn't get it working right yet)

Edited by mrjnumber1
  • Upvote 4
  • Like 2
Link to comment
Share on other sites

Please allow more than 2016 login can use Packet packet settings

 

[ Packet Third key Encryption:Failed in Step 1 - No Patterns matched ]

Link to comment
Share on other sites

2017 Client crashes a lot on more than 27 hairstyles..

And ignore missing palettes just crashes instead of ignoring the missing palette

Edited by M45T3R
Link to comment
Share on other sites

I managed to correct the error of the hair styles ( 64k Hairstyles ) :D

screen_Providence_RO000.jpg

../Patchers/Enable64kHairstyle.qs (Download in the attachment)

Find:

  //Step 1a - Find address of Format String
  var code = "\xC0\xCE\xB0\xA3\xC1\xB7\\\xB8\xD3\xB8\xAE\xC5\xEB\\%s\\%s_%s.%s"; // "인간족\머리통\%s\%s_%s.%s"

Change:

  //Step 1a - Find address of Format String 
  var code = "\xC0\xCE\xB0\xA3\xC1\xB7\\\xB8\xD3\xB8\xAE\xC5\xEB\\%s\\%s_%s.%s"; // "Àΰ£Á·\¸Ó¸®Åë\%s\%s_%s.%s"

Find:

  if (offset === -1) {//Doram Client 
    code = "\\\xB8\xD3\xB8\xAE\xC5\xEB\\%s\\%s_%s.%s"; // "\머리통\%s\%s_%s.%s"

Change:

  if (offset === -1) {//Doram Client 
    code = "\\\xB8\xD3\xB8\xAE\xC5\xEB\\%s\\%s_%s.%s"; // "\¸Ó¸®Åë\%s\%s_%s.%s"

Work in 2017-06-14bRagexeRE B)

Enable64kHairstyle.qs

Edited by Haikenz
Link to comment
Share on other sites

8 minutes ago, Daegaladh said:

You just changed the text on the comment... that makes no difference as the code remains the same :/

It really was not too much ... but since everyone was with this error I decided to share his solution

Link to comment
Share on other sites

3 minutes ago, Daegaladh said:

No, I mean, that change does literally nothing as it's not part of the code. Unless there's some kind of encoding bug in the script parser.

The way it was, it made a mistake when it was past 29 ... with that little name change fix it now works

Link to comment
Share on other sites

 

2 hours ago, Haikenz said:

The way it was, it made a mistake when it was past 29 ... with that little name change fix it now works

You just changed comment lines. Try change your hair color and you will see you client crashing.

Edited by Zell
Link to comment
Share on other sites

Up for the color and hair style in the newest clients.

A lot of crash when i you try to change color hairstyle in 25 and above. :D

Edited by fictionx
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

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