Jump to content

Color Picker

Members
  • Content Count

    16
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Color Picker reacted to Shakto in 2013 Ragexe Support [Main Topic]   
    update: Issues with Enable 64k hairstyle & Fix angles has been fixed. please get the updated diff file from the link.
    https://sourceforge..../xdiffgen/code/
     
     
     
    Q : My exe doesn't launch, i have a pop up message error
    A : Use a launcher to enter your login and password : R.O.L.e.X or Loki Launcher . There isn't login window anymore !
     
    Q : My exe still doesn't want to launch even if i use a launcher
    A : Check the patch Disable Ragexe Filename Check
     
    Q : When i'm trying to log in the game, i've an error like (Received unsupported packet (packet 0x5f02, 7 bytes received))
    A :
    [*]if the packet has the pattern 0x0XXX, be sure that your date in the src/mmo.h file has the same date as the exe you're patching, then clean and rebuild your emulator. 
    [*]If the packet has the pattern 0xXXXX, then you have to check the patch Disable Packet Encryption in the xDiffPatcher.

    Q : I have some langtype issue, i can write chinese char or ascii char
    A : Check the patch Use SSO Login Packet in the xDiffPatcher, then change your langtype in the clientinfo.xml file with the one who match with your country : Langtypes List
     
    Q : I have NO MSG strings in game
    A : Be sure you checked the patch Read msgstringtable.txt in the XDiffPatcher and replace your msgstringtable.txt with this one : http://pastebin.com/Yvxx4CXw
     
    Q : I have some sprites errors
    A : Check the patchs Enable Multiple GRFs or Read Data Folder First if you have sprites custom files into. Finally check the patch Enable 64k Hairstyle
    Don't use the patchs Shared Body Palettes and Shared Head Palettes if you don't know what're doing.
     
    Q : After all, i still have korean strings in my game
    A : Check the patchs Translate Client In English, and use that translated files in your data folder or in your first grf readed : https://subversion.assembla.com/svn/client-side-translation/ (change your lub extension into lua with this tool : Windows Linux)
     
    Q : My items are in korean
    A : Check the patch Load ItemInfo.lua before lub, check if your iteminfo.lua is in english. You can find a translated one here : https://subversion.assembla.com/svn/client-side-translation/System/itemInfo.lua
     
    Q : Why are you using Ragexe instead RagexeRE
    A : RagexeRe has some creepy packet, is for testing purpose on Kro only and there isn't a cash shop button on it
     
    Q : My password and my account are empty on the map-server
    A : You changed the langtype, so check the patch Use SSO Login Packet
    Remove this tags if you have them in your clientinfo : <hideaccountlist> and <passwordencrypt>
     
    Q : I've an issue with my shadowtable.lua
    A : Use this one in your system/shadowtable.lua : http://pastebin.com/MFJfwvYN
     
    Q : My chats titles are in korean
    A : Double clicks on them and change them
     
    Q : I've an issue with lub files
    A : Delete them. Mostly they are useless to have them, and by this way you'll be sure that they are up to date in your data.grf folder !
    If you still have trouble with lub files, you can use my own luafiles514 folder (delete your own luafiles514 folder before !!!)
    http://www.mediafire.com/?uudw9u0siwnycwz
     
    Q : My font is in bold or i can't see my guild name or party name
    A : Use the command /showname in game
     
    Q : My launcher keeps launching the setup software
    A : Don't use HKLM To HKCU patch
     
    Q : My client say aossk.dll is missing or i have a HackShield error
    A : Use the patch in xDiffPatcher : Disable HShield
     
    Q : I don't see my NPC or the description of duration icons or my quest contains
    A : Use this script in your luafiles514 folder : Windows - Linux : This delete all the ****_f.lub files, it's useless for you to keep them, there is no translation strings into it
     
    Q : I can't use item compare, my client crash
    A : Update your kro folder using rsu patcher
     
    Q : I've some trouble with some skill effect
    A : /mineffect disabled = shows skill effect jackfrost wave
         /effect enabled = shows effects (including buff effects etc)
     
     
    Work in progress
  2. Upvote
    Color Picker reacted to Max in [ Request ] Vip System [ Buffs Only ]   
    { Id: 2220 AegisName: "Hat" Name: "Hat" Type: 5 Buy: 1000 Weight: 200 Def: 2 Loc: 256 View: 16 OnEquipScript: <" set #vip,1; "> OnUnequipScript: <" set #vip,0; ">},  
    make rental box hat for 5 days , or change the hat to anything you like , example : custom items for donator
     
    so if the player using the hat he will be vip. if the item removed , the vip effect will gone.
     
     
    if you dont know how to make a rental item : 
     
    { Id: 12936 AegisName: "Muramasa_Box" Name: "Muramasa Box" Type: 18 Buy: 20 Weight: 10 Script: <" rentitem 1173,604800; "> //1 week},
  3. Upvote
    Color Picker reacted to Neo-Mind in NEMO - Client Patcher   
    N.E.M.O. - Neo Exe Modification Organizer

    Why another client patcher? well
    1) WeeDiffGen - isn't working for 2013 clients + it depends on dlls (not that its a bad thing but i like scripting )
    2) xDiffGen - yes its scripted but we need to depend on xdiff files.

    so i made a new one based on xDiffGen and here it is. The patches are written in QtScript format.
    Details of making a patch have already been written in a seperate topic - although now it needs to be updated with more details.
    I have already converted most of the patches from xDiffGen.

    Why this name? - well I didn't want it to be called * Gen No offense  
    plus someone keeps calling me Nemo in IRC which gave me the idea

    Snapshot
    -----------------


    How to use?
    ---------------------
    1) First you need to specify your client file in Input Exe file box. If you browse to select the file name, Output Patched box gets updated with a _patched suffix filename automatically. Ofcourse you can select your own name for the output.
     
    2) Next we need to load both the client and the scripts (patches & addons). so click Load Client button.
     
    3) Select the patches you want . In case you patched once before (for whatever date) they will be saved in your local and you can use the Select Previous button to select them again. Also you can try using the Select Rcomnded button to select all the Recommended patches.
     
    4) So your patches are selected and client is loaded what next but to Apply Patches  which will generate the output file. In 2.0 version , NEMO also generates a .secure.txt file containing the MD5, SHA1 and CRC32 values of the output exe file which you can use in various tools.
     
    5) You can use the Save Profile and  Load Profile buttons for saving/reloading a set of patches & input values, that you have selected (even if they are not applied) for future use.
     
    6) Whenever you apply patches to a client, NEMO updates the patchlist.log file (along with Inputlist.db) in the folder where NEMO.exe is. This file will contain the list of patches you have applied along with their IDs (do not tamper with either of them).
     
    Changes in 2.0:
    ----------------------
    1) I have made some obvious modifications to the interface (you can definitely see the change in case you have seen v1.0).
         i) Buttons have come downwards and is no longer strippable (toolbar has been fixed in position)
     
         ii) New status Label has been added which shows your currently loaded client date and how many patches are selected.
     
         iii) NEMO now has support for Addons - scripts that are meant to retrieve data from the client and do its own thing (not patch the client).
              All the Extract xDiff patches has been added here already. 1 extra addon will be coming soon once i can fix it.
     
         iv) New Filter box has been added which does live search (i.e. filter as you type) for filtering out only the patches u want to see.
               For e.g. if you type color, it will only show patches that have the string color in either it's name or the description.
              You can also use regular expression . Also you can sort the columns now
     
        v) An upcoming feature - Test Patches. this one you can use for testing a newly added patch for a variety of clients that you select.
     
    2) NEMO is no longer there in SVN. I have shifted it to GitHub . The rar file uploaded has the .git file so you should be able to directly pull to get updates. But just in case I have also provided the repository link below.
     
    Remember to pull for updates before using NEMO and let me know if you are facing any bugs or issues or if i have missed out on anything. Enjoy .
     
    Repository: https://github.com/MStr3am/NEMO.git
     
    Download Link: NEMO zip file 
×
×
  • Create New...

Important Information

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