Lineage II Classic Einhovant new project is looking for a skilled Java Developer to join our team!
If you're passionate about game development and eager to contribute to this project, we'd love to hear from you.
For more details, feel free to send us a message. Let’s create something amazing together!
Question
melron
Hello,
Im wondering how can we insert for example passive duel might lvl 10 and str+1.
im working on IL (acis) and in augmentations table i got :
Item_id / attributes / skill_id / skill_level
the method to get the attribute for example passive duel might is:
get the augmentation id (16285) * 65536 = 1067253760.
So if we insert in db
item_id attributes skill_id skill_level
268480257 1067253760 3243 10
item_id attributes skill_id skill_level
268480257 1067253761 3243 10
item_id attributes skill_id skill_level
268480257 1067253762 3243 10
the list of the extra stats are 17 :
Increase Accuracy between +0.4 and +3.0
Increase CP Recovery between +0.1 and +0.8
Increase Critical between +4.9 and +32.7
Increase Dodge between +0.4 and +3.0
Increase Recovery between +0.1 and +0.8
Increase M. Atk. between +2.5 +28.2
Increase Maximum CP between +19.2 and +214.9
Increase Maximum HP between +12.7 and +155.9
Increase Maximum MP between +6.1 and +115.1
Increase M. Def. between +4 and +30.8
Increase MP Recovery between +0.1 and +0.4
Increase P. Atk. between +2.2 and +24.2
Increase P. Def. between +5.1 and +38.2
Increase CON +1
Increase INT +1
Increase MEN +1
Increase STR +1
imagine how many numbers we can add in attribute to caught the STR +1 and its not only that...
Stats can combined for example Dodge and recovery so we have 17 stats * the numbers we can get of each one?
and if example we have 5000 numbers if we do the retard method in db (add 1 in attribute , reload items , rr and see what we got 5000 times
we will caught the d.might lvl 10 + STR +1?
5 answers to this question
Recommended Posts