Jump to content
  • 0

Make A weapon Non-dropable


Question

Posted

hy some one can tell me how to make a weapon non-dropable i maked 2 custom duals and i want to make them to don't work to drop or to trade or to sell.... Maybe some 1one can tell me how ...  :)

 

 

 

 

 

 

Thanks

12 answers to this question

Recommended Posts

  • 0
Posted

Thats yoru answer (if the items dont exist there just make an SQL file to UPDATE it..)

Is right the item is not there ..... and i don't know what to do :( ......
  • 0
Posted

is not good ... I maked a custom duals then i givet them 10 k cast speed and a 10k mana and now i must make them non-dropable , non-sellable , non-tradeable .....

 

i addet them in drop list at a mob . That mob will never spawn just a admin can spawn him ... and when aio kill mob duals will go in him inventory and there need to stay..

 

 

I hope uderstand my bad eng :)

  • 0
Posted

1.)Open Navicat

2.)find your weapon id in weapon or custom_weapon table

3.)make .sql file :

 

UPDATE weapon SET sellable='false' where item_id='ITEM ID';

UPDATE weapon SET dropable='false' where item_id='ITEM ID';

UPDATE weapon SET tradeable='false' where item_id='ITEM ID';

  • 0
Posted

1.)Open Navicat

2.)find your weapon id in weapon or custom_weapon table

3.)make .sql file :

 

UPDATE weapon SET sellable='false' where item_id='ITEM ID';

UPDATE weapon SET dropable='false' where item_id='ITEM ID';

UPDATE weapon SET tradeable='false' where item_id='ITEM ID';

 

I told u that weapon name or id is not in weapon.sql or in custom_weapon.sql ....And i try to put other custom duals and is same ... custom weapons are not in weapon.sql or custom_weapon.sql

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

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