Hercules Elf Bot - Mar 14, 2012 17:49
Originally posted by [b]Vali[/b]
The next items must be account bound, but currently cant be stored in the storage. This is causing that if the player must do a quest that need weigh 0 will cause that you are not allowed to do it.
http://db.irowiki.org/db/item-info/6039/
http://db.irowiki.org/db/item-info/6048/
and the 6051 too
Then this code in item_trade.txt
[CODE]
// Episode 13.1
6039,507,100 // Piece of Fish
6048,507,100 // Unidentified Mineral
6051,499,100 // Gray Hollow
[/CODE]
Must become:
[CODE]
// Episode 13.1
6039,475,100 // Piece of Fish
6048,475,100 // Unidentified Mineral
6051,467,100 // Gray Hollow
[/CODE]
In this way the items will be account bound and the player will be able to store them in his account storage.
Vali~
Hercules Elf Bot - Mar 14, 2012 19:19
Originally posted by [b]Kenpachi[/b]
That's iRO custom content and unlike the BG equipment those item can be removed by NPCs (doing quests/sell them).
Hercules Elf Bot - Mar 14, 2012 19:30
Originally posted by [b]Vali[/b]
[quote name='Kenpachi' timestamp='1331752773' post='7574']
That's iRO custom content and unlike the BG equipment those item can be removed by NPCs (doing quests/[b]sell them[/b]).
[/quote]
In that case remove the [b]//8:Item can't be sold to npcs [/b]that is in the 507 and convert it to 499 like the Gray Hollow.
Vali~
Hercules Elf Bot - Mar 14, 2012 20:34
Originally posted by [b]Kenpachi[/b]
Nope. That's nothing that causes errors (unlike BG equipment).
It's up to server owners to change it if their users start complaining.