Rin4a error

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
gtitanikos
Posts: 20
Joined: Tue Sep 23, 2014 12:11 pm

Rin4a error

Post by gtitanikos »

I give up with YANbuffer.
Started with Rin4a buffer I faced this one.

Error on: C:\Users\Jim\Desktop\server\game\data\scripts\custom\555_NPCBUFFER\__init__.py.error.log
Line: -1 - Column: -1

Traceback (innermost last):
File "custom/555_NPCBUFFER/__init__.py", line 7, in ?
ImportError: no module named jython

Any help would be appreciated.
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: Rin4a error

Post by disorder35 »

Change this line

Code: Select all

from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest
to this line

Code: Select all

from com.l2jserver.gameserver.model.quest import Quest as JQuest
So What?????
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Rin4a error

Post by Zoey76 »

I have fixed this buffer far too many times, no more support for it, use forum search.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Locked