2 small problems

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
Onepamopa
Posts: 113
Joined: Thu Jan 14, 2010 6:35 pm
Contact:

2 small problems

Post 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.
----------------------------------------------------
ICQ: 287731217
Skype: d.i.dobrev
IRC: Onepamopa
----------------------------------------------------
Onepamopa
Posts: 113
Joined: Thu Jan 14, 2010 6:35 pm
Contact:

Re: 2 small problems

Post by Onepamopa »

anyone?
----------------------------------------------------
ICQ: 287731217
Skype: d.i.dobrev
IRC: Onepamopa
----------------------------------------------------
User avatar
kocinski
Posts: 141
Joined: Wed May 06, 2009 3:12 pm
Location: España
Contact:

Re: 2 small problems

Post 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?
Onepamopa
Posts: 113
Joined: Thu Jan 14, 2010 6:35 pm
Contact:

Re: 2 small problems

Post 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 :)
----------------------------------------------------
ICQ: 287731217
Skype: d.i.dobrev
IRC: Onepamopa
----------------------------------------------------
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: 2 small problems

Post 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...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Onepamopa
Posts: 113
Joined: Thu Jan 14, 2010 6:35 pm
Contact:

Re: 2 small problems

Post 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 ....
----------------------------------------------------
ICQ: 287731217
Skype: d.i.dobrev
IRC: Onepamopa
----------------------------------------------------
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: 2 small problems

Post 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)
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply