Jump to content

Protein

Members
  • Posts

    127
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Protein

  1. Trusted and Skilled guy. I can only recommend him!
  2. Hi pros, I looking for a good guy who want help me with a few things, like add java code with eclipse and to edit Loading screen (open utx file) Ofcouse I will pay a few money... Pm me or post your skype here if you like to help me, thanks! Best wishes, Protein
  3. Yes also a good idea with sit... Or make a skill like relax, just other way round. With down hp and heal mp :) Thanks for the first good post :D
  4. What is your problem? Im a kid? Ok can fahters be a kid? MY IQ is enought trust me my friend, maybe im not the best java dev. And my english not the best but I still not understand what you want from me? Btw how old are you? Im 23, have a wife, kid since 2 month a job (earn about 3k euro per month) but my IQ is soo bad. You Big brain. I share here something and get only stupid commends I not know what I do to you...
  5. Yes you can, but when you do for example 10 sec reuse time you not see on items the reuse time when its done. So you want count yourself? Or click like a idiot on mana pots?
  6. why not? on Mid rate server you should not use mana pots like all 3 sec with 500 MP reload. if you not my mind then use the Mana Pots on all server arround! Haters gonna hate.
  7. Topic can lock! found a other way.
  8. HI Maxcheaters. I want to share my little change on Mana Potion. I want creat a mid server and I not prefere the normal Mana Potion... -> Healer class are for my eyes op. so first of all I tryed to do a Potion like normal healing potion for HP. But I had some problems with skill show on buffs.... Tested on acis project! Here I show you a easy other way! That is what I do now Code: gameserver\data\xml\skills +ADD <skill id="5521" levels="1" name="Mana Potion"> <table name="#mhot"> 81 </table> <set name="target" val="TARGET_SELF" /> <set name="staticReuse" val="true" /> <set name="hitTime" val="2000" /> <set name="reuseDelay" val="1000" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_ACTIVE" /> <set name="removedOnDamage" val="true" /> <for> <effect count="10" name="ManaHealOverTime" time="3" noicon="1" val="#mhot" stackOrder="1" stackType="force_meditation" /> <effect name="ImmobileUntilAttacked" time="10" val="0"> <mul order="0x30" stat="pDef" val="0.1" /> </effect> </for> </skill> gameserver\data\xml\items Change <item id="728" type="EtcItem" name="Mana Potion"> <set name="default_action" val="skill_reduce" /> <set name="etcitem_type" val="potion" /> <set name="material" val="LIQUID" /> <set name="weight" val="5" /> <set name="price" val="1080" /> <set name="reuse_delay" val="5000" /> <set name="is_stackable" val="true" /> <set name="is_oly_restricted" val="true" /> <set name="handler" val="ItemSkills" /> <set name="item_skill" val="5521-1" /> <set name="use_condition" val="{{uc_transmode_exclude;{tt_flying}}}" /> <set name="shared_reuse_group" val="10" /> </item> skillgrp.dat 5521 1 1 27 -1 1 2.00000000 1 B skill.white.1218 icon.skill1430 0 0 0 0 8 10 skillname-e.dat 5521 1 a,Mana Potion\0 a,Recover MP for 10 seconds. \0 a,none\0 a,none\0
  9. As you see I found without you the l2ui. Helpful guy, if you want help, you had do the buttons for me and not do like a god of knowlege! Anyway please lock the topic, I will share the buttons soon.
  10. You have a link from where you got the mask? I think nobody share only the texture.
  11. What is your problem I not understand? Its a forum to ask for help/client/dev. Etc. So why I should not ask if someone share this file? Next time dont talk if you cant help!!
  12. Allready try, but same :/
  13. hi maxcheaters! I try to do a Mana Potion like Healing Potion... that means he recovery the MP for 15 sec. with 50MP per Sec. It works but show me not the buff in Buff list.. I change the skillgrp.dat and skillname-e.dat in system. (copy from Greater Healing Potion and change ID to 5522) my Code on Skills xml; <skill id="5522" levels="1" name="Mana Potion"> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="HOT" /> <set name="operateType" val="OP_ACTIVE" /> <set name="isPotion" val="true" /> <set name="buffDuration" val="15000" /> <set name="reuseDelay" val="10000" /> <cond msgId="113" addName="1"> <player flying="False" /> </cond> <for> <effect count="7" name="ManaHealOverTime" noicon="1" time="2" val="50" stackOrder="3" stackType="mp_recover" /> </for> </skill> I have to change something on java with eclipse? Please help me, thanks! Protein
  14. I see everybody here want earn some small money...I got now the Kamael interface from: http://www.maxcheaters.com/topic/132197-re-sharekamael-skin-for-interlude/page-1?do=findComment&comment=9 For the Hi5 buttons I found also something; http://www.maxcheaters.com/topic/204445-l2ui-ch3utx/?fromsearch=1
  15. Hey I change my mind now, want kamael interface for my system... I try to download your link but it show me as virus... ;/ Anyway thanks for your support! Btw. Somebody have the .utx file for this buttons to Interlude?? http://i63.tinypic.com/30kdctf.png
  16. Thanks! I will check it out tomorrow.
  17. The lobby I not care... Like This buttons etc.; http://i.imgur.com/ogRXDh3.png
  18. Hi guys. Im searching for the black c1 interface to Interlude. I found here some topics but the share links all down :( maybe somebody can reshare it? Thanks, Protein
  19. thanks for answer and help, topic can locked.
  20. Hi maxcheaters. I not pro at java, so maybe some skilled dev. Can help me? I would a new Nobless system without quest, if non Nobless players kill barakiel boss, he get Nobless status. Is the code easy? Can creat it maybe one for me? Thanks! Protein
×
×
  • Create New...