Jump to content
  • 0

What file is used to block trade, sale or drop of items?


acaciomilk

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  02/21/19
  • Last Seen:  

hello guys

I need help...

What file is used to block trade, sale or drop of items?

As far as I know the file to be modified would be item_db_equip, but this file doesn't exist in my emulator (db > pre-re).

*****The content I want to add is this:

- Id:
    AegisName:
    Name:
    Type: Weapon
    View:
    Buy: 1000
    Slots: 0
    Weight: 40
    Jobs:
    All: true
    Locations:
      Costume_Head_Top: true
    EquipLevelMin: 1
    Trade:
      Override: 100
      NoDrop: true
      NoSell: true
    Refineable: true      
    Script: |

 

 

 
 

rathena.jpg

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  155
  • Reputation:   51
  • Joined:  07/15/13
  • Last Seen:  

For older reps you need modify import/item_trade.txt

 

YOUR ITEM ID,9,100	// Your custom item

 

9 is the value allows players can't trade or sold item to an npc, and 100 is the group level overrides this rule.

  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

Is name and view are null like your example? If so try fill something to it or remove those lines.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  02/21/19
  • Last Seen:  

On 12/11/2021 at 4:25 PM, EIysium said:

For older reps you need modify import/item_trade.txt

 

YOUR ITEM ID,9,100	// Your custom item

 

9 is the value allows players can't trade or sold item to an npc, and 100 is the group level overrides this rule.

Thank you so much man, it worked perfectly
  • Love 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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