xristoeli1994 Posted June 12, 2020 Posted June 12, 2020 Hello everyone, i need little help with removing life stone's from all monster, raid boss ... etc... i hate life stones. is there any comand to remove ls or one by one delete from xml/npc ? Please HELP
0 Zake Posted June 12, 2020 Posted June 12, 2020 There are many ways to do it, the most painful but safest way is to do it manually, otherwise you should skip(for certain ids or item types) somehow from dropdata/droptable or whatever the handler is named in your pack
0 soupyz Posted June 12, 2020 Posted June 12, 2020 (edited) If you edit many XML, to remove life stone. Try dnGREP program. Can use it to search all files. Then replace lifestone with blank space in all files. Example: use dnGREP set folder to NPC folder with all XML . Search for: <reward item_id="14169" min="1" max="1" chance="33.0000" /> <!--Top-Grade Life Stone - Level 84--> Replace with : <!-- <reward item_id="14169" min="1" max="1" chance="33.0000" /> --> <!--Top-Grade Life Stone - Level 84--> will comment out the lifestone. In all files it finds in the folder you selected with dnGREP. there are many lifestones, so you will have to repeat for each lifestone ID, but will save time. You might only have to do this 20 times instead of 25,000 times hope it helps you. i use it and it works great! Edited June 12, 2020 by soupyz
Question
xristoeli1994
Hello everyone, i need little help with removing life stone's from all monster, raid boss ... etc... i hate life stones. is there any comand to remove ls or one by one delete from xml/npc ? Please HELP
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now