Jump to content

Item move restrictions problem


Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  06/04/20
  • Last Seen:  

pagod na ako nakalkal ko na at nag experiment pero ayaw pdn malagyan ng can't be put on storage

Missing.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1511
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

6 hours ago, natefurytv said:

I am tired of having to experiment and experiment but don't want to be able to put on storage

Missing.jpg

Hello, itemmoveinfov5 only for client side description there.

you need to edit from server side in db/re/item_trade.txt or db/pre-re/item_trade.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  06/04/20
  • Last Seen:  

i can't find the db/re/item_trade.txt or db/pre-re/item_trade.txt i'm using hercules_pre_re

Missing.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1511
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

1 hour ago, natefurytv said:

i can't find the db/re/item_trade.txt or db/pre-re/item_trade.txt i'm using hercules_pre_re

Missing.jpg

Then I dont understand why you post at rathena forum, hercules have their own forums though.

Check itemdb.conf. Example :

	Trade: {
		nodrop: true
		notrade: true
		noselltonpc: true
		nocart: true
		nostorage: true
		nogstorage: true
		nomail: true
		noauction: true
	}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  06/04/20
  • Last Seen:  

sorry my bad if it is so confusing maybe ill use rathena but i already put that nostorage and nothing happen on item move restrictions description but the good thing it is not storable anymore btw thanks for your help

Edited by natefurytv
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  

5 hours ago, Chaos92 said:

Then I dont understand why you post at rathena forum, hercules have their own forums though.

Check itemdb.conf. Example :


	Trade: {
		nodrop: true
		notrade: true
		noselltonpc: true
		nocart: true
		nostorage: true
		nogstorage: true
		nomail: true
		noauction: true
	}

This is rAthena.

Support our emulator settings.
If the user wanted support from hercules, he asked for it.

@topic

Access: /root/emulador/db/(re or pre-re)/item_trade.txt
Search: 14533
You will find: 14533,475,100    // Battle_Manual100
 

// Legend for 'TradeMask' field (bitmask):
// 1   - item can't be dropped
// 2   - item can't be traded (nor vended)
// 4   - wedded partner can override restriction 2
// 8   - item can't be sold to npcs
// 16  - item can't be placed in the cart
// 32  - item can't be placed in the storage
// 64  - item can't be placed in the guild storage
// 128 - item can't be attached to mail
// 256 - item can't be auctioned

Change: 475 - 8 = 467
result: 14533,467,100    // Battle_Manual100

That way your item can be stored in storage.
If you want to release more functions, just subtract the value of each one.

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  06/04/20
  • Last Seen:  

item_trade.txt is missing. on /root/emulator/db/pre-re/item_trade.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  

57 minutes ago, natefurytv said:

item_trade.txt is missing. on /root/emulator/db/pre-re/item_trade.txt

If your server is configured as pre-re, and there is no file in the folder, so he is reading in /import ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  06/04/20
  • Last Seen:  

so basically I can't edit this one? and this item_trade.txt is on server not in my file or something?

SAD

SAD.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1511
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

7 hours ago, Gladius said:

This is rAthena.

Support our emulator settings.
If the user wanted support from hercules, he asked for it.

@topic

Access: /root/emulador/db/(re or pre-re)/item_trade.txt
Search: 14533
You will find: 14533,475,100    // Battle_Manual100
 


// Legend for 'TradeMask' field (bitmask):
// 1   - item can't be dropped
// 2   - item can't be traded (nor vended)
// 4   - wedded partner can override restriction 2
// 8   - item can't be sold to npcs
// 16  - item can't be placed in the cart
// 32  - item can't be placed in the storage
// 64  - item can't be placed in the guild storage
// 128 - item can't be attached to mail
// 256 - item can't be auctioned

Change: 475 - 8 = 467
result: 14533,467,100    // Battle_Manual100

That way your item can be stored in storage.
If you want to release more functions, just subtract the value of each one.

 

Sadly, hes on different emulator forum and hes already mentioned hes using hercules.

Thats why I said hes on different emulator forum, but still I tried to help him then.

Or should we force him with rAthena solution now ? lol. He wont find /db/(re or pre-re)/item_trade.txt as you suggested ever till he changed to rAthena.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  06/04/20
  • Last Seen:  

yes i find it on rathena master
but rathena is hard on me to install.

sorry for my bad english

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
Reply to this topic...

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