Rio Posted August 29, 2010 Posted August 29, 2010 Hello there! i need a helping hand here.... how can i add noblesse as a passive skill on a part of armor so when players die wont lose their buffs while wearing this part of armor...
0 ServeSATAN Posted August 29, 2010 Posted August 29, 2010 just go to gameserver\model\L2Character.java find stopAllEffects(); change to //stopAllEffects(); and character don't loose buff on death
0 ServeSATAN Posted August 29, 2010 Posted August 29, 2010 i use preconfigured pack pre-configured packs does not supporting here... i'm not sure but try this skill <skill id="9999" levels="1" name="Passive Noblesse Blessing"> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <set name="aggroPoints" val="1"/> <for> <effect count="1" name="NoblesseBless" time="3600" val="0"/> </for> </skill>
0 Rio Posted August 29, 2010 Author Posted August 29, 2010 pre-configured packs does not supporting here... i mean my own one, i compiled it but atm i cant reach eclipse. anyway thnx ill give a try :)
Question
Rio
Hello there! i need a helping hand here.... how can i add noblesse as a passive skill on a part of armor so when players die wont lose their buffs while wearing this part of armor...
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now