millanok 0 Опубликовано 24 ноября, 2016 ребята помогите переделываю скрипт с pw на Фронзу В Гм пишет ошибки такие: ERROR in \hero.java (at line 45) super(questId, name, descr, 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor QuestJython(int, String, String, int) is undefined ---------- 2. ERROR in \hero.java (at line 63) xzkaknazvatpaty.setHero(DayHero); ^^^^^^^ The method setHero(int) is undefined for the type L2PcInstance ---------- 3. ERROR in \hero.java (at line 68) xzkaknazvat.setHero(DayHero); ^^^^^^^ The method setHero(int) is undefined for the type L2PcInstance ---------- 4. ERROR in \hero.java (at line 78) xzkaknazvatpaty.storePremium(DayPremium); ^^^^^^^^^^^^ The method storePremium(int) is undefined for the type L2PcInstance ---------- 5. ERROR in \hero.java (at line 83) xzkaknazvat.storePremium(DayPremium); ^^^^^^^^^^^^ The method storePremium(int) is undefined for the type L2PcInstance Как поправить подскажите. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
zGosu 396 Опубликовано 24 ноября, 2016 А что не понятного? storePremium(int), setHero(int) методов не существует => создать эти методы в L2PcInstance.java super(questId, name, descr, 1); не верные параметры в super => скопировать из похожего файла. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
iMaximus 14 Опубликовано 24 ноября, 2016 ребята помогите переделываю скрипт с pw на Фронзу В Гм пишет ошибки такие: ERROR in \hero.java (at line 45) super(questId, name, descr, 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor QuestJython(int, String, String, int) is undefined ---------- 2. ERROR in \hero.java (at line 63) xzkaknazvatpaty.setHero(DayHero); ^^^^^^^ The method setHero(int) is undefined for the type L2PcInstance ---------- 3. ERROR in \hero.java (at line 68) xzkaknazvat.setHero(DayHero); ^^^^^^^ The method setHero(int) is undefined for the type L2PcInstance ---------- 4. ERROR in \hero.java (at line 78) xzkaknazvatpaty.storePremium(DayPremium); ^^^^^^^^^^^^ The method storePremium(int) is undefined for the type L2PcInstance ---------- 5. ERROR in \hero.java (at line 83) xzkaknazvat.storePremium(DayPremium); ^^^^^^^^^^^^ The method storePremium(int) is undefined for the type L2PcInstance Как поправить подскажите. помню у меня такое было точно не помню давно разбирался со скриптом убери цифру 1 super(questId, name, descr, 1); вот так super(questId, name, descr); Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты