How can a gm add an augmentation to a player's weapon?
Thank you.
Question on Augment
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 173
- Joined: Fri Nov 06, 2009 6:32 am
- Location: Argentina
Re: Question on Augment
A GM can not perform such action. But handle it from the database itself..
Someone once told me: "The easiest way of doing things, making them the hard way" 

- badboy29
- Posts: 417
- Joined: Fri Apr 24, 2009 5:34 am
- Location: Brazil
Re: Question on Augment
One example:
Code: Select all
INSERT INTO `item_attributes` VALUES ('268480880', '1065097417', '3235', '10', '0', '225');
Aka UnHoly
- disorder35
- Posts: 700
- Joined: Sat Aug 01, 2009 3:29 pm
Re: Question on Augment
badboy29 wrote:One example:Code: Select all
INSERT INTO `item_attributes` VALUES ('268480880', '1065097417', '3235', '10', '0', '225');
the second value "1065097417" how can we find out what is it for, like I know it is for the type of augmentation but if I look in the Item_atributes table there is many different values for this. Which one is the right one for each skill?
Thank you for your help.
So What?????
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Question on Augment
http://l2jserver.com/forum/viewtopic.ph ... 959#p48959disorder35 wrote:badboy29 wrote:One example:Code: Select all
INSERT INTO `item_attributes` VALUES ('268480880', '1065097417', '3235', '10', '0', '225');
the second value "1065097417" how can we find out what is it for, like I know it is for the type of augmentation but if I look in the Item_atributes table there is many different values for this. Which one is the right one for each skill?
Thank you for your help.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- disorder35
- Posts: 700
- Joined: Sat Aug 01, 2009 3:29 pm
Re: Question on Augment
Janiii Thank you very much for your explanation, the only thing I didn't understand was the stat part of it. I didn't get how you calculate the stats. Like the part that you get 101 as a result. I try it many times and many ways and could never get 101 as a total. Can you explain it a little better?
Thank You again.
Thank You again.
So What?????