Page 1 of 1
2 small problems
Posted: Thu Mar 11, 2010 4:00 pm
by Onepamopa
ยป Find Revision
L2J Revision
3997:
L2JDP Revision
7168:
I'm wondering if someone could help with this:
itemID: 9690 name: Contaminated Crystal - cannot be trade/sell or put in clan warehouse.
itemID: 14847 name: Titan Ancient Book - (Giants Cave Quest part II) - Cannot be opened.
Re: 2 small problems
Posted: Thu Mar 11, 2010 5:10 pm
by Onepamopa
anyone?
Re: 2 small problems
Posted: Thu Mar 11, 2010 5:40 pm
by kocinski
Apply this script to your DB to change its properties:
[sql]UPDATE `etcitem` SET `tradeable`='true', `depositable`='true' WHERE (`item_id`='9690');[/sql]
About Titan Ancient Book, a player reported today the same problem?
Re: 2 small problems
Posted: Thu Mar 11, 2010 6:25 pm
by Onepamopa
well, I recieved ~10 user complaints about
itemID: 14847 name: Titan Ancient Book
Still cant figure out where's the problem with it.
kocinski, Thanks for your reply

Re: 2 small problems
Posted: Thu Mar 11, 2010 8:33 pm
by jurchiks
AFAIK contaminated crystal is supposed to be so, so that people who went through dark cloud mansion couldn't go through it all the time just to sell the stone
but you can easily change it in database
if you dunno how, dont host l2jserver pl0x
about the titan book - it has the skill and it has an entry in extractable_skills, so probably you haven't updated your server
Edit2: nvm, looks like the titan book really isn't done yet for some unknown reason...
Re: 2 small problems
Posted: Mon Mar 15, 2010 2:07 pm
by Onepamopa
jurchiks, we have updated the server @ lastest revisions, we do it every day.
we also have fixed the cont. crystal. & already tryed to fix the titan books,
but for some reason, it didnt fix quite the way we expected it to.
the Q isnt done yet ....
Re: 2 small problems
Posted: Mon Mar 15, 2010 5:51 pm
by jurchiks
AFAIK the quest is done, just the items aren't
and, as i said, the contaminated crystal is not a bug, it's supposed to be so
about the ancient parchment and titan book, you need to change their handlers in database to ExtractableItems (with capitals) and add the necassary entries in data/extractable_items.csv file
(for the latter one you also need to know, what items you get by extracting those 2 AND the chances for getting them)