Jump to content

Saxantes

Members
  • Posts

    40
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Saxantes

  1. I dont have anything like that :x
  2. I have interlude and in this chronicle bishops UD doesnt disappear after hitting someone else.
  3. 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.
  4. 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?
  5. open startGameServer.bat find this line (for example) and change this to one of them: -Xmn128m -Xms512m -Xmx1024m
  6. Does it works like clan skills ? Skills are deleted on olympiad ?
  7. 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.
  8. umm no.. where do i have to do it ?
  9. After this fixes above everything is compiling, but when i call ingame //setwords //startvotes etc nothing happen, anybody know why :x?
  10. Lol >.< that was easy i just deleted " tempskill.getSkillType() == L2SkillType.DEBUFF ". I dont know why i didnt think about it earlier ^^, anyway thank you :).
  11. This is it http://trac.l2jserver.com/changeset/2145 ? If so, i don`t have privileges to see it :(. Maybe it is somewhere else ?
  12. Ok, im wrong. I though it isnt last rev, but it is. Has this pack debuff slots?
  13. Im looking for it too. I used search but i didnt find it :x .
  14. but in this pack characters are unbalanced
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock