Jump to content

The best freya buffer


Recommended Posts

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

Link to comment
Share on other sites

  • 5 weeks later...

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

 

Link to comment
Share on other sites

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...