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.
Tawny-Maned Lion Mounting Bracelet
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- disorder35
- Posts: 700
- Joined: Sat Aug 01, 2009 3:29 pm
Tawny-Maned Lion Mounting Bracelet
So What?????
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Tawny-Maned Lion Mounting Bracelet
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`));
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- disorder35
- Posts: 700
- Joined: Sat Aug 01, 2009 3:29 pm
Re: Tawny-Maned Lion Mounting Bracelet
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.
The ring was on armor table but I changed the time on it and it's fine now.
So What?????