luthy1337 Posted April 6, 2018 Posted April 6, 2018 Is there a way to search through the xml files without opening them all. I used to have a bat file that would search for items, skills, npc ect.
1 melron Posted April 8, 2018 Posted April 8, 2018 (edited) If you want to search something about l2 xml files then listen sweets and use eclipse. In any other case you can use this one as i do , just place it in the directory where the files are located. If you are afraid of download such things. make it by urself by creating a bat file and use the following code @echo off title [CONFIG SEARCH] cls echo. :find set /p text="enter search text here: " echo. echo.search text "%text%" result: findstr /I /N %text% *.xml echo. goto find p.s it can be used for config/propertis and other files too. just change findstr /I /N %text% *.xml Edited April 8, 2018 by melron 1
0 SweeTs Posted April 6, 2018 Posted April 6, 2018 Eclipse search option, even via winrar you can search easily.
Question
luthy1337
Is there a way to search through the xml files without opening them all. I used to have a bat file that would search for items, skills, npc ect.
4 answers to this question
Recommended Posts