BTNX Posted August 8, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 55 Reputation: 3 Joined: 04/02/12 Last Seen: October 22, 2022 Share 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 Link to comment Share on other sites More sharing options...
DeadlySilence Posted August 8, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 181 Reputation: 53 Joined: 04/07/13 Last Seen: August 23, 2014 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 8, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted August 8, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted August 8, 2013 I use BareGrep on Windows as it's countless times faster than the Windows search bar. Quote Link to comment Share on other sites More sharing options...
Skorm Posted August 8, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
Jasc Posted August 9, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 270 Reputation: 20 Joined: 12/10/11 Last Seen: June 28, 2022 Share Posted August 9, 2013 Grep is amazinggg and lets you choose extensions to check in as well Quote Link to comment Share on other sites More sharing options...
BTNX Posted August 9, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 55 Reputation: 3 Joined: 04/02/12 Last Seen: October 22, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.