Jump to content

Saxantes

Members
  • Posts

    40
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Saxantes

  1. I have interlude and in this chronicle bishops UD doesnt disappear after hitting someone else.
  2. No, it didnt help.... I will explain it better. I want to do new effect. i will add this effect to a skill. The skill is Buff. Player use this buff. I want to do that, when someone hit him (while he has this buff) or he hit someone else, the buff disappear. For example, someone use skill Dash. Now there are 3 ways to disappearing buff. 1 - time is out, 2 - someone hitted him, 3 - he hitted someone.
  3. Hi, i have problem with this code: public boolean onActionTime() { L2Character effected = getEffected(); if (getSkill().getSkillType() != L2SkillType.HEAL) return false; if (getEffected().isDead()) return false; This is code from effects. This line: if (getSkill().getSkillType() != L2SkillType.HEAL) , should stop effect if skill is different than HEAL skill, but it doesnt :x . What should i do if i want to stop current effect if player use any type of skill or he attack someone else or he get dmg ? Where should i search this commands in which java files?
  4. open startGameServer.bat find this line (for example) and change this to one of them: -Xmn128m -Xms512m -Xmx1024m
  5. Does it works like clan skills ? Skills are deleted on olympiad ?
  6. Ok i got it, thank you for idea that i had to register it, because it wasnt in GameServer.java but in ...gameserver/handler/AdminCommandHandler : I added it here and it works. Im writing it because maybe someone else will have this problem too.
  7. umm no.. where do i have to do it ?
  8. After this fixes above everything is compiling, but when i call ingame //setwords //startvotes etc nothing happen, anybody know why :x?
  9. Lol >.< that was easy i just deleted " tempskill.getSkillType() == L2SkillType.DEBUFF ". I dont know why i didnt think about it earlier ^^, anyway thank you :).
  10. This is it http://trac.l2jserver.com/changeset/2145 ? If so, i don`t have privileges to see it :(. Maybe it is somewhere else ?
  11. Ok, im wrong. I though it isnt last rev, but it is. Has this pack debuff slots?
  12. Im looking for it too. I used search but i didnt find it :x .
×
×
  • Create New...