Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008710

  • 0 - None Assigned

  • Invalid

Issue Confirmations

  • Yes (0)No (1)
Photo

Can not compound cards to Rosary [1]

Posted by Zia on 31 May 2015 - 06:22 PM

Item Rosary [1] (ID: 2626) can't have cards compounded on it for some reason.

Tried duplicating the item using a different item ID and it works fine.
Though that's just a band-aid fix and I think it's still best if the item itself with the right item ID should work.

make sure that in item_db.conf it looks like that:



	Id: 2626
	AegisName: "Rosary_"
	Name: "Rosary"
	Type: 5
	Buy: 15000
	Weight: 200
	Slots: 1
	Job: 0xFFFFFFFE
	Loc: 136
	EquipLv: 90
	Refine: false
	Script: <"
		bonus bMdef,3;
		bonus bLuk,1;
	">

and make sure that you don't have any entry in item_db2.conf that is overwriting the original one

changed status to: Unable To Reproduce

I found the cause of this in my client.
Thanks and sorry for the trouble

changed status to: Invalid