Scripts on java for Interlude

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Pelu
Posts: 6
Joined: Sun Oct 24, 2010 1:34 pm

Scripts on java for Interlude

Post by Pelu »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 1434
L2JDP Revision Number: 3759

I downloaded Interlude from l2j svn and used Zoey76 pacth for fix warnings. Server is working but it miss many things so I wanted to add some java scripts and found this: https://www.l2jserver.com/forum/viewtop ... 82&t=15422 and added BiggBoss's pacth. All fine. I did try to add Queen Ant AI from Freya but I get it:
Image
I did try to add java-engine.rar on libs instead of jython-engine.rar but no results. Could anyone give me some clue about what to do? Thx in advance.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Scripts on java for Interlude

Post by Zoey76 »

I could take a look at it later, but at the moment I'm a bit busy.

Find the error logs and attach them as well.
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Pelu
Posts: 6
Joined: Sun Oct 24, 2010 1:34 pm

Re: Scripts on java for Interlude

Post by Pelu »

I forgot to add this:

Code: Select all

Error on: C:\Server\gameserver\data\jscript\ai\individual\QueenAnt.java.error.logLine: -1 - Column: -1 No engine registered for extension (java)
This is why I tried to add java-engine.rar. Anyways thanks for take a look

EDIT: I solved "Failed preconfiguring jython: No engine registered with name (jython)"

Code: Select all

 Add on: C:\...\L2_Gameserver_It\build.xmlLine 83:- <attribute name="Class-Path" value=". bsf.jar bsh-2.0b4.jar commons-logging-1.1.jar c3p0-0.9.1.2.jar jython.jar mysql-connector-java-5.0.7-bin.jar javolution.jar mmocore.jar"/>+ <attribute name="Class-Path" value=". bsf.jar bsh-2.0b4.jar commons-logging-1.1.jar c3p0-0.9.1.2.jar jython.jar jython-engine.jar mysql-connector-java-5.0.7-bin.jar javolution.jar mmocore.jar"/> 
But this: "No engine registered for extension (java)" persist, I'm gonna re-add java libs.
Pelu
Posts: 6
Joined: Sun Oct 24, 2010 1:34 pm

Re: Scripts on java for Interlude

Post by Pelu »

please someone have any idea?
giorgos_ts
Posts: 11
Joined: Wed Jun 08, 2011 6:47 pm

Re: Scripts on java for Interlude

Post by giorgos_ts »

You have to translate the code to the Python Programming Language.
Post Reply