Jump to content

Neo-Mind

Community Contributors
  • Content Count

    713
  • Joined

  • Last visited

  • Days Won

    37

Posts posted by Neo-Mind


  1.  

    the error you showed me i think happened because you merged the two xdiff files,

    mine uses ids from 0 onwards which is also used by another patch in the other one which is probably why u caught the error.

    What error are you getting using it seperately.

     i got the same error :(

    which ragexe may i use??

    i think it is the problem, the other error with custom jobs disappear when i use another ragexe (up 2013-07)

     

    thx

    hmm strange alright ill double check it today.

    Anyways i have been bit lazy with making a guide to use this (partially because i wanted it to also include what you need for server side to add custom jobs - wiki is bit outdated).

     

    Neomind: Does your patch for custom job and shield support the login screen window and cancel button? :P

    It should, since one doesn't interfere with the code of the other.


  2. in any case you will have to edit the client because it doesn't use the lua file for setting up the class names.

    If your replacement name fits in the length of the original then you can easily replace it.

    for e.g.

     

    Lets say you want Devotee shown instead of Acolyte.

    1) Open the client in a hex editor

    2) Search for Acolyte (should be followed by a 00 byte)

    3) Replace with Devotee.

    4) Save the client.

     

    You'll see multiple matches for the various versions of Acolyte (High and Baby) so you can replace all of them and remember always keep a backup just in case.

    If your new name is smaller just put a 00 byte after your name while replacing.

    Ofcourse if your new name is larger then we need to do more than a simple search and replace & it requires ollydbg.


  3.  Beret: Well it's possible but that will require hexing the client using http://www.ollydbg.de/

    But I don't think that over 6 digits is supported on ragexe...ask the professionals maybe they knew something about it. :)

    I think it might be possible to get it upto 10 digits (2^32 is the max value that can happen) but I am not gonna be doing that ... atleast not for now.

     

     

     

    My Repo link is : http://sourceforge.net/p/xdiffgen/code

    Ofcourse it will be updated to the official one as well but in the meantime if you need it.

     

    dunno why  this option Use Custom Aura Sprites   crashes my client when I login with 2nd job Character

    "Use Custom Aura Sprites" seems to be having some bugs with many people. I guess we should take it off for the time being or spend time on fixing it => Shakto you're up. :ph34r:


  4. I use following list of Patches as bare essentials for running client:

    Disable Ragexe Filename CheckUse Normal Guild BracketsKOREA ServiceType XML FixRead msgstringtable.txtEnable Official Custom FontsRemove Serial DisplayDisable HShieldDisable Swear FilterAscii & Arial on all LangtypesEnable Title Bar MenuUse Plain Text DescriptionsDisable Packet Encryption - only if you have not enabled obfuscation in serverEnable Multiple GRFsRead questid2display.txtTranslate Client in English 

    and ofcourse now

    Restore Login WindowDisable 1rag1 type parameters 

  5. @Dramosith: any value between 0 to 99 (i still dunno how the quality gets increased but it could be my eyes :D)

     

    @Mad Walker: you don't need that file in your local since you are not going to edit it for any reason. just remove it from your data folder/custom grf. my client is picking up from data.grf by default and i am not getting any errors.

     

    @Everyone: Be ready for a surprise later today :-P


  6. true thats what i was saying .. the client should pick it up from grf properly.

    In case if you are adding custom weapons you only need to modify weapontable.lub. so if you have any weapontable_f.lub file in your own grf or data folder delete it.

     

    @Shakto: Can you add the repository link to the front page.

×
×
  • Create New...

Important Information

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