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
Importing tables...
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 227
- Joined: Thu Sep 26, 2013 3:48 pm
Re: Importing tables...
ok I changed SkillsTable to SkillData and it worked. (Thx Zoey)
But Items still wont import..
But Items still wont import..