Jump to content

Recommended Posts

  • 2 weeks later...
Posted

I have a problem when compile the code in VoteRewardHopzone.java in line ("Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values();") the compiler error is this [Javac] : symbol:  method values() [Javac] location: interface Collection<L2PcInstance>....and this is my Collection from L2Word.java : public Collection<L2PcInstance> getAllPlayers()

{

return _allPlayers.values();

}

 

can help me?

  • 1 month later...
  • 2 weeks later...
Posted

L2World.getInstance().getAllPlayers().values()

 

i got this line error on eclipse, i use high 5 files help me if u can pls

just remove .values()
Posted

                        Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values();

 

the values is not the problem to this line , eclipse give me error this shit  L2World.getInstance().getAllPlayers().values(); all the line

Posted

Which project are you using, it seems kind of strange to have error there.

 

Try what Devlin told you, otherwise show L2World.java.

  • 1 month later...
Posted

Hopzone / Topzone have changed something, new 'protection' or something like. I don't remember exactly :troll:

Posted

Hopzone / Topzone have changed something, new 'protection' or something like. I don't remember exactly :troll:

 

are u serious? o.O can it be fixed somehow?

Posted

are u serious? o.O can it be fixed somehow?

 

Because i'm in l2topzone's Team i know from xZone that Votereward coding still exist for everyone and for sharing also. about Topzone's Side don't have any problem..

 

Posted

Because i'm in l2topzone's Team i know from xZone that Votereward coding still exist for everyone and for sharing also. about Topzone's Side don't have any problem..

 

 

ok then.. im waiting from anarchy to asnwer me..

  • 2 months later...
Guest
This topic is now closed to further replies.



×
×
  • Create New...