Issue information

Issue ID
#5301
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 7, 2012 11:25
Last Post
Hercules Elf Bot
Feb 23, 2012 11:49
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Feb 7, 2012 11:25

Originally posted by [b]Vali[/b]
I checked in http://db.irowiki.org/db/item-info/6041/ and has no drop restrictions.

Vali~

This post has been edited by Brian on Feb 7, 2012 19:25

Hercules Elf Bot - Feb 7, 2012 18:50

Originally posted by [b]Kenpachi[/b]
Can't find a restriction @ rAthena, either.
Maybe a custom modification? oO

This post has been edited by Kenpachi on Feb 7, 2012 18:52

Hercules Elf Bot - Feb 7, 2012 19:27

Originally posted by [b]Brian[/b]
[quote name='Kenpachi' timestamp='1328640606' post='6881']
Can't find a restriction @ rAthena, either.Maybe a custom modification? oO
[/quote]

/trunk/db/item_trade.txt
[code]6041,91,100 // Strong_Bine
[/code]
91 = 1 + 2 + 8 + 16 + 64
(no drop, no trade, no sell to npc, no gstorage)

[code]//Trading mask values:
//1:Item can't be drop
//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
[/code]

Hercules Elf Bot - Feb 7, 2012 19:46

Originally posted by [b]Vali[/b]
No custom modification. Brian show you where is the restriction.

Vali~

Hercules Elf Bot - Feb 7, 2012 20:48

Originally posted by [b]Kenpachi[/b]
Hmm, probably I had a not printable character in the search field... Notepad++ didn't find it when I searched.
Sorry. Confirmed!

//EDIT:
The whole "Episode 13.1" block be removed from item_trade.txt.

This post has been edited by Kenpachi on Feb 7, 2012 21:16

Hercules Elf Bot - Feb 7, 2012 22:11

Originally posted by [b]Kenpachi[/b]
Fixed in [rev=15545].

Hercules Elf Bot - Feb 7, 2012 22:50

Originally posted by [b]Vali[/b]
You removed all the items, But I think that not all have the restrictions unactivated.

This two items have already the restrictions.

[CODE]
// Episode 13.1
6039,91,100 // Piece_Of_Fish (from http://db.irowiki.org/db/item-info/6039/)
6048,91,100 // Unidentified_Mineral (from http://db.irowiki.org/db/item-info/6048/)
[/CODE]

Vali~

Hercules Elf Bot - Feb 8, 2012 7:59

Originally posted by [b]Kenpachi[/b]
I'm ashamed.. my Notepad++ made fun of me again. (I'll use Windows editor in future. :()
You are right. 6039, 6048 and 6051 must be restored.

Hercules Elf Bot - Feb 8, 2012 13:39

Originally posted by [b]Vali[/b]
Where have you found the 6051 item? Because is not in db.irowiki and will be so helpful to know if i find more possible errors.

Thank you.

Hercules Elf Bot - Feb 8, 2012 14:42

Originally posted by [b]Kenpachi[/b]
It an official information.

This post has been edited by Kenpachi on Feb 8, 2012 16:01

Hercules Elf Bot - Feb 12, 2012 22:41

Originally posted by [b]Kenpachi[/b]
Fixed in [rev=15571].