Перейти к содержанию

Demoncool

Заблокирован
  • Публикаций

    3447
  • Зарегистрирован

  • Посещение

  • Победитель дней

    43
  • Отзывы

    100%

Весь контент Demoncool

  1. Demoncool

    Питон

    По идее они пропадают через время определенное. А насчет оплаты хз
  2. А что насчет статического отката скилов?
  3. Demoncool

    Питон

    Чего? почту переделал тоже, если есть другой то посоветуй.... и дай ссыль)
  4. Demoncool

    Лвл Саб-класса

    40 на 80 заменить не можеш? Скрытый текст/** 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 2, 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, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. * * http://www.gnu.org/copyleft/gpl.html */ package com.l2jfrozen.gameserver.model.base; /** * Character Sub-Class Definition <BR> * Used to store key information about a character's sub-class. * * @author programmos, l2jfrozen dev */ public final class SubClass { private PlayerClass _class; private long _exp = Experience.getExp(80); private int _sp = 0; private int _level = 51; private int _classIndex = 1; public SubClass(int classId, long exp, int sp, byte level, int classIndex) { _class = PlayerClass.values()[classId]; _exp = exp; _sp = sp; _level = level; _classIndex = classIndex; } public SubClass(int classId, int classIndex) { // Used for defining a sub class using default values for XP, SP and player level. _class = PlayerClass.values()[classId]; _classIndex = classIndex; } public SubClass() { // Used for specifying ALL attributes of a sub class directly, // using the preset default values. } public PlayerClass getClassDefinition() { return _class; } public int getClassId() { return _class.ordinal(); } public long getExp() { return _exp; } public int getSp() { return _sp; } public int getLevel() { return _level; } public int getClassIndex() { return _classIndex; } public void setClassId(int classId) { _class = PlayerClass.values()[classId]; } public void setExp(long expValue) { if(expValue > Experience.getExp(Experience.MAX_LEVEL)) { expValue = Experience.getExp(Experience.MAX_LEVEL); } _exp = expValue; } public void setSp(int spValue) { _sp = spValue; } public void setClassIndex(int classIndex) { _classIndex = classIndex; } public void setLevel(int levelValue) { if(levelValue > Experience.MAX_LEVEL - 1) { levelValue = Experience.MAX_LEVEL - 1; } else if(levelValue < 80) { levelValue = 80; } _level = levelValue; } public void incLevel() { if(getLevel() == Experience.MAX_LEVEL - 1) return; _level++; setExp(Experience.getExp(getLevel())); } public void decLevel() { if(getLevel() == 80) return; _level--; setExp(Experience.getExp(getLevel())); } } Мб и еще чет нада))
  5. Не знаеш как зделать статический откат? что бы от скорости атаки не зависил?
  6. <table name="#chance"> 5 </table> <set name="activationChance" val="#chance"/> Вот след комент. Просто в том скиле не было таких строк. Если уменьшить силу, будет и меньше прохождение!(наверно..)
  7. Demoncool

    Скопилить

    я знаю что CMD просто начал писать на руском CM а Д написал маленькую ,затер и переключил язык и было уже влом назад переключать)). При чем тут 6? я в шутку сказал.
  8. Demoncool

    Есть Вопрос

    Ты это так гордо сказал когбудто взломал РуОфф.
  9. Demoncool

    Скопилить

    Попробуй через КМD прописать javac D:\файл.java
  10. А еще лутше добавить попробуй такии строки <table name="#chance"> 5 </table> <set name="activationChance" val="#chance"/>
  11. Попробуй это <table name="#power">10 15 20 25 30 30 35 35 40 40</table> уменьшить. Но не факт))
  12. Demoncool

    Год...скилы

    Таути?..... ГоД насколько я знаю почти нереализован, а ты хочеш таути. возьми лоединг скрин и будет таути)))
  13. Demoncool

    Скопилить

    могу дуалити в скайп написать что бы % выдал ^^. А че сам не скомплиш? мне просто каждый раз яву нада переустанавливать с 6 на 7 для етого. Да и я пробовал ошибку выдало.
  14. Demoncool

    Есть Вопрос

    Как ты их все просмотриш если они по разным файлам? просто 1 файл запакованы....
  15. Demoncool

    Скопилить

    Даже 3 апа. Апать можно 1 раз в 12ч. Перечитай правила. Сам в шоке......
  16. Demoncool

    Скопилить

    нет блин в тхт. +20% за 2 апа)). У мя ошибку пишит)
  17. Demoncool

    Armor Problem!

    Прочтет то понятно, но иконки видно не будет. Не вериш, не нада. Было так же с бижой. Дело твое , верить нам или сидеть с черной иконкой
  18. Demoncool

    Есть Вопрос

    врядли. Хотя мб.
  19. Demoncool

    Armor Problem!

    ид должно быть не over9999
  20. Demoncool

    Питон

    Понимаеш я в питоне ниче не умею грубо говоря. Делаю на интуицию и по премер других действий. Я взял аукцион с ПВсофт, все вытащил вот токо русский не могу поставить. (и в сборке нету пару действий)
  21. Demoncool

    Sos

    добавь vovacool3 кину шлем фиксаный
  22. Через вх должна быть 1 донка , будет много. В нете должно даже быть видео Акшин Дюп через Вх.
  23. кэп..... . Автор возможно дюпают через ВХ(там с отмывкой)
  24. Demoncool

    Уровень Скила 666

    возможно) по клиенту 2 столбик отвечает за лвл. Скил бери пример с других ,долго расказывать
×
×
  • Создать...