Page 1 of 1
Tawny-Maned Lion Mounting Bracelet
Posted: Sat Nov 28, 2009 3:06 am
by disorder35
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
Number: newest
L2JDP Revision
Number: 6775
Ok on the new gameserver version the Tawny-Maned Lion Mounting Bracelet disappear after 7 days, before it did not. How do I change it not to disappear after the 7 days period.
Thank you very much.
Re: Tawny-Maned Lion Mounting Bracelet
Posted: Sat Nov 28, 2009 9:16 am
by janiii
check the etcitem table and column time.
Code: Select all
CREATE TABLE IF NOT EXISTS `etcitem` ( `item_id` decimal(11,0) NOT NULL default '0', `name` varchar(100) NOT NULL default '', `crystallizable` varchar(5) NOT NULL default 'false', `item_type` varchar(14) NOT NULL default 'none', `weight` decimal(4,0) NOT NULL default '0', `consume_type` varchar(9) NOT NULL default 'normal', `material` varchar(11) NOT NULL default 'wood', `crystal_type` varchar(4) NOT NULL default 'none', `duration` int(3) NOT NULL default '-1', -- duration in minutes for shadow items [b]`time` int(4) NOT NULL default '-1', -- duration in minutes for time limited items[/b] `price` decimal(11,0) NOT NULL default '0', `crystal_count` int(4) NOT NULL default '0', `sellable` varchar(5) NOT NULL default 'false', `dropable` varchar(5) NOT NULL default 'false', `destroyable` varchar(5) NOT NULL default 'false', `tradeable` varchar(5) NOT NULL default 'false', `depositable` varchar(5) NOT NULL default 'false', `handler` varchar(70) NOT NULL DEFAULT 'none', `skill` varchar(70) NOT NULL DEFAULT '0-0;', PRIMARY KEY (`item_id`));
Re: Tawny-Maned Lion Mounting Bracelet
Posted: Sat Nov 28, 2009 3:40 pm
by disorder35
One more time Janiii Thank you very much.
The ring was on armor table but I changed the time on it and it's fine now.