Jump to content
  • 0

How to change item restrictions on the item description?


juanelox

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/06/16
  • Last Seen:  

oG4yRaT.png

 

i changed the item_trade.txt and it works fine, i made it bound to account instead of bound to character but in item description show those restrictions. it should have restrictions for trade, drop, mail, guild storage and cart.  not for storage :c

also how to fix the item description window? i mean make it look normal, not that "extpanded" window cause that transparent part looks ugly.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 1

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

data/itemmoveinfov5.txt
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  02/01/17
  • Last Seen:  

Remove the item from GRF:

data/itemmoveinfov5.txt

Example: Removing Dark Randgris Helm

image.png.d693483de45e277fdbdbc136f4ca0eef.png

image.png.d91f2ace3b8a32923e0d8ba8a5f05ced.png

image.png.dad97de097f037c5295bc15db7a13838.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/06/16
  • Last Seen:  

thx :D

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/22/23
  • Last Seen:  

Hello! Good day! How do you remove the entire label "Item Move Restriction" from the item description?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  22
  • Reputation:   6
  • Joined:  03/17/21
  • Last Seen:  

Just now, Kaye said:

Hello! Good day! How do you remove the entire label "Item Move Restriction" from the item description?

Before we item_trade.txt now with have YAML or RYML.

should be in the :

 

#   Trade:                  Trade restrictions. (Default: null)
#     Override              Group level to override these conditions. (Default: 100)
#     NoDrop                If the item can not be dropped. (Default: false)
#     NoTrade               If the item can not be traded. (Default: false)
#     TradePartner          If the item can not be traded to the player's partner. (Default: false)
#     NoSell                If the item can not be sold. (Default: false)
#     NoCart                If the item can not be put in a cart. (Default: false)
#     NoStorage             If the item can not be put in a storage. (Default: false)
#     NoGuildStorage        If the item can not be put in a guild storage. (Default: false)
#     NoMail                If the item can not be put in a mail. (Default: false)
#     NoAuction             If the item can not be put in an auction. (Default: false)

If you want to get rid the entire it's in msgstringtable by comment like this # (I'm not sure if it works)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/22/23
  • Last Seen:  

Just now, RikuTzy said:

Before we item_trade.txt now with have YAML or RYML.

should be in the :

 

#   Trade:                  Trade restrictions. (Default: null)
#     Override              Group level to override these conditions. (Default: 100)
#     NoDrop                If the item can not be dropped. (Default: false)
#     NoTrade               If the item can not be traded. (Default: false)
#     TradePartner          If the item can not be traded to the player's partner. (Default: false)
#     NoSell                If the item can not be sold. (Default: false)
#     NoCart                If the item can not be put in a cart. (Default: false)
#     NoStorage             If the item can not be put in a storage. (Default: false)
#     NoGuildStorage        If the item can not be put in a guild storage. (Default: false)
#     NoMail                If the item can not be put in a mail. (Default: false)
#     NoAuction             If the item can not be put in an auction. (Default: false)

If you want to get rid the entire it's in msgstringtable by comment like this # (I'm not sure if it works)

No, I just want to delete the label "Item Move Restrictions" for an item.

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