Jump to content

Neo-Mind

Community Contributors
  • Content Count

    713
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Neo-Mind

  1. @ayen+ he needs more input than that . see the first post.
  2. @evilpuncker i already added the patches to xDiffGen. xDiff files just need to be generated again. @Lanz i guess it can be added.
  3. i might be interested in raising the 999999 limit to 2147483648 but i dunno how i can test if its working
  4. 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). It should, since one doesn't interfere with the code of the other.
  5. 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.
  6. 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. 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.
  7. its not used in the client. you need to change hardcoded values in the client or use my Custom Job patch
  8. 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.
  9. 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.
  10. MEGA UPDATE 2: Well its related to the previous one. *Cancel to Login Screen* has been added to the list now. Now you can press the cancel button in the Character Selection window to return to your Login Window instead of quitting the game.
  11. its possible to make robes show up like headgears without modifying the client :-).
  12. you have probably not patched skip encryption. i dont think the packet keys have been added for 2013-07-10 and above clients in packet db header file.
  13. his viewid is 2000 but yes if u haven't increased view id then you will get issue because new clients check only till 1999 i think.
  14. hmm ok will take a look at that. EDIT: FYI new clients are taking different lines from msgstringtable.txt for strings (my Inventory became large because of it :| )
  15. 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
  16. uh did u mix up the diff files . mine doesn't have the other patches inside.
  17. MEGA UPDATE: Restore Login Window & Disable 1rag1 Patches are now fixed (well i haven't seen any errors so far). Please download the updated xdiff from the repository link above.
  18. These patches need seperate lua files that i have provided in the repository link. did you get them as well? I got busy with some of the xdiff bug fixes (official ones) so it got delayed but I am making a video tutorial to explain things better.
  19. @Dramosith: any value between 0 to 99 (i still dunno how the quality gets increased but it could be my eyes ) @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
  20. 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.