Jump to content

DennisGR

Members
  • Posts

    335
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DennisGR

  1. Οταν παω να ριξω baium και ας εχω 100κκ life με το που παταω attack Πεθαινω..ξερετε γιατι? δεν φενετε να με βαραει καν!
  2. ειναι ευκολο?..εχω την zone ετοιμη Και ειναι zone Οπου δεν μπορεις να πας!απο πουθενα!
  3. paidia 8elw na kanw..mia perioxh sthn opoia opoioi farmaroyn meta apo 30 min na feygoyn oloi apo ekei aytomata ginete? px na kanw spawn mia gk na phgainoyn na farmaroyn kai meta apo 30 min na feygoyn aytomata
  4. δυσκολευομαι λιγο να το βρω αυτο..ειμαι μεσα στο l2pcinstance
  5. ετσι το εχει μεσα # Keep the effects buffs and debuff when you exit the game StoreSkillCooltime = True
  6. ok Παιδες ευχαριστω lock :D
  7. http://prntscr.com/21q19x http://prntscr.com/21q1gz γιατι πιανει τοσο μονο :/
  8. απορια για να αλλαξω τις πιθανοτητες να πιανει το bluff πειραζω αυτο ετσι? το θεμα ειναι τι αλλαζω? /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package com.l2jfrozen.gameserver.skills.effects; import com.l2jfrozen.gameserver.model.L2Effect; import com.l2jfrozen.gameserver.model.actor.instance.L2ArtefactInstance; import com.l2jfrozen.gameserver.model.actor.instance.L2ControlTowerInstance; import com.l2jfrozen.gameserver.model.actor.instance.L2EffectPointInstance; import com.l2jfrozen.gameserver.model.actor.instance.L2FolkInstance; import com.l2jfrozen.gameserver.model.actor.instance.L2SiegeFlagInstance; import com.l2jfrozen.gameserver.model.actor.instance.L2SiegeSummonInstance; import com.l2jfrozen.gameserver.network.serverpackets.BeginRotation; import com.l2jfrozen.gameserver.network.serverpackets.StopRotation; import com.l2jfrozen.gameserver.skills.Env; /** * @author programmos, sword developers Implementation of the Bluff Effect */ public class EffectBluff extends L2Effect { public EffectBluff(final Env env, final EffectTemplate template) { super(env, template); } @Override public EffectType getEffectType() { return EffectType.BLUFF; } @Override public boolean onActionTime() { return false; } /*@Override public void onExit() { super.onExit(); }*/ /** Notify started */ @Override public void onStart() { if(getEffected().isDead() || getEffected().isAfraid()) return; if(getEffected() instanceof L2FolkInstance || getEffected() instanceof L2ControlTowerInstance || getEffected() instanceof L2ArtefactInstance || getEffected() instanceof L2EffectPointInstance || getEffected() instanceof L2SiegeFlagInstance || getEffected() instanceof L2SiegeSummonInstance) return; super.onStart(); // break target getEffected().setTarget(null); // stop cast getEffected().breakCast(); // stop attacking getEffected().breakAttack(); // stop follow getEffected().getAI().stopFollow(); // stop auto attack getEffected().getAI().clientStopAutoAttack(); getEffected().broadcastPacket(new BeginRotation(getEffected(), getEffected().getHeading(), 1, 65535)); getEffected().broadcastPacket(new StopRotation(getEffected(), getEffector().getHeading(), 65535)); getEffected().setHeading(getEffector().getHeading()); onActionTime(); } }
  9. εγω νομιζω γινετε να αλλαξει γιατι επεζα παλια εναν σερβερ Interlude Που ειχες οσα ηθελες!
  10. αα ναι σε l2frozen ειναι
  11. Καλησπερα...ξερετε αν γινετε να κανεις τα adena να μην πηγαινουν max 2.147.000.000 Να πηγαινουν πιο πολλα..πχ Max na einai 100.000.000.000
  12. γινετε να κρατησω το html του?
  13. ναι τις περασα :/ http://prntscr.com/20i167
  14. εχω περασει τα script kai ta html τι αλλο μπορει να φταει μπορεις να checkareis Λιγο με tv?
  15. ενω εχουν μπει ολα κανονικα http://prntscr.com/20cr9p Oταν παταω να δω τα pvp και στην εικονα και στο κουμπι ...δεν κλενει το παραθυρο και δεν διχνει τπτ
  16. ρε παιδια δεν ξερω τι παιζει ενω το εχω "true" Να μην φευγουν τα buff μετα το restart αυτα παλι φευγουν :@ http://prntscr.com/206mv9
×
×
  • 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