Vincent Posted March 12, 2013 Posted March 12, 2013 (edited) Hi, i want to change the skill "Teleport". so the player can toggle the skilllvl. Found here how to: http://rathena.org/board/topic/65785-skill-level-toggle-question/ But i cant open the skillinfolist.lub Files, all the programms look like this: How can i edit the File? Edited March 12, 2013 by King555 Quote
Winz Posted March 14, 2013 Posted March 14, 2013 Hello King555, if so, then it means the LUB file is an encrypted one, not a regular text file saved with lub extension (well, of course I know about this one. what the freaking awesome you are talking, Winz?) Editing an Encrypted LUB file needs another application to decrypt it and save it to lua first. You may want to get the lua file, edit it, and save it to be the lub file instead of decrypting and re-encrypting it. Have a nice day! *to encrypt your lua file, get luac5.1.4.exe then put the files that you want to encrypt, then open Command Prompt ([Win Logo] + [R]) then type cmd, enter. take a "cd" to your saved luac514.exe directory and execute this: luac5.1.4.exe -o newfilename.lub oldfilename.lua *If your luac514 is in D:\Downloads\, then you need to type this first: d: press enter, then this: cd Downloads 1 Quote
leertaste Posted March 13, 2013 Posted March 13, 2013 You need to edit the skillinfolist.LUA NOT the skillinfolist.LUB just use notepad++ or editor to edit this file Quote
Vincent Posted March 13, 2013 Author Posted March 13, 2013 (edited) Okey,... no i extract the data.grf and found the file. But same problem, when i open the file there are this symbols. I using diffrent programms, nothing works?! Edited March 13, 2013 by King555 Quote
Winz Posted March 13, 2013 Posted March 13, 2013 Hello King555, Be very careful when accessing data.grf. those data belongs to kRO. If you have made (well, I believe you have) a custom client, you should have downloaded the corresponding lua files. check it under /data/lua files/ folder (if you haven't moved them to a grf) and edit the file you need / wish to edit. If you are using LUB files, then, you may edit it using Notepad++ (same as LUA files). If you get the LUB files encrypted (written in strange characters), then you may want to change to lua files. Have a nice day! 1 Quote
Vincent Posted March 13, 2013 Author Posted March 13, 2013 yea i know where the fill is and what i have to edit, But dont know how, because when i open the file Notepad++ show only symbols like to see at the screenshot at my first post?! Quote
Vincent Posted March 15, 2013 Author Posted March 15, 2013 (edited) Sorry, for that but the problem is: I already have .lub files but they are also Crypted. The exe dont work with the .lua files. here is the file i want to edit: skillinfolist.rar Edited March 15, 2013 by King555 Quote
leertaste Posted March 15, 2013 Posted March 15, 2013 Did you diff that in your client:"Load Lua before Lub"? Quote
Dastgir Posted March 15, 2013 Posted March 15, 2013 (edited) Here it is , your File decrypted to Lua: http://www.mediafire.com/download.php?2ics8sft8kbcamk Edit: This don't seems to be kRO files, because its mostly in english. Edited March 15, 2013 by Dastgir Quote
Vincent Posted March 15, 2013 Author Posted March 15, 2013 no this is out of my grf because i load my grf first. Quote
Question
Vincent
Hi,
i want to change the skill "Teleport". so the player can toggle the skilllvl.
Found here how to:
http://rathena.org/board/topic/65785-skill-level-toggle-question/
But i cant open the skillinfolist.lub Files, all the programms look like this:
How can i edit the File?
Edited by King55510 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.