Itemhandlers question

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
gameblond
Posts: 53
Joined: Wed Jun 23, 2010 11:56 am

Itemhandlers question

Post 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.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Itemhandlers question

Post by jurchiks »

it is not in handlers, check the item skill.
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.
gameblond
Posts: 53
Joined: Wed Jun 23, 2010 11:56 am

Re: Itemhandlers question

Post 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?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Itemhandlers question

Post 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.
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.
gameblond
Posts: 53
Joined: Wed Jun 23, 2010 11:56 am

Re: Itemhandlers question

Post by gameblond »

del.
Last edited by gameblond on Sun Sep 04, 2011 6:04 pm, edited 1 time in total.
gameblond
Posts: 53
Joined: Wed Jun 23, 2010 11:56 am

Re: Itemhandlers question

Post by gameblond »

Tnxs for your help jurchiks really appreciate it! i find it there was all inside .csv file :)
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Itemhandlers question

Post 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
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Post Reply