acaciomilk Posted December 11, 2021 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 42 Reputation: 2 Joined: 02/21/19 Last Seen: April 21, 2024 Share Posted December 11, 2021 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: | Quote Link to comment Share on other sites More sharing options...
0 _Terra Posted December 11, 2021 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 170 Reputation: 55 Joined: 07/15/13 Last Seen: 32 minutes ago Share Posted December 11, 2021 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. 1 Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted December 11, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 14 hours ago Share Posted December 11, 2021 Is name and view are null like your example? If so try fill something to it or remove those lines. Quote Link to comment Share on other sites More sharing options...
0 acaciomilk Posted December 14, 2021 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 42 Reputation: 2 Joined: 02/21/19 Last Seen: April 21, 2024 Author Share Posted December 14, 2021 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 1 Quote Link to comment Share on other sites More sharing options...
Question
acaciomilk
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: |
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.