Agathion

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
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Agathion

Post by Ai17 »

If i want to change that this Bracelet Sumon give me stat's like p atk what and where i msut change ?


</item>
<item id="20008" name="Agathion Seal Bracelet - Black Majo">
<for />
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Agathion

Post by jurchiks »

<for>HERE</for>
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.
siteraid
Posts: 3
Joined: Fri Jul 27, 2007 1:35 am

Re: Agathion

Post by siteraid »

add skills to the sql id
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Agathion

Post by jurchiks »

he wants STATS for that 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.
User avatar
pinkcore
Posts: 247
Joined: Fri Jul 24, 2009 3:04 am
Location: Czech Republic

Re: Agathion

Post by pinkcore »

Ai17 wrote:If i want to change that this Bracelet Sumon give me stat's like p atk what and where i msut change ?


</item>
<item id="20008" name="Agathion Seal Bracelet - Black Majo">
<for />
There is it :) Just replace "PUT YOUR pATK HERE" to your pAtk value ;)

Code: Select all

 <item id="20008" name="Agathion Seal Bracelet - Black Majo">	<for>		<add order="0x40" stat="pAtk" val="PUT YOUR pAtk HERE" />	</for></item> 
I'm not here only for food!
Post Reply