Page 1 of 1

Importing tables...

Posted: Thu Jun 19, 2014 12:50 am
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

Re: Importing tables...

Posted: Thu Jun 19, 2014 2:14 am
by kornom
ok I changed SkillsTable to SkillData and it worked. (Thx Zoey)
But Items still wont import..

Re: Importing tables...

Posted: Fri Jun 20, 2014 9:36 am
by Berkas
Explain better