Jump to content

Recommended Posts

Posted

dont work in l2j high five :(

To get it to work on l2j Hi five in the __L2j_Blesse__.py

change this

import sys
from l2.brick.gameserver.model.actor.instance import L2PcInstance
from l2.brick.gameserver.model.actor.instance import L2PetInstance
from l2.brick.gameserver.model.actor.instance import L2SummonInstance
from java.util import Iterator
from l2.brick.gameserver.datatables import SkillTable
from l2.brick			       import L2DatabaseFactory
from l2.brick.gameserver.model.quest import State
from l2.brick.gameserver.model.quest import QuestState
from l2.brick.gameserver.model.quest.jython import QuestJython as JQuest

 

To this

import sys
from com.l2jserver.gameserver.model.actor.instance import L2PcInstance
from com.l2jserver.gameserver.model.actor.instance import L2PetInstance
from com.l2jserver.gameserver.model.actor.instance import L2SummonInstance
from java.util import Iterator
from com.l2jserver.gameserver.datatables import SkillTable
from com.l2jserver			       import L2DatabaseFactory
from com.l2jserver.gameserver.model.quest import State
from com.l2jserver.gameserver.model.quest import QuestState
from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest

now it should work

  • 5 weeks later...
Posted

Error on: C:\Users\HaH\Desktop\Server\gameserver\data\scripts\custom\2011_BlesseNBuffer\__L2j_Blesse__.py.error.log

Line: -1 - Column: -1

 

Traceback (innermost last):

  File "__L2j_Blesse__.py", line 2, in ?

ImportError: no module named l2

 

Posted

i aggree with you and i believe it is a super duper extraordinary buffer, but this thing is hard to be learn. Anyways, thank you for sharing it with us :)

  • 5 months later...
  • 4 weeks later...
  • 2 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..