Jump to content

Devilfenix

Members
  • Posts

    1,309
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Devilfenix

  1. vlakia 8a kaneis an to valeis sto spiti sou
  2. she is female...
  3. Οταν τα χτυπανε να μπορουν να κουνηθουν , εγω ειχα βαλει walk speed 0 και ετρωγα dc.
  4. Οχι δεν εχει τετοιο πραγμα... Edit : Το πρωτο ερωτημα λυθηκε.
  5. I think it's time to share it , 49 votes now...
  6. σε ποιο αρχειο τα αλλαξες;
  7. Καλησπερα , εχω 2 ερωτησεις. 1)Πως μπορω να καταργησω τα herbs απο το pack μου; 2)Πως μπορω να κανω καποια τερατα που θελω εγω να μην κινουνται; Χρησιμοποιω aCis.
  8. den xriazese sql arxia sto navicat afou exeis xml arxia , apla pigene sto gameserver\data\xml\items kai kane paste ta dika s xml arxia.
  9. pfff , den ta evlepes ta xml arxia?
  10. mipos exei .xml arxia mesa?
  11. doulevei baggo oreos , lock it. @DevilKing esi anti na kaneis ton kserola 8a mporouses na miliseis ektos apo to na koitazeis to topic
  12. Στο 2099 τι πρεπει να αντικαταστησω για να γινει 15 δευτερολεπτα;
  13. Το aCis δεν εχει. On topic : Θα το κανω τεστ και θα σας πω.
  14. http://audacity.sourceforge.net/?lang=el
  15. Καλησπερα , θελω να κανω το unstuck απο 5 λεπτα σε 15 δευτερολεπτα μεσω Eclipse. Βρηκα αυτο εδω που ειναι το escape.java : /* * 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 net.sf.l2j.gameserver.handler.usercommandhandlers; import net.sf.l2j.gameserver.datatables.SkillTable; import net.sf.l2j.gameserver.handler.IUserCommandHandler; import net.sf.l2j.gameserver.instancemanager.GrandBossManager; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.network.SystemMessageId; import net.sf.l2j.gameserver.network.serverpackets.PlaySound; public class Escape implements IUserCommandHandler { private static final int[] COMMAND_IDS = { 52 }; @Override public boolean useUserCommand(int id, L2PcInstance activeChar) { if (activeChar.isCastingNow() || activeChar.isMovementDisabled() || activeChar.isOutOfControl() || activeChar.isInOlympiadMode() || activeChar.inObserverMode() || activeChar.isFestivalParticipant() || activeChar.isInJail() || (GrandBossManager.getInstance().getZone(activeChar) != null && !activeChar.isGM())) { activeChar.sendMessage("Your current state doesn't allow you to use the /unstuck command."); return false; } // Official timer 5 minutes, for GM 1 second if (activeChar.getAccessLevel().isGm()) activeChar.doCast(SkillTable.getInstance().getInfo(2100, 1)); else { activeChar.sendPacket(new PlaySound("systemmsg_e.809")); activeChar.sendPacket(SystemMessageId.STUCK_TRANSPORT_IN_FIVE_MINUTES); activeChar.doCast(SkillTable.getInstance().getInfo(2099, 1)); } return true; } @Override public int[] getUserCommandList() { return COMMAND_IDS; } } Αλλα δεν μπορω να βρω τον χρονο που το κανει ο κανονικος παικτης. Ευχαριστω εκ των προτερων.
  16. den iparxei sto acis config gia blessed scroll.
  17. to 0.4 as poume , einai 40% to 0.2 , 20%.
  18. please stop the stupid questions , i am bored to ask them...
  19. btw i didn't buy it for 25 euro , lol.
  20. be more carefull next time blablabla , can I control him?
  21. It's funny or something? He sold it to me and then he share it. Good job.
×
×
  • 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