Importing tables...

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
Post Reply
kornom
Posts: 227
Joined: Thu Sep 26, 2013 3:48 pm

Importing tables...

Post by kornom »

Hello guyz.
So after that change when you guys pulled out some tables from DB and turned them in to XMLs...
My buffer wont work any more because he imports from tables,

from com.l2jserver.gameserver.datatables import SkillTable
from com.l2jserver.gameserver.datatables import ItemTable

How do I change the IMPORT method to work with new version?

\ImportError: cannot import name SkillTable
kornom
Posts: 227
Joined: Thu Sep 26, 2013 3:48 pm

Re: Importing tables...

Post by kornom »

ok I changed SkillsTable to SkillData and it worked. (Thx Zoey)
But Items still wont import..
Berkas
Posts: 94
Joined: Sat Dec 14, 2013 9:23 am

Re: Importing tables...

Post by Berkas »

Explain better
Post Reply