Jump to content

[Guide]How to avoid the exploit with destroyable items!


Recommended Posts

I search about 2 hours,but i did not find any other same topic.

Well,the most of us know the phx's script that stucks every INT srv almost.

There is a very easy way to fix it.Without any compile or java mod :)

 

All you have to do is to make all items "not destroyable"

 

This script is for L2jdot.For other projects needs some edit!

http://www.4shared.com/file/118721104/e50d5039/etcitemsql.html

 

Download it and execute to your sql^_^

 

Now,you are ok with that big prob!

 

 

Hope that it helped you!

Link to comment
Share on other sites

nop. they still can do it. with weapons / armors.

 

UPDATE armor SET destroyable=false;
UPDATE etcitem SET destroyable=false;
UPDATE weapon SET destroyable=false;
UPDATE custom_armor SET destroyable=false;
UPDATE custom_etcitem SET destroyable=false;
UPDATE custom_weapon SET destroyable=false;

 

now its complete :)

Link to comment
Share on other sites

Or just disable it from the config. OR add a flood protector ;)

Explain it a little :)

 

Delete items from invetory cause lag so the flood protector must be 60sec? if i put  10 sec i don't think that protect .... rigth?:D

Link to comment
Share on other sites

  • 8 months later...
  • 4 months later...

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
Reply to this topic...

×   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...