Jump to content
Sign in to follow this  
Guddini

При компиляции ядра ошибки

Recommended Posts

Здравствуйте почему ругается на символы
при компиляции
 

Спойлер

    [javac] C:\Games\Edro_Arheia\Src\l2s\gameserver\network\l2\c2s\RequestExAutoFish.java:25: error: cannot find symbol
    [javac]         final Player activeChar = ((GameClient)this.getClient()).getActiveChar();
    [javac]                                     ^
    [javac]   symbol:   class GameClient
    [javac]   location: class RequestExAutoFish
    [javac] C:\Games\Edro_Arheia\Src\l2s\gameserver\network\l2\c2s\RequestExAutoFish.java:33: error: cannot find symbol
    [javac]             activeChar.getFishing().stop();
    [javac]                                    ^
    [javac]   symbol:   method stop()
    [javac]   location: class Fishing
    [javac] C:\Games\Edro_Arheia\Src\l2s\gameserver\network\l2\c2s\RequestExAutoFish.java:43: error: cannot find symbol
    [javac]             if(Config.FISHING_ONLY_PREMIUM_ACCOUNTS && !activeChar.hasPremiumAccount())
    [javac]                                                                   ^
    [javac]   symbol:   method hasPremiumAccount()
    [javac]   location: variable activeChar of type Player
    [javac] C:\Games\Edro_Arheia\Src\l2s\gameserver\network\l2\c2s\RequestExAutoFish.java:68: error: cannot find symbol
    [javac]             RodTemplate rod = FishDataHolder.getInstance().getRod(weaponItem.getItemId());
    [javac]                                                           ^
    [javac]   symbol:   method getRod(int)
    [javac]   location: class FishDataHolder
    [javac] C:\Games\Edro_Arheia\Src\l2s\gameserver\network\l2\c2s\RequestExAutoFish.java:82: error: cannot find symbol
    [javac]             LureTemplate lure = FishDataHolder.getInstance().getLure(lureItem.getItemId());
    [javac]                                                             ^
    [javac]   symbol:   method getLure(int)
    [javac]   location: class FishDataHolder
    [javac] C:\Games\Edro_Arheia\Src\l2s\gameserver\network\l2\c2s\RequestExAutoFish.java:101: error: cannot find symbol
    [javac]             if(activeChar.getFishing().findHookLocation() == null)
    [javac]                                       ^
    [javac]   symbol:   method findHookLocation()
    [javac]   location: class Fishing
    [javac] C:\Games\Edro_Arheia\Src\l2s\gameserver\network\l2\c2s\RequestExAutoFish.java:107: error: cannot find symbol
    [javac]             activeChar.getFishing().start(rod, lure);
    [javac]                                    ^
    [javac]   symbol:   method start(RodTemplate,LureTemplate)
    [javac]   location: class Fishing

 

Edited by Guddini

Share this post


Link to post
Share on other sites

Может потому что не может найти указанных методов/классов? нэ?

Edited by Gaikotsu

Share this post


Link to post
Share on other sites
8 минут назад, Gaikotsu сказал:

Может потому что не может найти указанных методов/классов? нэ?

О спасибо, а то смотрел смотрел, пока не увидел что он ссылается как раз на локации метода

 

Ps. Не в тему конечно, но  перерыл весь интернет по поводу пачноутов artheia, наткнулся на твой сайт базу, случаем у тебя пачноутов нету? 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...