Jump to content
  • 0

Delete Life stone's from the server


Question

Posted

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

  • 0
Posted

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
Posted (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 by soupyz

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock