Jump to content

[Share] NPC Buffer - Gracia Final [CT2.3] [UPDATE ver.0.5]


Recommended Posts

Try :

Change  in python :

import sys

from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from net.sf.l2j.gameserver.datatables import SkillTable

from net.sf.l2j       import L2DatabaseFactory

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

To

 

import sys

from com.l2jfree.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from com.l2jfree.gameserver.datatables import SkillTable

from com.l2jfree       import L2DatabaseFactory

from com.l2jfree.gameserver.model.quest import State

from com.l2jfree.gameserver.model.quest import QuestState

from com.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest

 

and check the skills Id's if are correct.

 

Hope that helped you.

 

Link to comment
Share on other sites

Try :

Change  in python :

import sys

from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from net.sf.l2j.gameserver.datatables import SkillTable

from net.sf.l2j       import L2DatabaseFactory

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

To

 

import sys

from com.l2jfree.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from com.l2jfree.gameserver.datatables import SkillTable

from com.l2jfree       import L2DatabaseFactory

from com.l2jfree.gameserver.model.quest import State

from com.l2jfree.gameserver.model.quest import QuestState

from com.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest

 

and check the skills Id's if are correct.

 

Hope that helped you.

 

 

didn't work for me =/

Link to comment
Share on other sites

Show us Your errors..how we could help you without any informations?

http://img195.imageshack.us/img195/7089/ggggggge.png

check the photo and give me if you can a solution to my problem

thanks.

Link to comment
Share on other sites

Look at the L2JFREE SVN and cheack imports patch to the classes ... and correct them..simple.

 

i dont know if that what you mean but... i add this line on scripts.cfg

 

# Custom

custom/60551_NPCBuffer/__init__.py

 

its working perfect now

thx

 

Btw i have recreated all npc buffs for working by template on mysql table and HP/cancel/CP function by script...but cp function isnt work

can someone help me with script code?

im using l2jfree gracia 2.2

 

thx anyway =)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock