» Find Revision
L2J Revision Number:4912M
L2JDP Revision Number:8362
Hi all!
I need some help, and I could not find any topic that would fit to my case, so here's my story:
Some time ago, I downloaded an L2J server with eclipse, built it, done all the stuff it needs to run. It was working perfect, I tested it for weeks, and it was all good. Than one of my friends got an opportunity to make a live server, and he choose me to install it for him. I took my 100% working test server, copied it to his VPS, configured it well, and it worked well.
Then my friend came, thougt that he can make an even better config, and I have no idea what he had done (and I think neither does he), but since that quests are don't working, fishing is not working, and a lots od other stuff is not working at all. Since I'm not familiar with linux ssh consoles, I decided to download all his data, copy his database and tried to figure out how to get things work again.
First I obviusly tried to run the gameserver and look for the error messages which were coming as execpted. I got about a million error message for each and every handler that exist, like theese:
Code: Select all
QuestEventType cannot be resolved to a variableQuestEventType cannot be resolved to a variableQuestEventType cannot be resolved to a variableQuestEventType cannot be resolved to a variable
and theese:
Code: Select all
----------1. ERROR in \PlainsOfLizardman.java (at line 34) public class PlainsOfLizardman extends L2AttackableAIScript ^^^^^^^^^^^^^^^^^^^^L2AttackableAIScript cannot be resolved to a type----------2. ERROR in \PlainsOfLizardman.java (at line 54) registerMobs(_MOBS, QuestEventType.ON_ATTACK); ^^^^^^^^^^^^^^QuestEventType cannot be resolved to a variable----------3. ERROR in \PlainsOfLizardman.java (at line 63) public String onAdvEvent (String event, L2Npc npc, L2PcInstance player) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^The method onAdvEvent(String, L2Npc, L2PcInstance) of type PlainsOfLizardman must override or implement a supertype method----------4. ERROR in \PlainsOfLizardman.java (at line 98) return super.onAdvEvent(event,npc,player); ^^^^^L2AttackableAIScript cannot be resolved to a type
Since that I've frunk about 3 gallons of coffe, tore almost all of my hair off, but couldn't find the solution. Tried to overwrite the files with my test server's data (which is still working perfectly), copy my old database, reinstall the whole database, and now I enden up at a state, where basically all of my friends files were deleted, my working test server's files were copied everywhere, I have a whole new database, and a few dozen of broken items around me, and the gameserver is still laughing at me and does not show any sign of cooperation.