Jump to content
  • 0

Materials Drop


Question

Posted

Hey guys , does some1 know how to make it DONT drop materials?

 

i know that there is a "code" to writte in 1 of the Server\GameServer\Config\ but i dunno the code...

 

can some1 tell me a code or a way to do that?

 

thanks  :P

Recommended Posts

  • 0
Posted

Aaa my mistake  ;)

 

DELETE FROM `tablename` WHERE id > 57

 

 

change the id with itemId

 

Something like that:

 

 

DELETE FROM `tablename` WHERE `itemId` > 57

 

 

and then use:

 

DELETE FROM `tablename` WHERE `itemId` < 57

 

 

Nope ;) Because something in `` mean its table  :)

  • 0
Posted

so do i xD

 

kinda like arround 5 hours of borring work errasing it has been saved. . .

 

xD

 

Hehehe  ;) Ok problem solved, someone could lock this topic.

 

 

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