BTNX Posted August 8, 2013 Posted August 8, 2013 What's the fastest/easiest way to find out the dir or file.txt that holds the script of an NPC... Lets say, I want to edit Kafra1 in prontera, how do I find out which file to edit? Quote
DeadlySilence Posted August 8, 2013 Posted August 8, 2013 You can search the npc folder with a (built-in) search function of your operating system that supports searching text in files. That's the normal search for Windows or grep -n "search string" npc/* for Linux. Quote
Emistry Posted August 8, 2013 Posted August 8, 2013 notepad++ can help you too .... the window search option also can search for file name ..but not sure if you plan to search for the content inside the file.. Quote
Euphy Posted August 8, 2013 Posted August 8, 2013 I use BareGrep on Windows as it's countless times faster than the Windows search bar. Quote
Skorm Posted August 8, 2013 Posted August 8, 2013 I use BareGrep on Windows as it's countless times faster than the Windows search bar. Wow great program. I use TSearch and WinGrep but I think Euphy's option might be faster. Quote
Jasc Posted August 9, 2013 Posted August 9, 2013 Grep is amazinggg and lets you choose extensions to check in as well Quote
BTNX Posted August 9, 2013 Author Posted August 9, 2013 (edited) ^Thanks for the reply guys... The thing is, sometimes, multiple NPCs are stored in one text files... Meaning, I'd have to also search the content of the files in order to find the NPC... Anyway, yeah, I know about windows search... I'm just trying to find the most efficient way to figure out which text file contains the scrip and such. Let's say you want to edit the first default NPC you encounter in the novice training area but you don't know the DIR of that NPC, how do you guys go about finding the script? Ima go try baregrep and wingrep in a bit wow, that baregrep is awesome thanks Edited August 9, 2013 by BTNX Quote
Question
BTNX
What's the fastest/easiest way to find out the dir or file.txt that holds the script of an NPC...
Lets say, I want to edit Kafra1 in prontera, how do I find out which file to edit?
6 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.