Warning! This is the old Hercules bugtracker archive, and may not reflect the current state of Hercules. The current bugtracker is on GitHub Issues.
Issue information
Issue ID
#8691
Status
Working as Intended
Severity
None
Started
Shourei
May 19, 2015 23:46
Last Post
zackdreaver
May 20, 2015 10:23
Confirmation
N/A
Shourei - May 19, 2015 23:46
Greetings.
Just want to point out that Anger Seagod missing its tradeflag from item_db.conf
[url="https://raw.githubusercontent.com/HerculesWS/Hercules/master/db/re/item_db.conf"]Link to item_db.conf [/url][code=auto:0]
{
Id: 6423
AegisName: "Anger_Seagod"
Name: "Seagod Anger"
Type: 3
Buy: 20
},
[/code]If we translate, and base it on this rAthena file,[url="https://code.google.com/p/rathena/source/browse/trunk/db/re/item_trade.txt?spec=svn17186&r=17186"]https://code.google.com/p/rathena/source/browse/trunk/db/re/item_trade.txt?spec=svn17186&r=17186[/url]
It is supposedly[code=auto:0]
{
Id: 6423
AegisName: "Anger_Seagod"
Name: "Seagod Anger"
Type: 3
Buy: 20
Trade: {
nodrop: true
notrade: true
nocart: true
nostorage: true
noselltonpc: true
nocart: true
nogstorage: true
nomail: true
noauction: true
}
},
[/code]How accurate is this source?
-SH
Dastgir - May 20, 2015 2:27
[quote name="Shourei" timestamp="1432079212"]
Greetings.
Just want to point out that Anger Seagod missing its tradeflag from item_db.conf
[url="https://raw.githubusercontent.com/HerculesWS/Hercules/master/db/re/item_db.conf"]Link to item_db.conf [/url][code=auto:0]{ Id: 6423 AegisName: "Anger_Seagod" Name: "Seagod Anger" Type: 3 Buy: 20 },[/code]If we translate, and base it on this rAthena file,[url="https://code.google.com/p/rathena/source/browse/trunk/db/re/item_trade.txt?spec=svn17186&r=17186"]https://code.google.com/p/rathena/source/browse/trunk/db/re/item_trade.txt?spec=svn17186&r=17186[/url]
It is supposedly[code=auto:0]{ Id: 6423 AegisName: "Anger_Seagod" Name: "Seagod Anger" Type: 3 Buy: 20 Trade: { nodrop: true notrade: true nocart: true nostorage: true noselltonpc: true nocart: true nogstorage: true nomail: true noauction: true }},[/code]How accurate is this source?
-SH
[/quote]I can't find Id 6423 in link you provided.
As far as trade is concerned.
We have changed it recently from the kRO files itself and is latest.
If you have any info or video from kRO, showing that it have restriction, please feel free to open this issue again.
zackdreaver - May 20, 2015 6:46
use the git repository, its more uptodate, and yes KRO dont have this in itemmoveinfov5.txt
*and we aren't following rAthena
Shourei - May 20, 2015 7:48
@Dastgir Thank you for confirming (just wanted to make sure)
@Zack Thank you for confirming as well. I wish I do have access to git repositories. :( Still too 'player-like' to have sources.
-SH
This post has been edited by
Shourei
on May 20, 2015 7:55
zackdreaver - May 20, 2015 10:23
Join Herc's IRC channel if you have something to ask