Development and Server Info
L2J Administration
Applying PatchesLearn how to apply patches.
How to add an item to a vendor Learn how to add items to vendors.
How to set GM access Learn how to set access levels.
How to manually setup accounts Learn how to manually create/update accounts.
How to change start items Learn how to change start items for new created characters.
GM Commands Here you will find a list of GM Commands in the game.
Version How to find the version of the server
Bug/Issue Reports
Please report only one bug/issue per ticket!!
You must include the revison (changeset) number when reporting a bug'''
"The latest" does not mean anything when 5 more updates have been done since you set up the server.
How to write a Bug Report Studies find a better written Bug Report gets problems solved faster.
If you are not sure if it should be reported here, make a post about it in the L2J forum.
Extra Additions to Server
BoxInstance - Boxes to store items
SkillAnimationMapping - Make animation independent on skill for NPC skills
Jython
Jython is well integrated with Java and there is no need to write special interface between python scripts and java code. Also Jython compiles its scripts to Java bytecode, and is executed several times faster then others scripting languages for Java. This is a full-featured programming language which have rather simple syntax. For these reasons it was selected as engine for our quest scripts.
See JythonInstallation for installation instructions.
See JythonQuestTutorial for an example of a simple quest.
See JythonQuestDocumentation for complete documentation on the quest engine.
- JythonQuestDirectoryStructure
- JythonQuestClassQuest
- JythonQuestClassQuestState
- JythonQuestClassState
See also JythonFAQ
