l2evidence Posted January 9, 2011 Posted January 9, 2011 can somebody tell me how i can change the auguments time? thx! Quote
0 didaka11 Posted January 10, 2011 Posted January 10, 2011 can somebody tell me how i can change the auguments time? thx! I will show you for example: Open: server_directory/data/stats/agugumentation/augmentation_skillmap.html For example: we wanna incriase buff time to augument buff ( Agility) <augmentation id="14579"> <!-- Active: Temporarily increases Dodge. --> <skillId val="3139" /> <!-- Item Skill: Agility: Active: Increases Dodge temporarily. --> <skillLevel val="1" /> <type val="purple" /> </augmentation> We see the ID of this skill are 3139 Next go to: server_directory/data/stats/skills/3100-3199.html Found skill: <skill id="3139" levels="10" name="Item Skill: Agility"> <table name="#mpInitialConsume"> 10 11 11 12 13 14 14 15 16 17 </table> <table name="#mpConsume"> 38 42 44 47 51 51 55 58 61 65 </table> <table name="#rEvas"> 1 1 1 2 2 2 3 3 4 4 </table> <table name="#magicLvl"> 46 49 52 55 58 61 64 67 70 76 </table> <set name="magicLvl" val="#magicLvl" /> <set name="mpInitialConsume" val="#mpInitialConsume" /> <set name="mpConsume" val="#mpConsume" /> <set name="target" val="TARGET_SELF" /> <set name="reuseDelay" val="300000" /> <set name="hitTime" val="4000" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_ACTIVE" /> <set name="staticHitTime" val="true" /> <set name="staticReuse" val="true" /> <for> <effect name="Buff" time="120" val="0" stackOrder="1" stackType="item_skill"> <add order="0x40" stat="rEvas" val="#rEvas" /> </effect> </for> </skill> You can change buff time in this line: <effect name="Buff" time="120" You can change buff timerеusе in this line: <set name="reuseDelay" val="300000" /> I hope I helped :) Quote
0 Hardstyle Posted January 10, 2011 Posted January 10, 2011 a more simplyer way: put the augumentated weapon to your hand and see the skill name press alt+g and write the name or a part of the name (case sensitive ) press seach skill go to config>character.proprietes and seach for EnableModifySkillDuration = True # Skill duration list # Format: skillid,newtime;skillid2,newtime2... # Example: # This enable 1h(3600) duration for songs, the "\"indicates new line, # and is only set for formating purposes. # SkillDurationList = 264,3600;265,3600;266,3600;267,3600;268,3600;\ # 269,3600;270,3600;304,3600;305,1200;306,3600;308,3600;349,3600;\ # 363,3600;364,3600 SkillDurationList = write the id and the time... u can do the same for reuse .... but i didn't test this.... u need to test it 1st... Quote
0 josecarlosfl18 Posted January 11, 2011 Posted January 11, 2011 Also you may need to read that post, cause that's was posted... http://www.maxcheaters.com/forum/index.php?topic=185874.0 Here will show you how to argument and item... With a little programing understanding you will know now to modify one too... Quote
Question
l2evidence
can somebody tell me how i can change the auguments time?
thx!
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.