Tawny-Maned Lion Mounting Bracelet

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Tawny-Maned Lion Mounting Bracelet

Post 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.
So What?????
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Tawny-Maned Lion Mounting Bracelet

Post 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`));
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: Tawny-Maned Lion Mounting Bracelet

Post 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.
So What?????
Post Reply