Jump to content
  • 0

Delete Life stone's from the server


Question

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...