import math
import sys
from net.sf.l2j.gameserver import Announcements
from net.sf.l2j.util import Rnd
from java.lang import System
from net.sf.l2j.gameserver.model.actor.appearance import PcAppearance
from net.sf.l2j.gameserver import GameTimeController
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from net.sf.l2j.gameserver.model.actor.instance import L2NpcInstance
I added the "free" part because I saw in other scripts they had them and the old files did not.
import math
import sys
from net.sf.l2jfree.gameserver import Announcements
from net.sf.l2jfree.util import Rnd
from java.lang import System
from net.sf.l2jfree.gameserver.model.actor.appearance import PcAppearance
from net.sf.l2jfree.gameserver import GameTimeController
from net.sf.l2jfree.gameserver.model.quest import State
from net.sf.l2jfree.gameserver.model.quest import QuestState
from net.sf.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest
from net.sf.l2jfree.gameserver.model.actor.instance import L2PcInstance
from net.sf.l2jfree.gameserver.model.actor.instance import L2NpcInstance
But it does not work, does anyone know how to make it work?
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.
Question
rubix123
hi I am using an eventscript that has this code
I added the "free" part because I saw in other scripts they had them and the old files did not.
But it does not work, does anyone know how to make it work?
I use the latest gracia l2jfree rev
8 answers to this question
Recommended Posts
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.