Page 1 of 1

Itemhandlers question

Posted: Sun Sep 04, 2011 4:47 pm
by gameblond
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
hi to all ,

How can i change s80 weapons that S80 Grade Weapon Chest (event) gives?

I want to see this to learn how to fix my own handler and etc , but i cant find where they are.

Re: Itemhandlers question

Posted: Sun Sep 04, 2011 5:44 pm
by jurchiks
it is not in handlers, check the item skill.

Re: Itemhandlers question

Posted: Sun Sep 04, 2011 5:45 pm
by gameblond
jurchiks wrote:it is not in handlers, check the item skill.
yes i check it and i go to item skill and there isn't any option to change the items that gives.

or you say about item skill in java?

Re: Itemhandlers question

Posted: Sun Sep 04, 2011 5:48 pm
by jurchiks

Code: Select all

564                 <skill id="2832" levels="1" name="S80 Weapon Chest">565                 <!-- Confirmed CT2.5 -->566                 <table name="#extractableItems">567                         9442,1,8.3333;9443,1,8.3333;9444,1,8.3333;9445,1,8.3333;9446,1,8.3333;9447,1,8.3333;9448,1,8.3333;9449,1,8.3333;9450,1,8.3333;10252,1,8.3333;10004,1,8.3333;10253,1,8.3333568                 </table>569                 <set name="capsuled_items_skill" val="#extractableItems" />570                 <set name="itemConsumeCount" val="1" />571                 <set name="operateType" val="OP_ACTIVE" />572                 <set name="skillType" val="EXTRACTABLE" />573                 <set name="target" val="TARGET_SELF" />574                 <cond msgId="129">575                         <and>576                                 <player invSize="10" />577                                 <player weight="80" />578                         </and>579                 </cond>580         </skill>
Check better.

Re: Itemhandlers question

Posted: Sun Sep 04, 2011 5:54 pm
by gameblond
del.

Re: Itemhandlers question

Posted: Sun Sep 04, 2011 6:03 pm
by gameblond
Tnxs for your help jurchiks really appreciate it! i find it there was all inside .csv file :)

Re: Itemhandlers question

Posted: Sun Sep 04, 2011 6:07 pm
by Zoey76
You haven't posted your revision numbers, but as far as I can see you are using something prior my rework DP Changeset 7813.

Moved to viewforum.php?f=82