» 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.
2 small problems
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 113
- Joined: Thu Jan 14, 2010 6:35 pm
- Contact:
2 small problems
----------------------------------------------------
ICQ: 287731217
Skype: d.i.dobrev
IRC: Onepamopa
----------------------------------------------------
ICQ: 287731217
Skype: d.i.dobrev
IRC: Onepamopa
----------------------------------------------------
-
- Posts: 113
- Joined: Thu Jan 14, 2010 6:35 pm
- Contact:
Re: 2 small problems
anyone?
----------------------------------------------------
ICQ: 287731217
Skype: d.i.dobrev
IRC: Onepamopa
----------------------------------------------------
ICQ: 287731217
Skype: d.i.dobrev
IRC: Onepamopa
----------------------------------------------------
- kocinski
- Posts: 141
- Joined: Wed May 06, 2009 3:12 pm
- Location: España
- Contact:
Re: 2 small problems
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?
[sql]UPDATE `etcitem` SET `tradeable`='true', `depositable`='true' WHERE (`item_id`='9690');[/sql]
About Titan Ancient Book, a player reported today the same problem?
-
- Posts: 113
- Joined: Thu Jan 14, 2010 6:35 pm
- Contact:
Re: 2 small problems
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
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
----------------------------------------------------
ICQ: 287731217
Skype: d.i.dobrev
IRC: Onepamopa
----------------------------------------------------
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: 2 small problems
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...
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 113
- Joined: Thu Jan 14, 2010 6:35 pm
- Contact:
Re: 2 small problems
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 ....
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
----------------------------------------------------
ICQ: 287731217
Skype: d.i.dobrev
IRC: Onepamopa
----------------------------------------------------
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: 2 small problems
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)
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.