Jump to content

OlidnaD

Members
  • Posts

    29
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by OlidnaD

  1. Appreciate your help♥! I'll wait for the adaptation of the @NevesOma.
  2. It didn't work, as this skill was made with the animations for a classic server apparently it doesn't work on a lower version.
  3. 1235 1 1 0 34 900 1 4.00000000 1 f 1235 icon.skill1235 0 0 0 a,none\0 0 9 11 0 a,none\0
  4. Classic skillgrp structure is very different from H5, it didn't work. Y_Y
  5. Yes, copy all files from patch and add effect 101995 to my skillgrp, bur nothing hapens.
  6. Thank you very much! Unfortunately when I added it to H5, the skill has no effect (invisible), only person cast animation
  7. I saw this skill on a Classic server too, but adms encrypted their files.
  8. Hello, I'm looking for this Hydro Blast for H5, I have it for interlude but doesn't work on H5 (I think, I tried it but I couldn't).
  9. There is no download because the interface is limited to the nickname of the buyer.
  10. I want to know if there is an interface that does not have something that automates the game, aesthetic change that makes the interlude look like the classic without autofarm / autoaugment / autoenchant. Thx
  11. If you want to buy the interface from that person, be careful, he says it is lifelong but it is not, he says that the version you bought is not current, creates a new version and wants to sell again for that. I had bought it with the promise of being "lifelong" and today he wants to charge me for "a more current version", there are no more "updates" for the one I bought. lol If anyone wants my Skype conversation with him I will make it available. L2NPHRN INTERFACE I DO NOT RECOMMEND. -1
  12. Ya. int temp = template.period; if (_skill.getId() > 2277 && _skill.getId() < 2286) { if (_effected instanceof L2SummonInstance || (_effected instanceof L2PcInstance && ((L2PcInstance) _effected).getPet() != null)) temp /= 2; } if (env.isSkillMastery()) temp *= 2; _period = temp;
  13. Have situation where buffs double the time and the relog problem don't happen. even making the same, does not work. if (env.isSkillMastery()) temp *= 2; I tried to do as follows. if (_skill.isAioSkill() && (AioManager.getInstance().hasAioPrivileges(_effector.getObjectId()))) temp = 7620;
  14. I've tried every way but I am not aware enough to get, I tried and failed.
  15. Sweets, plaese help me, how i can fix it?
  16. His method really works, but how do you keep it long after the relog?
  17. Hello community, I want to know if there is any way to make the buffs used by AIO has a different time from normal buffs with changes in Java. I managed to get them to be in party (L2Skill.java -.> TARGET_ONE case), provided they are used by AIO, but could not change the time.
×
×
  • Create New...